如何将 jenkins 的测试结果推送到 ALM octane
How to push the testng result from jenkins to ALM octane
我已将 ALM Octane 与 Jenkins 集成,但无法将报告推送到 ALM Octane,因为 post 构建操作下拉列表中没有插件。
您可以通过多种方式实现它,
使用 Jenkins 插件
https://plugins.jenkins.io/hp-application-automation-tools-plugin/
使用MicroFocus提供的测试结果收集工具jar文件。
https://github.com/MicroFocus/octane-collection-tool/releases。您需要与 Octane 管理员合作创建具有发布测试结果所需权限的 API 访问密钥。顺便说一句,结果文件应该是 JUnit XML 风格。
编写自定义实用程序将测试结果推送到 Octane
我已将 ALM Octane 与 Jenkins 集成,但无法将报告推送到 ALM Octane,因为 post 构建操作下拉列表中没有插件。
您可以通过多种方式实现它,
使用 Jenkins 插件 https://plugins.jenkins.io/hp-application-automation-tools-plugin/
使用MicroFocus提供的测试结果收集工具jar文件。 https://github.com/MicroFocus/octane-collection-tool/releases。您需要与 Octane 管理员合作创建具有发布测试结果所需权限的 API 访问密钥。顺便说一句,结果文件应该是 JUnit XML 风格。
编写自定义实用程序将测试结果推送到 Octane