assuremind 1.6.1 โ 1.6.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 +24 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,17 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
**AI-powered codeless UI & API test automation framework**
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/assuremind)
|
|
6
|
-
[](https://unpkg.com/assuremind@latest/LICENSE)
|
|
7
|
-
[](https://nodejs.org)
|
|
8
|
-
[](https://playwright.dev)
|
|
5
|
+
[](https://www.npmjs.com/package/assuremind) [](https://unpkg.com/assuremind@latest/LICENSE) [](https://nodejs.org) [](https://playwright.dev)
|
|
9
6
|
|
|
10
7
|
Describe tests in plain English. AI generates Playwright code. Run anywhere.
|
|
11
8
|
|
|
12
|
-
> ### ๐ Website โ [
|
|
13
|
-
> ### ๐ฌ Community Hub โ [Join our Discord](https://discord.gg/GMFYBcfE)
|
|
9
|
+
> ### ๐ Website โ [https://assuremind.in](https://assuremind.in/)
|
|
14
10
|
> ### ๐ง Contact: [Send us a message](https://assuremind.in/contact/)
|
|
15
|
-
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## ๐ค Community
|
|
15
|
+
|
|
16
|
+
Join the **AssureMind GitHub Discussions** โ ask questions, report bugs, share ideas, and connect with other users and the maintainers.
|
|
17
|
+
|
|
18
|
+
| Category | Link | Use it for |
|
|
19
|
+
|---|---|---|
|
|
20
|
+
| ๐ฃ **Announcements** | [View](https://github.com/assuremind/assuremind-community/discussions/categories/announcements) | Official releases, feature drops & roadmap updates |
|
|
21
|
+
| ๐ **Bug Reports** | [Report a bug](https://github.com/assuremind/assuremind-community/discussions/categories/bug-reports) | Found something broken? Tell us here |
|
|
22
|
+
| ๐ก **Ideas & Feedback** | [Request a feature and Give a Feedback](https://github.com/assuremind/assuremind-community/discussions/categories/ideas-feedback) | Ideas that could make AssureMind even better |
|
|
23
|
+
| ๐ฌ **General** | [Join the conversation](https://github.com/assuremind/assuremind-community/discussions/categories/general) | Open discussions, thoughts & feedback |
|
|
24
|
+
| ๐ **Q&A** | [Ask a question](https://github.com/assuremind/assuremind-community/discussions/categories/q-a) | Stuck? The community & maintainers have your back |
|
|
16
25
|
|
|
17
26
|
---
|
|
18
27
|
|
|
@@ -151,7 +160,7 @@ Start with `npx assuremind studio` โ opens at `http://localhost:4400`.
|
|
|
151
160
|
|
|
152
161
|
**Dashboard** ยท **Smart Tests** ยท **Test Editor** ยท **Run Config** ยท **Reports** ยท **Variables** ยท **Self-Healing** ยท **Step Library** ยท **Faker Data** ยท **CI/CD** ยท **Git Control** ยท **Settings** ยท **Docs**
|
|
153
162
|
|
|
154
|
-
Full walkthrough โ [docs/STUDIO.md](/docs/STUDIO.md)
|
|
163
|
+
Full walkthrough โ [docs/STUDIO.md](https://unpkg.com/assuremind@latest/docs/STUDIO.md)
|
|
155
164
|
|
|
156
165
|
---
|
|
157
166
|
|
|
@@ -430,9 +439,9 @@ Quality gates, PR comments, and notifications โ configured from Studio, execut
|
|
|
430
439
|
|
|
431
440
|
---
|
|
432
441
|
|
|
433
|
-
> #### ๐ **Website:** [https://assuremind.in/](https://assuremind.in/)
|
|
434
|
-
> ####
|
|
435
|
-
> #### ๐ง **Email:** [contact@assuremind.in](mailto:contact@assuremind.in)
|
|
442
|
+
> #### ๐ **Website:** [https://assuremind.in/](https://assuremind.in/)
|
|
443
|
+
> #### ๐ฃ๏ธ **GitHub Discussions:** [github.com/assuremind/assuremind-community/discussions](https://github.com/assuremind/assuremind-community/discussions)
|
|
444
|
+
> #### ๐ง **Email:** [contact@assuremind.in](mailto:contact@assuremind.in)
|
|
436
445
|
|
|
437
446
|
---
|
|
438
447
|
|
|
@@ -441,5 +450,8 @@ Quality gates, PR comments, and notifications โ configured from Studio, execut
|
|
|
441
450
|
Apache 2.0 โ see [LICENSE](https://unpkg.com/assuremind@latest/LICENSE) for details.
|
|
442
451
|
|
|
443
452
|
---
|
|
453
|
+
<div align="center">
|
|
454
|
+
|
|
455
|
+
**Built with โค๏ธ by [Deepak Hiremath](https://www.linkedin.com/in/deepak-hiremath-0017937a/)**
|
|
444
456
|
|
|
445
|
-
|
|
457
|
+
</div>
|