assuremind 1.5.1 โ 1.5.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 +14 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
Describe tests in plain English. AI generates Playwright code. Run anywhere.
|
|
11
11
|
|
|
12
|
-
> ### ๐ Website โ [
|
|
13
|
-
> ### ๐ฌ Community Hub โ [
|
|
12
|
+
> ### ๐ Website โ [AssureMind](https://assuremind.in/)
|
|
13
|
+
> ### ๐ฌ Community Hub โ [Join our Discord](https://discord.gg/GMFYBcfE)
|
|
14
|
+
> ### ๐ง Contact: [Send us a message](https://assuremind.in/contact/)
|
|
14
15
|
> Report bugs ยท request features ยท share ideas & feedback ยท ask questions.
|
|
15
|
-
> ### ๐ง Contact: [contact@assuremind.in](mailto:contact@assuremind.in)
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
@@ -151,7 +151,7 @@ Start with `npx assuremind studio` โ opens at `http://localhost:4400`.
|
|
|
151
151
|
|
|
152
152
|
**Dashboard** ยท **Smart Tests** ยท **Test Editor** ยท **Run Config** ยท **Reports** ยท **Variables** ยท **Self-Healing** ยท **Step Library** ยท **Faker Data** ยท **CI/CD** ยท **Git Control** ยท **Settings** ยท **Docs**
|
|
153
153
|
|
|
154
|
-
Full walkthrough โ [docs/STUDIO.md](docs/STUDIO.md)
|
|
154
|
+
Full walkthrough โ [docs/STUDIO.md](/docs/STUDIO.md)
|
|
155
155
|
|
|
156
156
|
---
|
|
157
157
|
|
|
@@ -419,33 +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 |
|
|
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) |
|
|
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
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
- ๐ **Report bugs**
|
|
438
|
-
- โจ **Request new features**
|
|
439
|
-
- ๐ก **Share ideas and feedback**
|
|
440
|
-
- โ **Ask questions**
|
|
441
|
-
|
|
442
|
-
๐ **Website:** [https://assuremind.in/](https://assuremind.in/) | ๐ฌ **Community Hub:** [https://assuremind.in/community/](https://assuremind.in/community/) | ๐ง **[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:** [assuremind.contact@gmail.com](mailto:assuremind.contact@gmail.com)
|
|
443
436
|
|
|
444
437
|
---
|
|
445
438
|
|
|
446
439
|
## License
|
|
447
440
|
|
|
448
|
-
Apache 2.0 โ see [LICENSE](LICENSE) for details.
|
|
441
|
+
Apache 2.0 โ see [LICENSE](/LICENSE) for details.
|
|
449
442
|
|
|
450
443
|
---
|
|
451
444
|
|