Generate E2e Test Plan banner
jnarowski jnarowski

Generate E2e Test Plan

Testing community

Description

--- description: Generate E2E test plan for Playwright MCP from spec implementation argument-hint: [specIdOrNameOrPath] --- # Generate E2E Test Plan Analyze completed spec implementation and generate comprehensive end-to-end test plan document with user stories and step-by-step browser automation directions for Playwright MCP. **When to use**: After implementing a frontend feature with user-facing UI, when you need structured test scenarios for browser automation testing. ## Variables - $sp

Installation

Installs to ~/.claude/commands/jnarowski-agentcmd-generate-e2e-test-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jnarowski/agentcmd/HEAD/.claude/commands/generate-e2e-test-plan.md -o ~/.claude/commands/jnarowski-agentcmd-generate-e2e-test-plan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository