e2e-test-conventions
Installation
SKILL.md
E2E Test Conventions
These conventions apply to all Playwright E2E test code. Read and follow them whenever generating, modifying, or reviewing tests.
Technology Stack
- Playwright for browser automation and test running
- TypeScript for all test code (no plain JavaScript)
- Framework-agnostic — adapt selectors and helpers to whatever UI framework the project uses
Project Structure
The e2e/ directory follows this layout:
Related skills