cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

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

Closed h2oearth closed 1 year ago

h2oearth commented 2 years ago

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
pmweeks98 commented 2 years ago

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

jordanpowell88 commented 1 year ago

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