cypress-grep icon indicating copy to clipboard operation
cypress-grep copied to clipboard

cypress open --env grepUntagged=true [shows all the specs, including the taged ones]

Open h2oearth opened this issue 3 years ago • 1 comments

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?

Screen Shot 2022-04-20 at 9 58 29 am

h2oearth avatar Apr 20 '22 00:04 h2oearth

If you click into the specs with tags do they run?

pmweeks98 avatar Apr 28 '22 09:04 pmweeks98

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

jordanpowell88 avatar Oct 28 '22 19:10 jordanpowell88