This is the source code of a demo I gave for my Collab Lab Meetup Talk on Cypress.
Links:
- Slide deck: iamdeveloper.com/cypress2023
- Video coming soon
- README for the original project
- Run
npm install
to install dependencies - Start the web application using
npm run start
- Start Cypress using
npm run e2e