@ia-qa/self-healing 1.7.22 → 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.
- package/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
+
[](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
|
-
|
|
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.
|
|
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",
|