This project is part of POC project to demonstrate cypress testing tool for V2 payments api testing
Prerequisite
How To Run
- Run
npm install
- Run
npm run open
- Select
E2E Testing
- Choose the browser and click on
Start E2E Testing
- Click on the
payments.feature
spec to run
How to Run with Test Reports
- Run
npm install
- Run
npm run test
(tests will run in terminal) - Open
cypress/results/mochawesome.html
in the browser to see test report.
How to Run with Test with specific tag
- Run
npm install
- Run
npm run token-callback
(tests will run in terminal) - Open
cypress/results/mochawesome.html
in the browser to see test report.