We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35fb12 commit 4d4f41eCopy full SHA for 4d4f41e
1 file changed
docs/advanced.md
@@ -97,10 +97,10 @@ Scenario('update user profile', () => {
97
}).tag('@slow').tag('important');
98
```
99
100
-All tests with `@tag` could be executed with `--grep @tag` option.
+All tests with `@tag` could be executed with `--grep '@tag'` option.
101
102
```sh
103
-codeceptjs run --grep @slow
+codeceptjs run --grep '@slow'
104
105
106
Use regex for more flexible filtering:
0 commit comments