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 CHANGED
@@ -3,7 +3,7 @@
3
3
  **AI-powered codeless UI & API test automation framework**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/assuremind.svg)](https://www.npmjs.com/package/assuremind)
6
- [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
6
+ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://unpkg.com/assuremind@latest/LICENSE)
7
7
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](https://nodejs.org)
8
8
  [![Playwright](https://img.shields.io/badge/powered%20by-Playwright-2EAD33.svg)](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:** [assuremind.contact@gmail.com](mailto:assuremind.contact@gmail.com)
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