cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

Grep with multiple titles #42

Closed bahmutov closed 3 years ago

bahmutov commented 3 years ago

You can pass multiple title substrings to match separating them with ; character. Each substring is trimmed.

# run all tests with "hello world" or "auth user" in their title
$ npx cypress run --env grep="hello world; auth user"
github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: