Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"karma-webpack": "1.7.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"protractor": "^3.0.0",
"protractor": "^2.5.1",
"raw-loader": "0.5.1",
"rimraf": "^2.4.4",
"style-loader": "^0.13.0",
Expand Down
11 changes: 11 additions & 0 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ exports.config = {
browser.ignoreSynchronization = true;
},

/**
* For node v0.12.x
*
* One should install chromedriver locally with : ./node_modules/protractor/bin/webdriver-manager update --standalone
*
* Otherwise use the chromeDriver option to specify the path to external chromedriver if necessary
*
* Example : chromeDriver: '/usr/lib/node_modules/protractor/selenium/chromedriver'
*/
directConnect: true,


/**
* Angular 2 configuration
Expand Down