This repo contains automation tests for the Sauce Demo platform using Cypress
- Node js -> v.16 or above
- VS Code
- Download the repo to your local system.
git clone https://github.com/adi0709/cypressSauceDemo.git
- Make sure to update all the dependencies
npm install
- Execute the tests by running the following commands
npm run cy:tests- To execute the tests and display the report automatically of the execution.
npm run cy:testReport