playwright, e2e, browser test, journey test | Playwright E2E workflow | Test suite with POM | references/playwright-patterns.md |
cypress, cy. | Cypress workflow | Cypress test suite | references/cypress-guide.md |
visual regression, screenshot, pixel diff | Visual regression testing | Screenshot baseline + diff config | references/visual-a11y-testing.md |
accessibility, a11y, axe, WCAG | A11y E2E testing | axe-core integration + WCAG report | references/visual-a11y-testing.md |
auth flow, login test, session | Auth flow E2E testing | storageState setup + auth fixtures | references/playwright-patterns.md |
CI, pipeline, sharding, parallel | CI integration workflow | Sharding config + artifact upload | references/ci-reporting.md |
flaky, flake, retry, instability | Flake diagnosis workflow | Retry evidence + root cause report | references/debug-monitoring.md |
mobile, device, emulation | Mobile E2E testing | Device matrix + emulation config | references/mobile-native-testing.md |
container, testcontainers, docker test | Container-based testing | Testcontainers setup + dynamic port config | references/container-testing.md |
web component, shadow DOM, lit, stencil | Web Component testing | Shadow DOM traversal + Playwright locators | references/web-component-testing.md |
AI test, MCP, self-healing, codegen, playwright cli | AI-powered test lifecycle | Playwright MCP or @playwright/cli (prefer CLI for token efficiency) + Planner/Generator/Healer config | references/ai-powered-e2e-testing.md |
screencast, video receipt, visual proof, recording | Agentic screencast recording | page.screencast setup + action annotations + overlay config | references/ai-powered-e2e-testing.md |
API test, request context, backend verify | API testing via Playwright | APIRequestContext setup + schema validation | references/playwright-patterns.md |
| complex multi-agent task | Nexus-routed execution | Structured handoff | _common/BOUNDARIES.md |
| unclear request | Clarify scope and route | Scoped analysis | references/framework-selection.md |