Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 188 Bytes

File metadata and controls

7 lines (6 loc) · 188 Bytes

Clearcode

To run Cypress tests you need to:

  1. Open terminal and navigate to the project
  2. Run: npm init
  3. Run: npm install cypress --save-dev
  4. To open cypress run: npx cypress open