一键导入
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}}