Created
September 16, 2016 17:52
-
-
Save alexshive/e2eb357ad5c9d23ae449319a13714ad7 to your computer and use it in GitHub Desktop.
Chrome Extension testing with Protractor config
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
exports.config = { | |
capabilities: { | |
'browserName': 'chrome', | |
'chromeOptions': { | |
'args': ['--load-extension=/Users/ashive/Developer/extension'] | |
} | |
}, | |
seleniumAddress: 'http://localhost:4444/wd/hub', | |
specs: ['chrome.js'] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment