Install
openclaw skills install @kklldog/e2e-test-orchestrator端到端(E2E)测试编排与执行。用于用户要求:设计测试用例、基于 Playwright/Cypress 实现自动化脚本、通过源码优先定位元素并在必要时使用截图/图像识别兜底、执行测试、自动修复脚本问题(如定位器或等待策略)、并输出结构化测试报告。
openclaw skills install @kklldog/e2e-test-orchestrator严格按以下顺序执行:测试规划 → 脚本实现 → 执行测试 → 归因/修复 → 结果报告。
references/case-template.md 产出分级测试用例:
若需求不清晰,先写明假设,再进入脚本实现。
references/playwright-重点与docker兜底.md。scripts/run-playwright-docker.sh 执行,并在报告中注明镜像版本与执行模式。scripts/run-playwright-auto.sh:先尝试 local,失败后自动切 docker。test(...) 用例块。references/locator-strategy.md。sleep。scripts/run-playwright-auto.sh 自动选择执行模式;也可手动选择:本地用 scripts/run-playwright.sh,本地不可用时改用 scripts/run-playwright-docker.sh。当测试无法继续时:
严格按 references/report-template.md 组织输出,至少包含: