cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

feat: add OR syntax #17

Closed bahmutov closed 3 years ago

bahmutov commented 3 years ago

closes #6

You can run tests that match one tag or another using spaces. Make sure to quote the grep string!

# run tests with tags "@slow" or "@critical" in their names
--env grep='@slow @critical'
github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: