To Run Project: npm install npm start
To make prod buid npm run prod
To Run test cases: Install nightwatch globally
- npm install -g nightwatch
- npm start
- cd tests
- java -jar selenium-server-standalone-3.4.0.jar //this will run selenium server
- npm run test
npm run test