Skip to content

Commit

Permalink
docs: fix typo in tag expression config example
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed May 10, 2022
1 parent 3928c67 commit 67b1ce2
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 67b1ce2

Please sign in to comment.