The tech stack used in this project are:
- JavaScript as the programming language for writing test code
- Cypress as the framework
- NPM as the build tool
- VSCode as the preferred IDE for writing javascript code.
Setup your machine.
- Install Node 18
- Install VSCode
- On Terminal, navigate to repo and run
npm install
- Run tests in Sequence:
npm run test
- Run tests in Parallel:
npm run test-parallel
- Report will be found here:
cypress/reports/html/<index>.html
--