Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate TestRail with Jenkins?

I am trying to integrate TestRail with Jenkins where I want to run some test cases from test rail which calls the test cases in jenkins, and then writes the result back to TestRail itself, or something similar to this.

I know there is an API for this, but so far I am not able to figure out how to go ahead with this API.

Any suggestions would be of great help.

like image 395
Bishwaroop Chakraborty Avatar asked Oct 18 '22 02:10

Bishwaroop Chakraborty


1 Answers

There is a Jenkins plugin maintained by the Jenkins team at GitHub:

Integrate test results from Jenkins into TestRail. Upload your junit test results to TestRail after every run.

The plugin only allows to populate TestRail with the test results, but maybe you can start from there.

like image 191
helb Avatar answered Oct 20 '22 23:10

helb