You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
**Note:**An inverted name filter that matches a suite name does not exclude its tests.
207
+
**Note:**Inverted title filter is not compativle with the `grepFilterSpecs` option
208
208
209
209
## Filter with tags
210
210
@@ -293,6 +293,8 @@ If you want to run all tests with tag `@slow` but without tag `@smoke`:
293
293
--env grepTags=@slow+-@smoke
294
294
```
295
295
296
+
**Note:** Inverted tag filter is not compativle with the `grepFilterSpecs` option
297
+
296
298
### Grep untagged tests
297
299
298
300
Sometimes you want to run only the tests without any tags, and these tests are inside the describe blocks without any tags.
@@ -315,7 +317,7 @@ $ npx cypress run --env grepTags=@smoke,grepFilterSpecs=true
315
317
316
318
**Note 1:** this requires installing this plugin in your project's plugin file, see the [Install](#install).
317
319
318
-
**Note 2:** the `grepFilterSpecs` option is only compatible with the positive `grep` and `grepTags` options, not with the negative "!..." filter.
320
+
**Note 2:** the `grepFilterSpecs` option is only compatible with the positive `grep` and `grepTags` options, not with the negative (inverted) "-..." filter.
319
321
320
322
**Note 3:** if there are no files remaining after filtering, the plugin prints a warning and leaves all files unchanged to avoid the test runner erroring with "No specs found".
0 commit comments