mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix grep example command (#14138)
This commit is contained in:
parent
c3beb71b07
commit
634ba85c83
@ -90,7 +90,7 @@ Complete set of Playwright Test options is available in the [configuration file]
|
||||
|
||||
- `--forbid-only`: Whether to disallow `test.only`. Useful on CI.
|
||||
|
||||
- `-g <grep>` or `--grep <grep>`: Only run tests matching this regular expression. For example, this will run `'should add to cart'` when passed `-g="add to cart"`.
|
||||
- `-g <grep>` or `--grep <grep>`: Only run tests matching this regular expression. For example, this will run `'should add to cart'` when passed `-g "add to cart"`.
|
||||
|
||||
- `--grep-invert <grep>`: Only run tests **not** matching this regular expression. The opposite of `--grep`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user