mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-15 17:32:17 +01:00
Create run tests section
This commit is contained in:
7
Setup.md
7
Setup.md
@@ -1,17 +1,18 @@
|
|||||||
|
|
||||||
# Build Process
|
# Build Process
|
||||||
* Install node.js
|
* Install node.js (reboot required)
|
||||||
* Install grunt `npm install -g grunt`
|
* Install grunt `npm install -g grunt`
|
||||||
* Install grunt cli `npm install -g grunt-cli`
|
* Install grunt cli `npm install -g grunt-cli`
|
||||||
* In project dir - install all modules `npm install`
|
* In project dir - install all modules `npm install`
|
||||||
|
|
||||||
# End To End Tests
|
# End To End Tests
|
||||||
* Install java
|
* Install java (reboot required)
|
||||||
* Install protractor `npm install -g protractor`
|
* Install protractor `npm install -g protractor`
|
||||||
* Update webdriver-manager `webdriver-manager update --standalone`
|
* Update webdriver-manager `webdriver-manager update --standalone`
|
||||||
|
|
||||||
# Run End To End Tests
|
# Run End To End Tests
|
||||||
*
|
* Start webdirver server `webdriver-manager update`
|
||||||
|
* Run tests: `e2e.bat` or just `e2e`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user