How to integrate TestRail with Java+Selenium+Eclipse+TestNG?

1.8k views Asked by At

I'm doing automated tests with Java+Selenium+Eclipse+TestNG and I need to integrate the results with TestRail but I don't know how to do it...

I found the Java's Api (http://docs.gurock.com/testrail-api2/bindings-java) and a lot of questions but any of the answers is useful. I only need the code to call the API and the path to put the Java's API.

Thanks.

1

There are 1 answers

0
Sergi On

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