@ia-qa/self-healing 1.7.23 → 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.
Files changed (2) hide show
  1. package/README.md +14 -8
  2. 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
- [![▶ Watch the demo (48s) — ia-qa-heal repairing a broken Playwright suite](https://www.ia-qa.com/media/heal-demo.gif)](https://www.ia-qa.com/media/heal-demo.mp4)
27
+ [![ia-qa-heal repairing a broken Playwright suite: 3 tests failed, FIX verdict, selectors rewritten to getByRole, 3 passed, verified](https://www.ia-qa.com/media/heal-demo.gif)](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,15 +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
- ▶ **[The full 48-second version](https://www.ia-qa.com/media/heal-demo.mp4)** starts one step
37
- earlier — from a red build, with `explain` telling you which failures are drift and which one is
38
- **not** — then covers whether the app you mapped is sound at all, the MCP server answering an
39
- agent, and the HTML report `--report` writes for a PR.
40
-
41
41
  **Prefer clicking to typing?** [`ia-qa-heal ui`](#the-console--ia-qa-heal-ui) opens a local
42
42
  console — the rows waiting on you, the verbs as buttons, the history as charts.
43
43
 
44
- [![ Watch the console (32s) — a BLOCK verdict, the one element the tool refused to guess, the verbs as buttons, the history as charts](https://www.ia-qa.com/media/heal-ui-poster.png)](https://www.ia-qa.com/media/heal-ui.mp4)
44
+ [![The ia-qa-heal console: a BLOCK verdict, the one element the tool refused to guess, the verbs as buttons, the history as charts](https://www.ia-qa.com/media/heal-ui-poster.png)](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.
45
48
 
46
49
  ## Install
47
50
 
@@ -489,7 +492,10 @@ monorepo. Every field is documented in full in the tutorial
489
492
 
490
493
  ## The console — `ia-qa-heal ui`
491
494
 
492
- Video's up in [See it work](#see-it-work) buttons pressed, results rendered, nothing written.
495
+ [![The ia-qa-heal console: a BLOCK verdict, the one element the tool refused to guess, the verbs as buttons, the history as charts](https://www.ia-qa.com/media/heal-ui-poster.png)](https://www.ia-qa.com/media/heal-ui.mp4)
496
+
497
+ ▶ **[Watch the console (32s)](https://www.ia-qa.com/media/heal-ui.mp4)** — buttons pressed,
498
+ results rendered, nothing written.
493
499
 
494
500
  A local web console for the rows where the tool gave up: highlighted crops of each candidate,
495
501
  the `file:line` of every test that breaks, the verbs as plain-language buttons, and the history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ia-qa/self-healing",
3
- "version": "1.7.23",
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",