e2e-setup

End-to-End Testing Setup Command

Content Preview
# End-to-End Testing Setup Command

Configure end-to-end testing suite

## Instructions

Follow this systematic approach to implement E2E testing: **$ARGUMENTS**

1. **Technology Stack Assessment**
   - Identify the application type (web app, mobile app, API service)
   - Review existing testing infrastructure
   - Determine target browsers and devices
   - Assess current deployment and staging environments

2. **E2E Framework Selection**
   - Choose appropriate E2E testing framework based on st
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/e2e-setup.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/e2e-setup.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/e2e-setup.md

Related Skills