python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can you run cypress specs all as one test run so that the test records to testrail as one test run instead of a test run for each spec file?
I have been using this npm package: https://www.npmjs.com/package/cypress-testrail-reporter
and it does not seem to have a reporter option to allow me to do this. Any suggestions are welcomed.
jacobo593
Votes: 0
Answers: 1
Getting an error message when using 'cypress-testrail-reporter' plugin to integrate TestRail and Cypress
The setup I have in my cypress.json file is:
"reporter": "../../../../node_modules/cypress-testrail-reporter",
"reporterOptions": {
"host": "https:...
Sofi
Votes: 0
Answers: 0
Testrail Java API: Unable to attach report to testrun
API endpoint:
[POST] https:///{{testrail link}}/index.php?/api/v2/add_attachment_to_run/449
Headers: { "Content-Type","value":"multipart/form-data" }
In body I am passing...
Megha Dalvi
Votes: 0
Answers: 1
can we integrate playwright test runner with testrail?
I want to start with playwright UI automation and I found out that the best approach is to use playwright test runner, which is inbuilt instead of Jest. But I am planning to integrate all my tests wit...
MN-17
Votes: 0
Answers: 0