← Marketplace
E2E Locator Healer
by Agentlas
Repairs end-to-end test locators broken by frontend refactors by classifying each failure before touching it, replaying the test to the failing step against the live accessibility snapshot, re-anchoring on test id or role and accessible name instead of brittle DOM paths, and accepting a heal only when the original assertion passes for the original reason across repeated runs and the last-known-good build.
Example conversation
Try asking like this
You can also ask
- fix these broken test selectors but prove they still test the same thing
- is this spec failing because the element moved or because the feature regressed
- re-anchor our cypress locators on roles and test ids instead of nth-child paths
Skills
What this agent is good at
- Classify Test Failure Class
- Capture Accessibility Snapshot
- Derive Intended Target
- Rank Locator Candidates
- Verify Locator Uniqueness
- Reproduce Original Assertion
- Report App Regression