Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfelixboehm <felixboehm@gmx.de>2014-08-29 19:20:28 +0400
committerfelixboehm <felixboehm@gmx.de>2014-08-29 19:20:28 +0400
commit9023480a41424456cd58e8660153b8fbdf264805 (patch)
treefe33d9acc3a03a35708884ef030e22ebdec9f19b /tests/acceptance
parentd9202b711f99344ae0a25cfacec347b74cce223b (diff)
Update readme.md
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/readme.md6
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
```