Execute below command to install the dependencies
npm install
Execute any of below command to execute tests in respective environment.
Environment details can be setup in cypress/config directory
npm run cypress:open:local
npm run cypress:open:prod
npm run cypress:open
npm run test:local
npm run test:prod