Questions tagged [testrail]

TestRail is a comprehensive web-based test case management software to manage, track and organize software testing efforts.

123 questions
5
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…
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
  • 881
  • 1
  • 8
  • 30
4
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…
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
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 …
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…
3
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
  • 247
  • 3
  • 14
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…
3
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
  • 163
  • 2
  • 16
3
votes
2 answers

Py.test - Applying variables to decorators from a csv?

Please bear with me while I try to explain my predicament, I'm still a Python novice and so my terminology may not be correct. Also I'm sorry for the inevitable long-windedness of this post, but I'll try to expalin in as much relevant detail as…
dw1919
  • 33
  • 3
3
votes
1 answer

Creating an instance variable that represents other variables with same names but unique values in different classes (Java)

I am currently attempting to integrate automated tests with our test management tool with the use of APIs. Each test(which is contained in a single class) has a unique id which needs to be referenced in the API call. I can either declare the Test…
Lamar
  • 63
  • 7
2
votes
1 answer

Passing Node.JS run params via Travis CI API

I'm trying to setup a nice and customizable testing environment for my company using TestRail + Travis CI + a Selenium-based testing app. I want to be able to use the Travis CI Api v3 to trigger the Node.JS app to run. Ideally I'd be able to specify…
MaylorTaylor
  • 3,614
  • 13
  • 41
  • 67
2
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":…
2
votes
1 answer

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…
2
votes
1 answer

Testcafe with Testrail integration is not updating the results

I'm trying to integrate testcafe with testrail. I have created a test run in testrail with some test cases. I have tried as given here by changing the environment variables and test…
1
2 3
8 9