Skip to content

Commit

Permalink
e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zanthrash committed Feb 12, 2015
1 parent f7c536d commit 92d3fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-mocha-reporter": "^0.3.1",
"karma-ng-html2js-preprocessor": "^0.1.2",
"phantomjs": "^1.9.15",
"selenium-server": "=2.43.1"
"selenium-server": "=2.44"
}
}
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exports.config = {
seleniumServerJar: './node_modules/selenium-server/lib/runner/selenium-server-standalone-2.43.1.jar',
seleniumServerJar: './node_modules/selenium-server/lib/runner/selenium-server-standalone-2.44.0.jar',
chromeDriver: './node_modules/chromedriver/lib/chromedriver/chromedriver',
//seleniumAddress: 'http://localhost:4444/wd/hub',
baseUrl: 'http://0.0.0.0:9000',
Expand Down

0 comments on commit 92d3fa2

Please sign in to comment.