cypress-testrail
cypress-testrail copied to clipboard
A decoupled TestRail integration for your Cypress project to easily send results to TestRail
We have a use case to document successful tests, is there a way for us to upload screenshots captured with `cy.screenshot()`?
I try to map to unexisting test cases and got this  can we create / add a new test cases by running cypress? how to? thanks.
Is there a possible way to configure it to send to two different projects?
Hey, so I setup all my spec files in this Integration and on cli Test rail Integration also starts but the Results are not updated on Test rail. Is there...
During the execution of the tests, we receive TestRail errors which point to some TestRail API misfunction (at least 500). ``` Could not send TestRail result for case C111: 0...
I think it can be that when you have 1 cypress test with multiple case IDs + the config to create runs in TestRail, then not all 3 might be...
My cypress test is linked to multiple TestRail test cases. But if my test case fails in cypress, all my test results got failed. But in actual it's due to...
I am using this in conjunction with cypress/grep. All the pending test cases are because they were skipped due to tagging. However, they are still showing up as untested in...