con un clic
ui-automation-harness
UI regression test sub-skill router entry point.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
UI regression test sub-skill router entry point.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | ui-automation-harness |
| description | UI regression test sub-skill router entry point. |
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 (debug workflow)code-review-graph (refactor workflow)test-runner (detect failure) → quick-debug (login-free triage + auto-fix) → test-runner (regression verification)save-verify-strategy (choose verification method) → test-runner (run verification)Coding conventions, project facts, and behavior rules are all guided by CLAUDE.md and not repeated here.
Key references:
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.