playwright-e2e
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"
Prerequisites
More from comet-ml/opik
typescript-sdk
TypeScript SDK patterns for Opik. Use when working in sdks/typescript.
47diagram-generation
Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.
28documentation
Feature documentation and release notes patterns. Use when documenting changes, writing PR descriptions, or preparing releases.
27opik-frontend
React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching.
24python-sdk
Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.
24opik-backend
Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.
22