来自Junit / XMl / Excel的吸引力报告

时间:2019-06-28 06:40:40

标签: javascript xml junit allure testcomplete

如何从Xml或Junit或Excel文件生成“魅力”报告。我没有使用Selenium或POM.xml或Jenkins。我有一个来自TestComplete 14.1的junit报告,我想知道如何生成吸引力报告。

下载一个Jar并完成测试上传并逐步生成。请分享诱惑罐。 将XML转换为魅力。

2 个答案:

答案 0 :(得分:0)

如果安装了allure命令行实用程序,则可以调用allure在TestComplete xml文件上提供报告或生成报告文件。

allure serve c:\path\to\your\testComplete\results

allure generate c:\path\to\your\testComplete\results

答案 1 :(得分:0)

我找到了答案,这是针对此问题的逐步解决方案。

https://vallatestcomplete.wordpress.com/2019/06/28/allure-reporting-testcomplete-14-1/