E2e banner
ysyecust ysyecust

E2e

Testing community

Description

--- description: Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts. --- # E2E Command This command invokes the **e2e-runner** agent to generate, maintain, and execute end-to-end tests using Playwright. ## What This Command Does 1. **Generate Test Journeys** - Create Playwright tests for user flows 2. **Run E2E Tests** - Execute tests across browsers 3. **Capture Artifacts** - Screenshots, videos, tr

Installation

Installs to ~/.claude/skills/ysyecust-everything-claude-code-e2e/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-e2e && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/e2e.md -o ~/.claude/skills/ysyecust-everything-claude-code-e2e/SKILL.md

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

Full documentation available on GitHub

View Source Repository