assuremind 1.5.2 → 1.6.0
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 +12 -12
- package/dist/cli/index.js +129 -129
- package/dist/index.d.mts +137 -149
- package/dist/index.d.ts +137 -149
- package/dist/index.js +31 -31
- package/dist/index.mjs +32 -32
- package/docs/GETTING-STARTED.md +28 -12
- package/package.json +1 -1
- package/templates/docs/GETTING-STARTED.md +7 -6
- package/ui/dist/assets/index-6jqOR-Hh.js +1029 -0
- package/ui/dist/assets/index-BGDCUDyt.css +1 -0
- package/ui/dist/index.html +2 -2
- package/ui/dist/assets/index-CDdZfob4.css +0 -1
- package/ui/dist/assets/index-Dqfu_NfK.js +0 -1029
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
**AI-powered codeless UI & API test automation framework**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/assuremind)
|
|
6
|
-
[](LICENSE)
|
|
6
|
+
[](https://unpkg.com/assuremind@latest/LICENSE)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
[](https://playwright.dev)
|
|
9
9
|
|
|
@@ -141,7 +141,7 @@ npx assuremind doctor # system diagnostics
|
|
|
141
141
|
| `--headed` | Show browser window |
|
|
142
142
|
| `--no-healing` | Disable self-healing |
|
|
143
143
|
|
|
144
|
-
Full reference → [docs/CLI-REFERENCE.md](docs/CLI-REFERENCE.md)
|
|
144
|
+
Full reference → [docs/CLI-REFERENCE.md](https://unpkg.com/assuremind@latest/docs/CLI-REFERENCE.md)
|
|
145
145
|
|
|
146
146
|
---
|
|
147
147
|
|
|
@@ -419,26 +419,26 @@ Quality gates, PR comments, and notifications — configured from Studio, execut
|
|
|
419
419
|
|
|
420
420
|
| Resource | Location |
|
|
421
421
|
|----------|----------|
|
|
422
|
-
| Getting started | [docs/GETTING-STARTED.md](/docs/GETTING-STARTED.md) |
|
|
423
|
-
| Writing test steps (UI & API examples) | [docs/WRITING-STEPS.md](/docs/WRITING-STEPS.md) |
|
|
424
|
-
| Studio walkthrough | [docs/STUDIO.md](/docs/STUDIO.md) |
|
|
425
|
-
| CLI reference | [docs/CLI-REFERENCE.md](/docs/CLI-REFERENCE.md) |
|
|
426
|
-
| Contributing | [CONTRIBUTING.md](/CONTRIBUTING.md) |
|
|
427
|
-
| All AI providers | [.env.example](/templates/env.example) |
|
|
422
|
+
| Getting started | [docs/GETTING-STARTED.md](https://unpkg.com/assuremind@latest/docs/GETTING-STARTED.md) |
|
|
423
|
+
| Writing test steps (UI & API examples) | [docs/WRITING-STEPS.md](https://unpkg.com/assuremind@latest/docs/WRITING-STEPS.md) |
|
|
424
|
+
| Studio walkthrough | [docs/STUDIO.md](https://unpkg.com/assuremind@latest/docs/STUDIO.md) |
|
|
425
|
+
| CLI reference | [docs/CLI-REFERENCE.md](https://unpkg.com/assuremind@latest/docs/CLI-REFERENCE.md) |
|
|
426
|
+
| Contributing | [CONTRIBUTING.md](https://unpkg.com/assuremind@latest/CONTRIBUTING.md) |
|
|
427
|
+
| All AI providers | [.env.example](https://unpkg.com/assuremind@latest/templates/env.example) |
|
|
428
428
|
| Built-in docs | Studio → **Docs** page |
|
|
429
429
|
| Enterprise features | Studio → **Faker Data**, **CI/CD** pages; Visual Regression in **Settings** + **Reports** |
|
|
430
430
|
|
|
431
431
|
---
|
|
432
432
|
|
|
433
|
-
🌐 **Website:** [https://assuremind.in/](https://assuremind.in/)
|
|
434
|
-
💬 **Community Hub:** [https://assuremind.in/community/](https://assuremind.in/community/)
|
|
435
|
-
📧 **Email:** [
|
|
433
|
+
> #### 🌐 **Website:** [https://assuremind.in/](https://assuremind.in/)
|
|
434
|
+
> #### 💬 **Community Hub:** [https://assuremind.in/community/](https://assuremind.in/community/)
|
|
435
|
+
> #### 📧 **Email:** [contact@assuremind.in](mailto:contact@assuremind.in)
|
|
436
436
|
|
|
437
437
|
---
|
|
438
438
|
|
|
439
439
|
## License
|
|
440
440
|
|
|
441
|
-
Apache 2.0 — see [LICENSE](/LICENSE) for details.
|
|
441
|
+
Apache 2.0 — see [LICENSE](https://unpkg.com/assuremind@latest/LICENSE) for details.
|
|
442
442
|
|
|
443
443
|
---
|
|
444
444
|
|