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

Commit

Permalink
chore: add grep examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Mar 6, 2018
1 parent 5d19086 commit e346e2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ report), partially (yellow) or was not captured at all (red).

* `--grep PATTERN` β€” execute only suites with names that match the regular
expression pattern.
For example:
- `--grep 'suite name'` - execute suites which includes name `suite name`
- `--grep '^(?!suite name)'` - execute suites which do not start with `suite name`

* `--browser ID` β€” execute suite only for specified browser id. Can be used
multiple times. Can be also specified with `GEMINI_BROWSERS` and `GEMINI_SKIP_BROWSERS`
Expand Down

0 comments on commit e346e2f

Please sign in to comment.