Category:
Cypress
To run the execution in Chrome, you need to run the below mentioned command:
./node_modules/.bin/cypress run — browser chrome
To run the execution in Firefox, run the command given below:
./node_modules/.bin/cypress run — browser firefox
To run the execution in headed mode, run the command given below:
./node_modules/.bin/cypress run — headed