TestRail is a comprehensive web-based test case management software to manage, track and organize software testing efforts.
Questions tagged [testrail]
200 questions
6
votes
1 answer
Annotating/Fetching/mapping Testrail test case ID to the local Java TestNG test (Jenkins Test Rail Integration)
I am trying to use Testrail as a test case management system and so,
integrating testrail with the Jenkins would be useful.
This is what I want to achieve:
Lets say I manually create three test cases in testrail with case ID's
C1, C2 and C3 and…

Pratik Jaiswal
- 309
- 7
- 26
5
votes
2 answers
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…

Bishwaroop Chakraborty
- 87
- 2
- 8
4
votes
1 answer
Could not load reporter by name: cypress-testrail-reporter
I'm trying to publish my cypress test result into testrail with cypress-testrail-reporter I set up my cypress.json as follows
{
"baseUrl": "https://myAppUrl.xyz",
"viewportWidth": 1920,
"viewportHeight": 1080,
"video": false,
…

user15854207
- 41
- 2
4
votes
1 answer
ID collision when using testrail as reporter for testng tests
When posting test results from testgn to test rail, I am running into an issue with how to manage unique test case ids.
I had initially stored them in the test method, so each method mapped to a testrail test case. This worked until I started…

Driver
- 317
- 1
- 4
- 18
4
votes
2 answers
How to add test cases to an existing test run with the API from Java to TestRail?
I have created a test run during the execution time, and I would like to add test cases meanwhile they are starting the execution. The test cases have been created, if they already doesn't exist. And this test case should be added to an existing…

j.barrio
- 1,006
- 1
- 13
- 37
4
votes
2 answers
XCUITest integration with TestRail
Currently working on integrating my UITest-run results into TestRail, so after every test run it marks my tests as Pass\Fail in testrail.
The idea I have is:
In CI create a "pre-build" script that will create a test run in testrail.
During…

Dimu4
- 213
- 1
- 4
- 18
4
votes
2 answers
Map Testcase ID with NUnit
I'm currently building out my automation framework using NUnit, I've got everything working just fine and the last enchancement I'd like to make is to be able to map my automated test scripts to test cases in my testing software.
I'm using TestRail…

Kpizzle
- 410
- 4
- 18
4
votes
2 answers
How can I delete a test case from TestRail
I use testrail just to write manual test cases. I dont use Test Runs/Milestones and other tabs. I only use "Test Cases" to add test cases. Sometimes I add some test cases by mistake (and later realize its a duplicate or not required for this feature…

VJ_QE
- 143
- 1
- 2
- 12
4
votes
2 answers
Integrate Selenium test results with TestRail 4.0
I am working on Selenium test Automation. I create my Selenium test-suite to automate my test suite. Now i want to integrate the Selenium results with the TestRail. I am not sure how to integrate the results of the Selenium test runs to TestRail…

Uday Chitturi
- 41
- 1
- 1
- 2
3
votes
1 answer
Cypress multi reporters: using mochawesome with autoset-status-cypress-testrail-reporter
I need to use two reporters with my Cypress tests: mochawesome to generate html reports, and autoset-status-cypress-testrail-reporter to publish test results to Testrail.
The main tool I could find that would enable me to use multiple reporters is…

Diana Eftaiha
- 73
- 2
- 7
3
votes
2 answers
How can I call the test case result on runtime to another file to update test case result in testRail?
I am using MSTEST C# in selenium webdriver. Hierarchy of my project is
Level1-MainProjectfile
Level2-Properties
Level2-Refernces
Level2-AppObj(folder)
Level3-DP(folder)
Level4-dpo.cs
…

Mehwish
- 55
- 9
3
votes
2 answers
Integrating Cypress within TestRail
I've been trying to have my Cypress tests uploaded to their matching TestRail testcases, but so far it's not working.
Here's my current setup:
I have installed:
cypress
cypress-testrail-reporter
In my cypress.json file I have:
{
"baseUrl":…

Jordan Kowal
- 101
- 1
- 5
3
votes
2 answers
How to aggregate test results to publish to testrail after executing pytest tests with xdist?
I'm running into a problem like this. I'm currently using pytest to run test cases, and reducing execution time using xdist to run tests in parallel and publishing tests results to TestRail. The issue is when using xdist, pytest-testrail plugin…

Thành Nguyen
- 31
- 2
3
votes
2 answers
Update TestCafe script execution status ( passed / failed ) in TestRail
I am trying to integrate TestRail with TestCafe in order to update the test script execution status on TestRail. I followed the below link but did not succeed
https://www.npmjs.com/package/testcafe-reporter-html-testrail
tried with below one, but…

Yuvaraja KS
- 151
- 1
- 7
3
votes
1 answer
Get JUNIT result from a test to post its result in testrail
i am new to all of this coding experience. i have been a manual qa for several years and now i am starting to get my hands on selenium
i have worked out a very simple test case to submit a registration form, and i would like to get the result for…

Agustín Barcia
- 27
- 2