Open chrisgray37 opened 5 months ago
@boxblinkracer
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
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: