Environment Setup
1. Download & Install node.js first to use NPM
2. Download & install visual studio code (VS code)
3. Create a new folder for project & open in vs code
4. Open cmd/terminal then execute below command
npm -i init => creates package.json file
5. To install cypress
npm install cypress --save -dev
6. Start cypress
npx cypress open (or)
node_modules/.bin/cypress open