cypress.io for windows: chapter 1
Couldn't be a better day than the auspicious day of diwali to release cypress.io for windows. So, in this post we shall discuss
Step 1: Installation
npm install cypress
Step 2: Project directory: Create a project directory with name "CypressScript" and open it in cli.
If you used npm to install, Cypress has now been installed to your ./node_modules directory, with its binary executable accessible from ./node_modules/.bin
Step 3:Open cypress
cmd > C:\CypressScripts>C:\Users\vbhardwaj\node_modules\.bin\cypress open
After a moment, the Cypress Desktop application will launch.
You can also download cypress from here
Cypress cli commands
Step 1: Installation
npm install cypress
Step 2: Project directory: Create a project directory with name "CypressScript" and open it in cli.
If you used npm to install, Cypress has now been installed to your ./node_modules directory, with its binary executable accessible from ./node_modules/.bin
Step 3:Open cypress
cmd > C:\CypressScripts>C:\Users\vbhardwaj\node_modules\.bin\cypress open
After a moment, the Cypress Desktop application will launch.
You can also download cypress from here
Cypress cli commands
Comments
Post a Comment