This repository contains the source code for the cypress training page together with tests.
- Make sure you have nodejs installed
- Install your dependencies with
npm install
- Run the application with
npm run dev
- Run tests with
npx cypress open
There are branches which can show you how to configure plugins:
bdd
for BDD with cucumber preprocesortypescript
for type safety (it also contains @testing-library/cypress which extends the selectors)