This boilerplate uses Playwright for E2E testing.
npx playwright install-
Run development server
npm run dev
-
Run Playwright
npx playwright test --uior
npx playwright test
Previous: Auth
Next: Forms
This boilerplate uses Playwright for E2E testing.
npx playwright installRun development server
npm run devRun Playwright
npx playwright test --uior
npx playwright testPrevious: Auth
Next: Forms