cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

feat: pre-filter specs by a tag before running #79

Closed bahmutov closed 2 years ago

bahmutov commented 2 years ago
# only run the specs that have any tests tagged "@smoke"
$ npx cypress run --env grepTags=@smoke,grepFilterSpecs=true

closes #67

Note: only positive single tag is working in this case

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: