원클릭으로
e2e-test
End-to-end testing workflow covering complete user journeys from start to finish
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-to-end testing workflow covering complete user journeys from start to finish
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates well-structured Claude Skills with proper YAML frontmatter, clear instructions, and supporting files. Activates when the user wants to create a new skill, add capabilities to their AI assistant, encode team preferences, or structure any reusable instruction set. Covers the full lifecycle from intent capture through writing, testing, and refinement.
Shows all available skills, platform support, common workflows, and troubleshooting for the @terrazul/assistant-creator package. Activates when the user asks for help, wants to know what's available, or needs guidance on using the package.
Interactive wizard to set up MCP server credentials in your shell environment (~/.zshenv, ~/.bashrc, etc.). Activates when the user needs to configure API keys, tokens, or environment variables for MCP servers, or after adding new MCP integrations that require authentication.
Searches mcp.so marketplace for MCP servers and configures them for Claude, Codex, or Gemini. Use when user wants to add external tool integrations, find MCP servers, or configure model context protocol.
Converts Claude SKILL.md files to Gemini-compatible format. Use when user wants to use a Claude skill with Gemini CLI, or needs to make skills cross-platform compatible.
Create well-formed Claude agents with proper YAML frontmatter, system prompts, and examples. Use when user wants to create a new agent, customize Claude behavior, or needs help structuring an agent definition.
| name | e2e-test |
| description | End-to-end testing workflow covering complete user journeys from start to finish |
Tests complete user journeys through the application, validating that all components (frontend, backend, integrations) work together correctly.
| Type | Scope | When |
|---|---|---|
| Unit | Single function | During development |
| Integration | Component interactions | After integration |
| E2E | Complete journeys | Before release |
| Regression | Existing functionality | After changes |
Define the user journey:
Set up for execution:
For each step in the journey:
Verify data consistency:
Document journey results:
## E2E Test: [Journey Name]
**Goal**: [What user accomplishes]
**User**: [Persona/role]
**Duration**: [Expected time]
### Prerequisites
- [ ] Test account ready
- [ ] Test data available
- [ ] Environment configured
### Journey Steps
| Step | Action | Expected Result | Status |
|------|--------|-----------------|--------|
| 1 | Navigate to homepage | Page loads | |
| 2 | Click sign up | Form appears | |
| 3 | Fill form and submit | Success message | |
| 4 | Check email | Verification link | |
| 5 | Click verification | Account active | |
### Success Criteria
- [ ] User can complete full journey
- [ ] Data persisted correctly
- [ ] No errors in console
- [ ] Performance acceptable
Use the e2e-test skill to test the complete new user signup journey from homepage to first dashboard view
Steps:
Use the e2e-test skill to test the complete purchase flow from product browsing to order confirmation
Steps:
Use the e2e-test skill to test updating user profile from login to confirmation
Steps:
Use the e2e-test skill to test creating, reading, updating, and deleting a resource
Steps:
Test how the system handles failures:
Use the e2e-test skill to test the complete signup-to-first-purchase journey
Use the e2e-test skill to validate the login to dashboard to logout flow
Use the e2e-test skill to test payment failure handling in the checkout flow
Use the e2e-test skill to test the admin approval workflow for new user registration
# E2E Test Report: [Journey Name]
**Date**: [Date]
**Duration**: [Time]
**Status**: PASS / FAIL
## Journey: [Description]
### Steps Executed
| Step | Action | Result | Time | Evidence |
|------|--------|--------|------|----------|
| 1 | [Action] | PASS/FAIL | Xs | screenshot-1.png |
| 2 | [Action] | PASS/FAIL | Xs | screenshot-2.png |
### Issues Found
[List any issues with severity]
### Performance
- Total journey time: Xs
- Slowest step: [Step] (Xs)
- API calls: X
### Recommendation
[Pass / Fail - with reasoning]