2

我正在使用 Java+Selenium+Eclipse+TestNG 进行自动化测试,我需要将结果与 TestRail 集成,但我不知道该怎么做......

我发现了 Java 的 Api ( http://docs.gurock.com/testrail-api2/bindings-java ) 和很多问题,但任何答案都是有用的。我只需要调用 API 的代码和放置 Java API 的路径。

谢谢。

4

1 回答 1

2

You can check-out Agiletestware Pangolin which can parse TestNG reports and upload results into TestRail from some CI system (e.g. Jenkins).
It also has Java annotation package which provides a set of Java annotations to integrate with TestRail (https://www.agiletestware.com/docs/pangolin-docs/en/latest/testing-tools/selenium-webdriver/).

Disclaimer: I'm a developer of Agiletestware Pangolin

于 2018-12-24T11:37:02.740 回答