cypress-grep
cypress-grep copied to clipboard
cypress open --env grepUntagged=true [shows all the specs, including the taged ones]
This is my test structure
root/cypress/integration/*.js <- untagged (10 tests)
root/cypress/integration/qa/*.js <-tagged (1 test)
Cypress run
cypress run works as expected when I pass either one of this env parameters --env grepTags='@qa' or --env grepUntagged=true.
Cypress open
cypress open show all the specs, even if I pass --env grepUntagged=true. I attached a snapshot of the cypress configuration.
Any idea of what else to try?
If you click into the specs with tags do they run?
We are in the process of deprecating this repo as this package has been republished under @cypress/grep and has moved to https://github.com/cypress-io/cypress/tree/develop/npm/grep. I'm going to go ahead and close this issue as it appears stale. If this is still an issue, please open a new issue here