Merge remote-tracking branch 'origin/master'

This commit is contained in:
borys_levytskyi
2015-11-30 22:34:32 +02:00

View File

@@ -1,9 +1,18 @@
# Build Process
* Install node.js
* Install node.js (reboot required)
* Install grunt `npm install -g grunt`
* Install grunt cli `npm install -g grunt-cli`
* In project dir - install all modules `npm install`
# End To End Tests
* Install java (reboot required)
* Install protractor `npm install -g protractor`
* Update webdriver-manager `webdriver-manager update --standalone`
# Run End To End Tests
* Start webdirver server `webdriver-manager update`
* Run tests: `e2e.bat` or just `e2e`
# Tests
* Install protractor