Files
BitwiseCmd/Setup.md
2015-11-29 20:00:55 +02:00

355 B

Build Process

  • 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

End To End Tests

  • Install java
  • Install protractor npm install -g protractor
  • Update webdriver-manager webdriver-manager update --standalone

Run End To End Tests