Create E2e Test Plan banner
33-Strategies 33-Strategies

Create E2e Test Plan

Testing community

Description

--- description: Generate or update an E2E testing plan for a feature or application part allowed-tools: Read, Grep, Glob, Write, Edit argument-hint: "<feature-or-component-name>" category: workflow --- Generate a comprehensive E2E (End-to-End) testing plan for: `<ARGS>` ## Investigation Phase Before writing the test plan, systematically analyze: 1. **Identify Components**: Use Glob to find relevant files (API routes, UI components, database queries) 2. **Trace Data Flow**: Map user action →

Installation

Installs to ~/.claude/commands/33-strategies-33-strategies-claude-code-starter-kit-create-e2e-test-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/33-Strategies/33-strategies-claude-code-starter-kit/HEAD/.claude/commands/create-e2e-test-plan.md -o ~/.claude/commands/33-strategies-33-strategies-claude-code-starter-kit-create-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