简体   繁体   English

如何将 TestRail 与 Azure DevOps Pipeline 集成?

[英]How to integrate TestRail with Azure DevOps Pipeline?

I run CI/CD pipeline on Azure DevOps and generate Junit xml files with test results.我在 Azure DevOps 上运行 CI/CD 管道,并生成带有测试结果的 Junit xml 文件。 By the way, I use Cypress framework for my tests.顺便说一句,我使用 Cypress 框架进行测试。

Is there any way to ingest Junit results into TestRail 7.5 and publish test results in "Test Runs and Results" tab in TestRail?有没有办法将 Junit 结果引入 TestRail 7.5 并在 TestRail 的“测试运行和结果”选项卡中发布测试结果?

Actually, what I would like to achieve is to generate new runs on TestRail and push the test results after each run on pipeline.实际上,我想要实现的是在 TestRail 上生成新的运行,并在每次在管道上运行后推送测试结果。

Can anyone that has done it previously help me, please?以前做过的人可以帮助我吗?

You might want to have a look at Railflow which provides exact functionality you want.您可能想看看提供您想要的确切功能的Railflow It is a commercial tool but it provides free support for JUnit report uploading into TestRail.它是一个商业工具,但它为 JUnit 报告上传到 TestRail 提供免费支持。

PS I'm developer at Railflow PS 我是 Railflow 的开发人员

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure devops 管道测试运行结果将在 testrail 中更新 - Azure devops pipeline testrun results to be updated in testrail 如何将 selenium IDE 测试用例集成到 azure devops 管道? - How to integrate selenium IDE testcases to azure devops pipeline? 是否可以将 Azure DevOps YAML 管道集成到发布管道中? - Is it possible to integrate an Azure DevOps YAML pipeline into a release pipeline? 如何将 powerapps 与 azure devops 集成 - How to integrate powerapps with azure devops 当脚本保存在 git 存储库中时,如何将 JMeter 与 Azure DevOps Pipeline 集成? - How to integrate JMeter with Azure DevOps Pipeline when the scripts are kept in a git repository? 如何将 Azure Policy 与 Azure DevOps 集成? - How to integrate Azure Policy with Azure DevOps? 是否可以将 Playwright-Javascript 框架集成到 azure devops 管道? - Is it possible to integrate Playwright-Javascript framework to azure devops pipeline? 如何将 Azure DevOps 服务器存储库与 Azure DevOps 服务管道集成 - How to integrate Azure DevOps Servers repositories with Azure DevOps Services Pipelines 如何将内部系统与 azure devops 集成? - How to integrate in house system with azure devops? 如何将 TestNG 或 Extent 报告与 Azure devops 集成? - How to integrate TestNG or Extent reports with Azure devops?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM