是否可以在 C++ 测试环境中使用 allure?

Is it possible to use allure in a C++ test environment?

我想知道 Allure 是否允许我用 C++ 代码创建报告。

搜索它并没有 return 太多;我看到 Allure 支持很多测试框架,但看不到任何特定于 C++ 的内容

很遗憾,Allure 没有提供任何特定于 C++ 的内容。

虽然我找到了它用于 C#。

https://github.com/allure-framework/allure-csharp-commons

谢谢

Allure 2 支持 junit.xml 格式的结果。它只是关于发布,但您可以试用 BETA8(可下载 here)。用法:$ allure serve --profile junit junit/results/path$ allure generate --profile junit junit/results/path