← スキル一覧に戻る

testing-e2e
by Git-Fg
⭐ 1🍴 0📅 2026年1月18日
SKILL.md
name: testing-e2e description: "Orchestrates end-to-end testing workflows coordinating browser automation with server verification. Use when validating complete user flows, testing multi-step scenarios, or verifying browser-server integration. Do not use for unit testing, API testing, isolated component testing, or documentation code examples → see generating-tests skill." context: fork # Required: Coordinates browser automation with server-side verification, orchestrates complete test workflows user-invocable: false allowed-tools: [Read, Write, Edit, Glob, Grep, Bash, Task]
End-to-End Testing Orchestration
Test Workflow
1. Test Planning
- Identify user flows to validate
- Define success criteria
- Map test scenarios to requirements
2. Environment Setup
- Start server (if needed)
- Configure browser automation
- Prepare test data
3. Test Execution
- Run browser automation steps
- Verify server responses
- Capture screenshots/logs on failure
4. Results Analysis
- Compare actual vs expected outcomes
- Generate test reports
- Identify failures and root causes
Orchestration Pattern
- Coordinate: Start server, launch browser
- Execute: Run test steps in sequence
- Verify: Check server state, browser output
- Report: Consolidate results and findings
Reference Materials
Test patterns and verification strategies are documented inline above.
Note: For isolated browser automation, use driving-browser skill. For server-only testing, use appropriate backend testing tools.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です