Demos for Past, present and future of Web Testing event.
Install dependencies:
npm ci
In addition that that if you also want to run Playwright tests you need to install Playwright dependencies/browsers via:
npx playwright install
Starting the app:
npm run dev
...and happy codding!
Run jsdom based tests (watch mode by default):
npm run test
Run Playwright based components tests (no watch by default):
npm run test:playwright