Skip to content

Instantly share code, notes, and snippets.

@lovubuntu
Created January 16, 2019 07:13
Show Gist options
  • Save lovubuntu/d884fe6bcdb63a17b3ca3374a3414cee to your computer and use it in GitHub Desktop.
Save lovubuntu/d884fe6bcdb63a17b3ca3374a3414cee to your computer and use it in GitHub Desktop.
Protractor configuration for CI
...
capabilities: {
chromeOptions: {
args: [ "--headless" ]
},
'browserName': 'chrome'
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment