Skip to content

Commit

Permalink
Merge branch 'main' into fix/step-hook-type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed May 12, 2022
2 parents cdc730d + 67b1ce2 commit 104f9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This option is repeatable, so you can provide several expressions and they'll al

You can specify a [Cucumber tag expression](https://docs.cucumber.io/cucumber/api/#tag-expressions) to only run scenarios that match it:

- In a configuration file `{ tags: ['@foo or @bar'] }`
- In a configuration file `{ tags: '@foo or @bar' }`
- On the CLI `$ cucumber-js --tags "@foo or @bar"`

This option is repeatable, so you can provide several expressions and they'll be combined with an `and` operator, meaning a scenario needs to match all of them.

0 comments on commit 104f9ab

Please sign in to comment.