diff --git a/tests/acceptance/readme.md b/tests/acceptance/readme.md index 9819715cff..7fcc791da0 100644 --- a/tests/acceptance/readme.md +++ b/tests/acceptance/readme.md @@ -9,10 +9,14 @@ Install node.js and run the following to install the dependencies ``` npm install +``` + +Install the webdriver +``` ./node_modules/protractor/bin/webdriver-manager update ``` -Install as global commands +Install as global commands ( optional ) ``` npm install -g protractor ```