Skip to content

Instantly share code, notes, and snippets.

@alexshive
Created September 16, 2016 17:52
Show Gist options
  • Save alexshive/e2eb357ad5c9d23ae449319a13714ad7 to your computer and use it in GitHub Desktop.
Save alexshive/e2eb357ad5c9d23ae449319a13714ad7 to your computer and use it in GitHub Desktop.
Chrome Extension testing with Protractor config
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