Repair your E2E tests with one command.
Healify detects and repairs broken selectors automatically — without sending data to the cloud.
$ npx playwright test
✗ FAIL checkout.spec.ts:42:11
locator.click: [data-testid="submit-btn"] → not found
✔ Healify 1,248 nodes · no network
→ 1 stable alternative found
Suggested fix · 94% confidence
The button moved to visible text. Use role + name.
page.getByRole('button', {name: 'Guardar'})was: [data-testid="submit-btn"]auto-healable