Skip to content

Commit

Permalink
Add mention of headless mode to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Sep 16, 2019
1 parent 1eb7e1b commit cfb2e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,8 @@ You can pass list of browsers as a CLI argument too:
karma start --browsers Firefox,Chrome
```

To run Firefox in headless mode, append `Headless` to the version name, e.g. `FirefoxHeadless`, `FirefoxNightlyHeadless`.

### Custom Preferences
To configure preferences for the Firefox instance that is loaded, you can specify a custom launcher in your Karma
config with the preferences under the `prefs` key:
Expand Down

0 comments on commit cfb2e38

Please sign in to comment.