summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 12:26:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 12:26:42 +0200
commitd6625bc44524500e11c9072c6ba294112cd52d43 (patch)
treecd1e93b6b21434d6aba7725821d811d312d687f7 /js/README.md
parent866f17fe43f841691a8858d671962d623369d3b3 (diff)
fix protractor tests
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