Thursday, September 17, 2020

Cypress Installation Method

 How to install Cypress:

  1. Create folder in local machine
  2. Open cmd and go to that folder
  3. Type npm init -y, then new json package created automatically

4. Type: npm install --save-dev cypress 

5. After installing cypress, open it by typing: npx cypress open


No comments:

Post a Comment

Featured Posts