You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The project has Vitest integration tests but no browser-level E2E tests. Configure Playwright with at least three smoke tests: landing page load, login, and event discovery.
Acceptance Criteria
Playwright is added as a dev dependency and configured in playwright.config.ts.
Three smoke tests pass against the development server.
CI workflow runs Playwright tests on pull requests to main.
Tests are isolated from unit tests and run separately.
Track
Frontend
Difficulty
High
Description
The project has Vitest integration tests but no browser-level E2E tests. Configure Playwright with at least three smoke tests: landing page load, login, and event discovery.
Acceptance Criteria
playwright.config.ts.main.