@ia-qa/self-healing 1.7.21 → 1.7.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Ships a **CLI**, a **local MCP server** for AI agents, and an accessibility-tree
|
|
|
24
24
|
|
|
25
25
|
## See it work
|
|
26
26
|
|
|
27
|
-
[](https://www.ia-qa.com/media/heal-demo.mp4)
|
|
28
28
|
|
|
29
29
|
`ia-qa-heal run` runs your suite, watches it break, diffs the live app against your baseline,
|
|
30
30
|
rewrites the dead selectors, then **re-runs the suite to verify** and exits on that verdict.
|
|
@@ -484,7 +484,7 @@ monorepo. Every field is documented in full in the tutorial
|
|
|
484
484
|
|
|
485
485
|
## The console — `ia-qa-heal ui`
|
|
486
486
|
|
|
487
|
-
[](https://www.ia-qa.com/media/heal-ui.mp4)
|
|
488
488
|
|
|
489
489
|
▶ **[Watch the console in 32 seconds](https://www.ia-qa.com/media/heal-ui.mp4)** — buttons pressed,
|
|
490
490
|
results rendered, nothing written.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ia-qa/self-healing",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.22",
|
|
4
4
|
"description": "Your Playwright, Cypress or Selenium tests break when a selector moves — this finds the element again and rewrites the test. Deterministic: no LLM decides whether your build passes. Runs entirely on your machine, with a local MCP server for agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"self-healing",
|