kaizen-yutani/playwright-autopilot
Plugin Claude Code
Plugin marketplace listing 1 plugin: playwright-autopilot.
kaizen-yutani/playwright-autopilot
Plugin Claude Code
Plugin marketplace listing 1 plugin: playwright-autopilot.
kaizen-yutani/playwright-autopilot
Plugin Claude Code
Playwright E2E test debugging and interactive browser exploration. Runs tests with action capture (DOM snapshots, network, console, screenshots), diagnoses failures, and provides browser tools for navigating, clicking, and inspecting pages through ARIA snapshots.
kaizen-yutani/playwright-autopilot
MCP server Claude CodeCodexCursor +2
MCP server "playwright-autopilot" as configured in kaizen-yutani/playwright-autopilot. Runs ${CLAUDE_PLUGIN_ROOT}/server/mcp-server.js with node.
kaizen-yutani/playwright-autopilot
Agent
Use this agent to investigate a single failing E2E test. Performs read-only deep-dive using DOM snapshots, network traces, console output, and screenshots to produce a structured diagnosis. Never modifies code. Examples: Context: A test failure needs root cause analysis. user: 'Investigate why the checkout test at…
kaizen-yutani/playwright-autopilot
Agent
Use this agent to apply a code fix to a failing E2E test based on an investigation diagnosis. Takes a structured diagnosis and applies the minimal change to make the test pass. Runs in a worktree for parallel safety. Examples: Context: An investigator diagnosed a missing test step. user: 'Fix checkout.spec.ts:42 …
kaizen-yutani/playwright-autopilot
Agent
Use this agent to write new Playwright E2E tests from scratch by interactively exploring the application. Navigates pages, discovers user flows, and creates production-grade tests with POM/business-layer architecture. Runs in a worktree for parallel safety. Examples: Context: User needs tests for a new feature. user…
kaizen-yutani/playwright-autopilot
Agent
Use this agent to triage the full E2E test suite. Runs all tests, classifies every failure, manages project knowledge (error patterns, flows, triage history), creates tasks, and dispatches investigator/fixer agents. Examples: Context: User wants a full suite health check. user: 'Triage the e2e suite' assistant: 'I…
kaizen-yutani/playwright-autopilot
Skill Claude CodeCodex
Systematically investigate and fix failing Playwright E2E tests using captured action data, screenshots, DOM snapshots, network requests, and console output.
kaizen-yutani/playwright-autopilot
Skill Claude CodeCodex
Run all E2E tests, categorize failures (known issue, app bug, test update, flaky, new), cross-reference Jira, and generate a management-ready report.
kaizen-yutani/playwright-autopilot
Skill Claude CodeCodex
Write new Playwright E2E tests following project conventions, with POM/business-layer architecture, network-aware stability patterns, and quality validation.