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