Skip to content

Instantly share code, notes, and snippets.

@deepsweet
Created January 3, 2016 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepsweet/fe64d6a7e118f9375de4 to your computer and use it in GitHub Desktop.
Save deepsweet/fe64d6a7e118f9375de4 to your computer and use it in GitHub Desktop.
headless Chrome and Firefox with Travis
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
customLaunchers: {
ChromeTravis: {
base: 'Chrome',
flags: [ '--no-sandbox' ]
}
},
browsers: [ 'ChromeTravis', 'Firefox' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment