You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 testrail run.
I am on this version of cypress-testrail: "cypress-testrail": "^2.10.0",
Also, if I change ignorePending to false, all the pending test results are marked as blocked in testrail; and if I just delete the line altogether, I get the same result as if i did "ignorePending": true,, where it shows all pending tests as untested
chrisgray37
changed the title
ignorePending not excluding pending test cases from testrail suite
ignorePending not excluding pending test cases from testrail test run results
May 24, 2024
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 testrail run.
I am on this version of cypress-testrail:
"cypress-testrail": "^2.10.0",
Here is my cypress.config.js:
And here is my testrail section of the cypress.env.json:
And here is my console when running the tests:
The text was updated successfully, but these errors were encountered: