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!