- 1. Download & install nodejs
- 2. Create a folder for the project & open in the VScode
- 3. Open cmd/terminal then execute below command
- npm -i init ---> creates package.json file
- 4. Install cypress in the terminal command
- npm install cypress --save-dev
- 5. To start cypress
- run command npx cypress open
- You will find my codes file in the ..\cypress\e2e\Chaldal-shopping-automation directory
- Download or clone the file in you directory
- run command npx cypress open
- Cypress window opens and Start "E2E Testing in Chrome Switch testing type"
- Click chaldal.cy.js from cypress\e2e\Chaldal-shopping-automation\chaldal.cy.js