Created
September 29, 2020 22:10
-
-
Save pgrimaud/4836e1040323034fab6f7c8ba5607c9a to your computer and use it in GitHub Desktop.
Karma custom Launchers
This file contains hidden or 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
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