Update end to end section

This commit is contained in:
Borys Levytskyi
2015-11-29 20:00:55 +02:00
parent 9134651285
commit ad6aa1d102

View File

@@ -3,8 +3,15 @@
* Install node.js
* Install grunt `npm install -g grunt`
* Install grunt cli `npm install -g grunt-cli`
* In project dir
* * Install all modules `npm install`
# Tests
* Install protractor
* In project dir - install all modules `npm install`
# End To End Tests
* Install java
* Install protractor `npm install -g protractor`
* Update webdriver-manager `webdriver-manager update --standalone`
# Run End To End Tests
*