Skip to content

Commit 584f11a

Browse files
committed
Add note on how to turn off options
1 parent 7cadc38 commit 584f11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Options
6464
-h, --help Displays this message
6565
```
6666

67+
To disable any option that defaults to `true`, pass `false` to the option: `--headless false` or `--coverage false`.
68+
6769
NOTE: The `debug` option overrides the default value of the `--headless` and `--coverage` option to be `false`. This option will also open up the local Puppeteer installation of Chrome, not your globally installed one. If you'd like to debug your tests using your your own instance of Chrome (or any other browser), copy the URL from the puppeteer window into your favorite browser.
6870

6971

0 commit comments

Comments
 (0)