From 9023480a41424456cd58e8660153b8fbdf264805 Mon Sep 17 00:00:00 2001 From: felixboehm Date: Fri, 29 Aug 2014 17:20:28 +0200 Subject: [PATCH] Update readme.md --- tests/acceptance/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```