How to install Cypress:
- Create folder in local machine
- Open cmd and go to that folder
- 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