Monday, July 29, 2019

Cypress WebAutomation Tool

This is web automation tool ( Non-selenium Framework).


Cypress Supporting browsers:
Canary
Chrome
Chromium
Electron


Cypress will detect all the browsers automatically if the browsers are available In your computer.
If you have chrome browser in Mac book then open cypress with chrome.

If you want to open chrome browser with Cypress then use the below command.
./node_modules/.bin/cypress open --browser chrome

but make sure you should able to open chrome browser with terminal. then only the above command works. If you not installed your chrome browser in the Application folder in your MacBook then first install chrome browser in Application folder. please see here how to open chrome browser from terminal in Mac OS.

You can see the 




Like the above pic you can see the browser name which you have  opened.
if you open Cypress normally then also you can see the available browsers and you can select and run.


No comments:

Post a Comment