Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 305 Bytes

To Run Project: npm install npm start

To make prod buid npm run prod

To Run test cases: Install nightwatch globally

  1. npm install -g nightwatch
  2. npm start
  3. cd tests
  4. java -jar selenium-server-standalone-3.4.0.jar //this will run selenium server
  5. npm run test

npm run test