Skip to content

Commit

Permalink
Cleaning up config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed May 20, 2015
1 parent d67138a commit d549cbd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ exports.config = {

baseUrl: 'http:https://localhost:8080',


chromeDriver: '/usr/local/lib/node_modules/protractor/selenium/chromedriver',
seleniumServerJar: '/usr/local/lib/node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',
//seleniumAddress:'http:https://127.0.0.1:4444/wd/hub',
seleniumAddress:'http:https://127.0.0.1:4444/wd/hub',

framework: 'jasmine',

//plugins: [{
// chromeA11YDevTools: true,
// path: '../node_modules/protractor/plugins/accessibility/index.js'
//}],
plugins: [{
chromeA11YDevTools: true,
path: '../node_modules/protractor/plugins/accessibility/index.js'
}],

jasmineNodeOpts: {
defaultTimeoutInterval: 30000
Expand Down

0 comments on commit d549cbd

Please sign in to comment.