playwright-e2e
SKILL.md
Playwright E2E Test Workflow
Three-agent workflow for generating end-to-end tests for the Opik application:
- Planner -> Explores the Opik UI, generates a markdown test plan with fixture/page-object references
- Generator -> Transforms the plan into executable Playwright tests following Opik conventions
- Healer -> Automatically fixes failing tests with Opik-specific debugging knowledge
When to Use
Use when developer requests E2E test generation or repair:
- "Generate an E2E test for the new dashboard"
- "Create automated test for the upload flow"
- "Add happy path test for experiment creation"
- "Fix the failing prompts test"