Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smarlhens/f05905b8c2f0fc5c3496f49d20939f91 to your computer and use it in GitHub Desktop.
Save smarlhens/f05905b8c2f0fc5c3496f49d20939f91 to your computer and use it in GitHub Desktop.
customLaunchers: {
ChromeHeadlessCI: {
base: 'ChromeHeadless',
flags: [
'--no-sandbox',
'--disable-gpu',
'--disable-dev-shm-usage',
'--ignore-certificate-errors',
'--window-size=1920,1080'
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment