Note - Following commands expects local server is running at http://127.0.0.1:3000/.
- Clone the repo and change directory to
cypress
- Run
npm install
- Run
npm run cypress:open
- Click on E2E Testing in cypress UI window.
- Click on Start E2E Testing on Chrome button.
- Now select respective test to Run from Cypress UI.
- To run all tests use
npm run cypress:run