summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/README.md b/js/README.md
index c4d80fd62..911b88423 100644
--- a/js/README.md
+++ b/js/README.md
@@ -29,9 +29,7 @@ Install protractor and set up selenium:
sudo npm install -g protractor
sudo webdriver-manager update
-then the selenium server can be started with:
-
- webdriver-manager start
- protractor conf/protractor.js
+then the tests can be started with:
+ grunt e2e