@ia-qa/self-healing 1.7.21 → 1.7.23

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 +7 -5
  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
- [![ia-qa-heal repairing a broken Playwright suite: 3 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)
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)
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.
@@ -38,6 +38,11 @@ earlier — from a red build, with `explain` telling you which failures are drif
38
38
  **not** — then covers whether the app you mapped is sound at all, the MCP server answering an
39
39
  agent, and the HTML report `--report` writes for a PR.
40
40
 
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
+ [![▶ 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)
45
+
41
46
  ## Install
42
47
 
43
48
  ```bash
@@ -484,10 +489,7 @@ monorepo. Every field is documented in full in the tutorial
484
489
 
485
490
  ## The console — `ia-qa-heal ui`
486
491
 
487
- [![The ia-qa-heal console: a BLOCK verdict, the one element the tool refused to guess, the verbs as plain-language buttons, and the run history as charts](https://www.ia-qa.com/media/heal-ui-poster.png)](https://www.ia-qa.com/media/heal-ui.mp4)
488
-
489
- ▶ **[Watch the console in 32 seconds](https://www.ia-qa.com/media/heal-ui.mp4)** — buttons pressed,
490
- results rendered, nothing written.
492
+ Video's up in [See it work](#see-it-work) buttons pressed, results rendered, nothing written.
491
493
 
492
494
  A local web console for the rows where the tool gave up: highlighted crops of each candidate,
493
495
  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.21",
3
+ "version": "1.7.23",
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",