Skip to content

Instantly share code, notes, and snippets.

@abhilashlr
Last active March 13, 2018 12:12
Show Gist options
  • Save abhilashlr/6d362f85a4969a4843d473b137703b78 to your computer and use it in GitHub Desktop.
Save abhilashlr/6d362f85a4969a4843d473b137703b78 to your computer and use it in GitHub Desktop.
Testem setup for running chrome headless
"launch_in_ci": [
"Chrome"
],
"browser_args": {
'Chrome': [ '--no-sandbox', '--disable-setuid-sandbox', '--headless', '--disable-gpu', '--remote-debugging-port=9222' ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment