Step: 1
- Install lates Version of Node.js.
- Clone the repo.
- Do npm install.
Step: 2 : To run the tests do the following.
- npm run test (To run all the tests).
- npm run homepage (to run homepage tests).
- npm run mouseoverpage (to run mouse over page tests).
- npm run progressbarpage (to run progressbar page tests).
- npm run sampleapppage (to run sampe app page tests).
Step: 3 : To open allure reports do following after above execution is over.
- npm run openallurreport (this will generate report html and will open in browser)