@ia-qa/self-healing 1.7.22 → 1.7.24
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 +15 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,12 @@ 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
|
+
|
|
29
|
+
▶ **[Watch the full 48-second video](https://www.ia-qa.com/media/heal-demo.mp4)** — the loop above
|
|
30
|
+
starts one step earlier, from a red build: `explain` tells you which failures are drift and which
|
|
31
|
+
one is **not**, then covers whether the app you mapped is sound at all, the MCP server answering
|
|
32
|
+
an agent, and the HTML report `--report` writes for a PR.
|
|
28
33
|
|
|
29
34
|
`ia-qa-heal run` runs your suite, watches it break, diffs the live app against your baseline,
|
|
30
35
|
rewrites the dead selectors, then **re-runs the suite to verify** and exits on that verdict.
|
|
@@ -33,10 +38,13 @@ style your suite already uses — CSS stays CSS. The demo adds `--locators`, whi
|
|
|
33
38
|
`getByRole(…, { exact: true })` where that is provably safe: a locator immune to the *next*
|
|
34
39
|
layout change.
|
|
35
40
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
41
|
+
**Prefer clicking to typing?** [`ia-qa-heal ui`](#the-console--ia-qa-heal-ui) opens a local
|
|
42
|
+
console — the rows waiting on you, the verbs as buttons, the history as charts.
|
|
43
|
+
|
|
44
|
+
[](https://www.ia-qa.com/media/heal-ui.mp4)
|
|
45
|
+
|
|
46
|
+
▶ **[Watch the console (32s)](https://www.ia-qa.com/media/heal-ui.mp4)** — buttons pressed,
|
|
47
|
+
results rendered, nothing written.
|
|
40
48
|
|
|
41
49
|
## Install
|
|
42
50
|
|
|
@@ -484,9 +492,9 @@ monorepo. Every field is documented in full in the tutorial
|
|
|
484
492
|
|
|
485
493
|
## The console — `ia-qa-heal ui`
|
|
486
494
|
|
|
487
|
-
[](https://www.ia-qa.com/media/heal-ui.mp4)
|
|
488
496
|
|
|
489
|
-
▶ **[Watch the console
|
|
497
|
+
▶ **[Watch the console (32s)](https://www.ia-qa.com/media/heal-ui.mp4)** — buttons pressed,
|
|
490
498
|
results rendered, nothing written.
|
|
491
499
|
|
|
492
500
|
A local web console for the rows where the tool gave up: highlighted crops of each candidate,
|
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.24",
|
|
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",
|