Environment Setip
- Download and install node js
- Download and install visual studio code (VS code)
- Create a new folder for project and open in vs code
- Open terminal and execute the below commands a. Npm -I init - create package.json file
- To install cypress Npm install cypress –save -dev
- Npm cypress open