Testing
May 6, 2024 ยท View on GitHub
Table of Contents
Introduction
This boilerplate uses Playwright for E2E testing.
Installation
npx playwright install
Running tests
-
Run development server
npm run dev -
Run Playwright
npx playwright test --uior
npx playwright test
Previous: Auth
Next: Forms