Skip to content

Instantly share code, notes, and snippets.

@pgrimaud
Created September 29, 2020 22:10
Show Gist options
  • Save pgrimaud/4836e1040323034fab6f7c8ba5607c9a to your computer and use it in GitHub Desktop.
Save pgrimaud/4836e1040323034fab6f7c8ba5607c9a to your computer and use it in GitHub Desktop.
Karma custom Launchers
customLaunchers: {
ChromeHeadlessCI: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment