Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Cypress – Execute scripts from specific browser

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

Leave a Reply

Your email address will not be published. Required fields are marked *