Last active
March 13, 2018 12:12
-
-
Save abhilashlr/6d362f85a4969a4843d473b137703b78 to your computer and use it in GitHub Desktop.
Testem setup for running chrome headless
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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