Skip to content

Commit 4d4f41e

Browse files
authored
Update advanced.md (#3179)
Add quotation marks to tag
1 parent c35fb12 commit 4d4f41e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Scenario('update user profile', () => {
9797
}).tag('@slow').tag('important');
9898
```
9999
100-
All tests with `@tag` could be executed with `--grep @tag` option.
100+
All tests with `@tag` could be executed with `--grep '@tag'` option.
101101
102102
```sh
103-
codeceptjs run --grep @slow
103+
codeceptjs run --grep '@slow'
104104
```
105105
106106
Use regex for more flexible filtering:

0 commit comments

Comments
 (0)