원클릭으로
run-e2e-tests
Generate, run, and diagnose E2E tests from test cases; output structured results to rnd/e2e-results.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate, run, and diagnose E2E tests from test cases; output structured results to rnd/e2e-results.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Convert product specs into a repo-grounded technical specification / high-level design.
| name | run-e2e-tests |
| description | Generate, run, and diagnose E2E tests from test cases; output structured results to rnd/e2e-results. |
Generate, execute, diagnose, and report end-to-end tests derived from rnd/test_cases/<feature-id>-test-cases.md.
{{rnd/agents/e2e-engineer.md}} {{rnd/agents/shared/command-hygiene.md}}
rnd/test_cases/<feature-id>-test-cases.md (required)rnd/build_plans/<feature-id>-build-plan.md (required for selectors, contracts, and acceptance criteria)AGENTS.md / CLAUDE.mdAGENTS.md / CLAUDE.md| Output | Location | Purpose |
|---|---|---|
| E2E Test Files | Current codebase E2E test locations, such as tests/e2e/<feature-id>/ | Executable test implementations |
| Test Fixtures | Current codebase E2E fixtures, such as tests/e2e/<feature-id>/fixtures/ | Shared data and helpers |
| Result Report | rnd/e2e-results/<feature-id>-e2e-result.md | Execution summary and failure analysis |
| Test Artifacts | Current codebase E2E artifact locations | Screenshots, videos, traces for failed tests only |
AGENTS.md / CLAUDE.md.data-test-id selectors, explicit waits, and AAA structure.rnd/e2e-results/<feature-id>-e2e-result.md.AGENTS.md / CLAUDE.md.data-test-id selectors.rnd/test_cases/, rnd/build_plans/, the current codebase, the E2E testing guidance in the applicable AGENTS.md / CLAUDE.md, and the testing guidance in the applicable AGENTS.md / CLAUDE.mdrnd/e2e-results/The report should include:
{{rnd/agents/summary.md}}