Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit e346e2f

Browse files
committed
chore: add grep examples
1 parent 5d19086 commit e346e2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/commands.md

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ report), partially (yellow) or was not captured at all (red).
6969

7070
* `--grep PATTERN` — execute only suites with names that match the regular
7171
expression pattern.
72+
For example:
73+
- `--grep 'suite name'` - execute suites which includes name `suite name`
74+
- `--grep '^(?!suite name)'` - execute suites which do not start with `suite name`
7275

7376
* `--browser ID` — execute suite only for specified browser id. Can be used
7477
multiple times. Can be also specified with `GEMINI_BROWSERS` and `GEMINI_SKIP_BROWSERS`

0 commit comments

Comments
 (0)