Questions tagged [testrail]

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

200 questions
2
votes
1 answer

Inputing test cases into TestRail

Has anyone worked with TestRail? If so, I would love some help in figuring out to format the HTTP requests that I am supposed to send in order to create the test cases. I've looked over the documentation the TestRail API, but the documents aren't…
BlackHatSamurai
  • 23,275
  • 22
  • 95
  • 156
1
vote
1 answer

What is the BDD feature file format for importing into TestRail?

I'm unable to import existing BDD feature files from my Automation Framework into TestRail. I'm using the 'Import .feature files into TestRail' feature but the file imports without any testcases, neither can I edit the test case to add them…
Muj
  • 11
  • 2
1
vote
0 answers

Can we expose API in test folder instead of main folder in spring boot java

I'm using third party tool TestRail, I need to run my UI Automation scripts using UI scripts of testRail. I need to expose an API in the src.test.java.xxxx folder instead of src.main.java.xxxx that will actually execute the TestNG…
1
vote
1 answer

How to retrieve Status of each test cases in TestRail via Webhook?

Anyone has experience using TestRail? I am trying to use this payload webhook with Slack and each time when I update my test case, the status is always null. How can i make sure it reads properly (ie Passed, Failed, Disabled) { "text":…
1
vote
0 answers

How to integrate Testrail with Karate Framework

I want to integrate Testrail with my karate Script to so I can esily track my apis test cases I am creating a end to end testing script using karate included easy tracking of my test cases using test rail
1
vote
0 answers

cypress-testrail-reporter is not updating the result in testrail

I am trying to update the results of my testcases to testrail , and i tried to use the below options reporter: "cypress-testrail-reporter", reporterOptions: { "host": "URL", "username": "name", "password": "api", "projectId": 82, …
Deepak
  • 11
  • 3
1
vote
1 answer

railflow cli command ignores the cucumber steps with data table. and only shows one line

we just started using testrail with railflow and I am using railflow cli command to create test cases that are written in cucumber/gherkin style. Test results are converted into json files and railflow cli reads those json files and create test…
oz61
  • 11
  • 1
1
vote
1 answer

Testrail API to download Suite attachment

I trying to use Testrail API. I managed to successfully download attachments from test Cases, but I see no specifications for downloading attachments from Suites and Sections: https://www.gurock.com/testrail/docs/api/reference/attachments/ Is there…
K.H.
  • 1,383
  • 13
  • 33
1
vote
0 answers

is there any way to automatically export reports to testrail?

I would like to export test data from RP to testrail automatically. I have found the following issue but without any information on how it was solved or why was this closed. Would be happy to any guidance on how to set it…
YafimK
  • 195
  • 4
  • 15
1
vote
0 answers

Can I Import Results From Excel Into Test Rail?

We have just started using Test Rail in our business. One of our user testers has extracted their Test Run into Excel and has completed all of their testing within the Excel document (don't ask I don't know why). Is there a way - for a relatively…
Andy J
  • 11
  • 1
1
vote
1 answer

Is it possible to Create Testcases and Test Run Automatically on Testrail using Selenium

I have been able to integrate my Selenium and Testrail . I can pass testresults to the specified Testrun I have created manually on test rail. I have a challenge and I want to know if this is possible currently. I do not want to manually create the…
1
vote
2 answers

cypress-testrail-reporter creates separate runs for each of my test files in TestRail instead of one test run

I currently have 2 test files that get ran on every build. It seems that for each test file, it creates its own test run in TestRail. So it reports a test run with 4 test cases and another test run with 7 test cases. What I need and what used to…
therock_21
  • 71
  • 4
1
vote
0 answers

running tests for testrail via the command line

I write automation tests in c# and check via NUnit. Autotests are integrated with TestRail. If I run tests locally, a test runs aren't performed in TestRail. If I run test from TeamCity, a test run are perfomed in TestRail. In TeamCity tests run…
Ruslan F
  • 37
  • 4
1
vote
1 answer

How to upload TestCafe results to TestRail account?

What is the best way to upload my testcafe test results to TestRail? I am using TestRail as a test management tool and I see there is no official reporter supported by TestCafe yet. Is there any library that does this and what changes do I need in…
Vinay
  • 577
  • 6
  • 17
1
vote
1 answer

How I can get list all scenario from specflow dll?

Or from other place.. What I want: get all scenario names on start test, but without start all tests. What I tried: by assembly reflection I scanned content, but one contain only feature names and method names. Not scenario names. (from this: Get…
aleksefy
  • 11
  • 3
1 2
3
13 14