diff options
author | felixboehm <felixboehm@gmx.de> | 2014-08-29 17:20:28 +0200 |
---|---|---|
committer | felixboehm <felixboehm@gmx.de> | 2014-08-29 17:20:28 +0200 |
commit | 9023480a41424456cd58e8660153b8fbdf264805 (patch) | |
tree | fe33d9acc3a03a35708884ef030e22ebdec9f19b /tests/acceptance/readme.md | |
parent | d9202b711f99344ae0a25cfacec347b74cce223b (diff) | |
download | nextcloud-server-9023480a41424456cd58e8660153b8fbdf264805.tar.gz nextcloud-server-9023480a41424456cd58e8660153b8fbdf264805.zip |
Update readme.md
Diffstat (limited to 'tests/acceptance/readme.md')
-rw-r--r-- | tests/acceptance/readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/acceptance/readme.md b/tests/acceptance/readme.md index 9819715cff7..7fcc791da01 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 ``` |