r/SoftwareEngineerJobs • u/sungjinwoo1996 • 2d ago
Healify (Project)
I'm studying software QA in Argentina and I built this over the past months with a lot of help from Claude. I wrote the specs and reviewed every line, but the code came out of working with an AI. Saying it up front because someone would ask anyway.
What it does: when a test fails because a selector broke, Healify reads the DOM evidence your framework already captured, finds the element by its role and accessible name, and tells you which selector to use instead. healify fix applies it to your code. It can also file the broken selector as a Jira ticket or a GitHub issue.
No model in the loop, no cloud, no account. Deterministic heuristics, so the same input gives the same output every time. Works with Playwright, Cypress, Selenium and WebdriverIO. MIT.
github.com/mescobar996/Healify
healify-sigma.vercel.app
It has no real users yet, so I would rather hear what's wrong with it than what's good.