一键导入
ui-automation-harness
UI 回归测试子 skill 路由入口。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
UI 回归测试子 skill 路由入口。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ui-automation-harness |
| description | UI 回归测试子 skill 路由入口。 |
gen-page-test → test-runnerlocator-replacer → test-runneradd-regression-point → test-runneradd-regression-point + case-round-trip → test-runnerpage-load-assertion → gen-page-testcode-review-graph → test-runnercode-review-graph(调试工作流)code-review-graph(重构工作流)test-runner(发现失败)→ quick-debug(免登排查 + 自动修复)→ test-runner(回归验证)save-verify-strategy(选择验证方式)→ test-runner(运行验证)编码规范、项目事实、行为规则等均由 CLAUDE.md 统一指引,此处不重复。
关键引用:
Incrementally add regression test points to an existing PageObject. Trigger: add test point, add regression point, add test point, increase coverage, extend page methods.
POM layering and context sharing decision tree. Trigger: architecture, layering, POM, Page Object, base class design, add new role.
Browser viewport / headless / timeout layered configuration. Trigger: viewport, browser config, navigation timeout, headless, slow_mo, incognito.
Under a shared page, a test case that leaves the start page must return via the UI and assert. Trigger: round-trip closure, case round trip, reset timeout, scope shared page.
AST knowledge graph: change review, exploration, debugging, refactoring. Trigger: knowledge graph, code review, impact analysis, blast radius, refactoring.
One-click generation of PageObject + matching tests. Trigger: new page, generate page, gen page, create page, add page object.