Skip to content

Instantly share code, notes, and snippets.

@vinaymavi
Created December 5, 2018 02:37
Show Gist options
  • Save vinaymavi/6ae7d61d6b73162a3669c30d74c04e88 to your computer and use it in GitHub Desktop.
Save vinaymavi/6ae7d61d6b73162a3669c30d74c04e88 to your computer and use it in GitHub Desktop.
protractor configuration for chrome headless support for CI and CD setup.
capabilities: {
chromeOptions: {
args: ['--headless', '--disable-gpu', '--window-size=800x600','--disable-dev-shm-usage','--no-sandbox']
},
browserName: "chrome"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment