playwright-e2e
Installation
SKILL.md
Playwright E2E Testing
Overview
This project uses Playwright for E2E testing with a focus on user-centric testing that avoids implementation details.
Test Configuration
- Unit tests: Vitest for client components and synchronous server components
- E2E tests: Playwright with automatic dev server startup
- Location:
e2e/directory - HTML reporter: Enabled with trace collection on retry
- Duration: Full E2E suite takes ~15 minutes
Core Philosophy: Test Like a User
Users interact with what they see, not technical implementation details.