@arcadialdev/arcality 2.2.1 → 2.2.2
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="./public/logo-arcadial-blanco.png" width="120" alt="Arcality Logo" />
|
|
3
3
|
<br>
|
|
4
4
|
<h1>Arcality Engine</h1>
|
|
5
5
|
<p><b>Autonomous AI-Powered E2E Web Testing Agent</b></p>
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@arcadialdev/arcality)
|
|
8
|
-
[](https://playwright.dev)
|
|
9
|
-
[](https://anthropic.com)
|
|
10
8
|
</div>
|
|
11
9
|
|
|
12
10
|
<br>
|
|
13
11
|
|
|
14
|
-
**Arcality** is an enterprise-grade autonomous testing agent designed by Arcadial. It replaces brittle, hard-coded UI automation with an intelligent, self-healing agent that understands natural language. Powered by
|
|
12
|
+
**Arcality** is an enterprise-grade autonomous testing agent designed by Arcadial. It replaces brittle, hard-coded UI automation with an intelligent, self-healing agent that understands natural language. Powered by our proprietary AI Cognitive Core and Headless Execution Engine, Arcality navigates web portals, fills forms dynamically, and verifies business logic without requiring you to write a single line of test code.
|
|
15
13
|
|
|
16
14
|
## ✨ Core Capabilities
|
|
17
15
|
|
|
@@ -62,9 +60,9 @@ Arcality operates on a highly decoupled modular system designed for maximum resi
|
|
|
62
60
|
|
|
63
61
|
1. **The CLI Wrapper:** A Node.js CLI that orchestrates Playwright subprocesses, parses configurations (`arcality.config.json`), and manages the CLI spinner aesthetic using `@clack/prompts`.
|
|
64
62
|
2. **The Vision Engine:** Instead of capturing raw DOM, Arcality strips out CSS/JS noise and builds an `Interactive Component Tree` using `aria-labels` and `roles`.
|
|
65
|
-
3. **The
|
|
66
|
-
4. **Skill Injection (`.agents/skills/`):** At runtime, the agent injects external E2E standards
|
|
67
|
-
5. **The Reporter:** A custom
|
|
63
|
+
3. **The Cognitive Gateway (`AIAgentHelper`):** Handles bidirectional communication with the central AI Brain. It uses advanced recursive Tool Calling to perform `UI actions` (click, type, scroll) and `Forensic actions` (capture_console_errors).
|
|
64
|
+
4. **Skill Injection (`.agents/skills/`):** At runtime, the agent injects external E2E standards directly into the System Prompt to enforce strict QA policies and intelligent locator strategies.
|
|
65
|
+
5. **The Reporter:** A custom execution reporter (`ArcalityReporter.ts`) that filters out robotic hooks and renders the Agent's pure cognitive decision tree into an HTML dashboard.
|
|
68
66
|
|
|
69
67
|
---
|
|
70
68
|
|