E2e Test — Testing skill for Claude Code
検閲のメイド(QAサブエージェント)を起動し、Playwright MCPを使用してE2Eテストを実行する.
How to install E2e Test
Installs to ~/.claude/commands/fune6900-agentic-tdd-starter-sets-e2e-test.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fune6900/agentic-tdd-starter-sets/HEAD/.claude/commands/e2e-test.md -o ~/.claude/commands/fune6900-agentic-tdd-starter-sets-e2e-test.md Restart Claude Code, or start a new session, for it to be picked up.
What E2e Test does
検閲のメイド(QAサブエージェント)を起動し、Playwright MCPを使用してE2Eテストを実行する。以下の手順を厳守すること。
対象
- 引数 $ARGUMENTS にテスト対象のURL、またはフロー名を指定する。
- 未指定の場合は
http://localhost:3000を起点に全主要フローをテストする。 - フロー名はプロジェクトごとに定義する(例:
auth,dashboard,search)。
手順
Phase 0: 事前確認
mcp__playwright__browser_navigateで対象URLへ遷移し、ページが正常に表示されることを確認する。mcp__playwright__browser_console_messagesでページロード時のエラーを確認する。- エラーがある場合はテスト続行前にマスターへ報告すること。
Phase 1: 主要フローのE2E検証
各フロー(プロジェクトで定義したもの)について以下の基本パターンを実行する:
- 対象画面/ボタン/フォームの存
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★
- Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Visual Regression
Playwright MCPを使用して視覚的整合性の自動検閲を行う。図案のメイド(Designerサブエージェント)を起動し、以下の手順を厳守すること。
Create E2e
Create a Playwright E2E test with explicit success criteria
E2e
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/vid
Generate E2e Test Plan
Generate E2E test plan for Playwright MCP from spec implementation
E2e Test Writer
Write end-to-end tests using Playwright or Cypress
Cfn E2e
MUST BE USED instead of running Playwright tests directly in WSL2. Parallel E2E execution, auto-batches tests
Related Agents
Integration Test Generator
Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for in
E2e Runner
End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY
QA Test E2e Reviewer
End-to-end browser test gap reviewer that detects webapps, surveys critical user journeys, and recommends gaps