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