@shiplightai/mcp 0.1.77 → 0.1.78
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 +1 -1
- package/dist/index.js +388 -1544
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ Once connected, your AI coding agent can:
|
|
|
67
67
|
|
|
68
68
|
- **Verify its own UI changes** — Open pages, interact with elements, and assert visual conditions using AI ("Verify the success message is displayed")
|
|
69
69
|
- **Debug UI issues** — Inspect console errors and network failures directly from the browser session
|
|
70
|
-
- **Generate regression tests** — Every action
|
|
70
|
+
- **Generate regression tests** — Every action returns replay-ready locator data (`locator`/`xpath`/`frame_path`) you embed into `.test.yaml` files authored with the `shiplightai` CLI, for fast, deterministic replay
|
|
71
71
|
- **Sync to the cloud** — Manage test cases on Shiplight's cloud platform for team-wide regression coverage (automatically enabled when `SHIPLIGHT_API_TOKEN` is set)
|
|
72
72
|
- **Attach to existing Chrome tabs** — Control your existing Chrome tabs via the Shiplight AI extension without recreating login state or complex setups
|
|
73
73
|
|