@ia-qa/self-healing 1.5.5 → 1.5.6

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,16 @@ Self-healing E2E toolkit: a **local MCP server** for AI agents, a guided **CLI**
6
6
 
7
7
  **It runs entirely on the end user's machine.** It brings its own headless Chromium, so it sees `localhost`, staging, or an app behind a VPN — and **no data ever leaves the machine**. Nothing is hosted.
8
8
 
9
+ ## See it work
10
+
11
+ [![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)
12
+
13
+ One command. `ia-qa-heal run` runs your suite, watches it break, diffs the live app against your baseline, rewrites the dead selectors as `getByRole(…, { exact: true })` — not as fresher CSS paths — then **re-runs the suite to verify** and exits on that verdict. Nothing is committed.
14
+
15
+ ▶ **[Watch the full 49-second version](https://www.ia-qa.com/media/heal-demo.mp4)** — it also covers what deterministic healing *refuses* to guess (and the optional BYOK AI add-on that suggests a match for it), the MCP server answering an agent, and the branded HTML report `--report` writes for a PR.
16
+
17
+ *Real commands against a live site, real stdout — only the typing speed is synthesised.*
18
+
9
19
  ## Quick start
10
20
 
11
21
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ia-qa/self-healing",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Local-first self-healing for UI tests: a local MCP server + CLI that map your app's pages to a role/name/selector contract, diff selector drift (PASS/FIX/BLOCK), and apply deterministic fixes to Cypress/Playwright/Selenium tests. Runs on your machine — nothing leaves it.",
5
5
  "keywords": [
6
6
  "self-healing",