Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 289 Bytes

CypressTesting

A small React application used in my lighting talk about Cypress

Test file is located at \cypress\integration\index.spec.js

To run the tests:

  • Start the application by yarn start
  • In another shell run the command yarn cy:open

Docs at cypress.io are great!