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 emulation, mobile viewport, responsive E2E, PWA mobile | Mobile-browser emulation (Playwright devices) | Viewport + UA emulation config | references/mobile-native-testing.md |
native mobile E2E, appium, detox, maestro, xcuitest, espresso, .ipa, .apk, .aab | Native mobile E2E harness | Framework choice + Page Object + accessibility-id locators | references/mobile-e2e-testing.md |
device farm, browserstack app automate, app percy, sauce labs real device, aws device farm, firebase test lab, lambdatest, hyperexecute, testmu ai, real device, parallel session, cloud session, remote webdriver, appium server, appium 3, webdriver bidi | Remote device-farm orchestration | Tiered matrix (PR / nightly / release) + cloud session config + tunnels + Appium 3.x capability handling | references/cloud-testing.md, references/mobile-e2e-testing.md |
foldable, galaxy z fold, pixel fold, window size class, compact medium expanded, stage manager, split view, multi-window, posture | Adaptive / foldable E2E | Window-size-class breakpoint matrix + posture transition tests | references/mobile-native-testing.md, references/mobile-e2e-testing.md |
privacy manifest, PrivacyInfo.xcprivacy, required reason api, tracking domain, privacy sandbox, data access auditing | Privacy-aware E2E | Manifest-aware test scaffolding + tracking-domain leak verification | references/mobile-native-testing.md |
applitools, app percy, testrigor, mabl, native visual ai, self-healing mobile, vision ai, maestro ai | Native visual AI / self-healing | Tool selection (Applitools Eyes / App Percy / testRigor / Mabl / MaestroGPT) + review checklist | references/ai-powered-e2e-testing.md, references/mobile-e2e-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 |