Skip to content

Commit

Permalink
Add note on how to turn off options
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Nov 20, 2018
1 parent 7cadc38 commit 584f11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -64,6 +64,8 @@ Options
-h, --help Displays this message
```

To disable any option that defaults to `true`, pass `false` to the option: `--headless false` or `--coverage false`.

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.


Expand Down

0 comments on commit 584f11a

Please sign in to comment.