ReDI Munich: Testing example How to get the application git clone git@github.com:maksugr/testing-example.git cd testing-example npm i How to run the application npm run dev How to test the application npm test unit tests npm run vitest e2e tests npm run cy:open