Skip to content

Instantly share code, notes, and snippets.

@joostme
Created August 17, 2018 13:45
Show Gist options
  • Select an option

  • Save joostme/9b4c0fb1816c0e937360b65b8c24aed5 to your computer and use it in GitHub Desktop.

Select an option

Save joostme/9b4c0fb1816c0e937360b65b8c24aed5 to your computer and use it in GitHub Desktop.
module.exports = function(config) {
config.set({
...
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},
...
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment