@uuv/assistant 1.3.2 → 1.4.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/dist/README.md DELETED
@@ -1,59 +0,0 @@
1
-
2
-
3
-
4
- # @uuv/assistant
5
- <p align="center">
6
- <a href="https://e2e-test-quest.github.io/uuv/">
7
- <picture>
8
- <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
9
- </picture>
10
- </a>
11
- </p>
12
- <p align="center">
13
- <a href="https://e2e-test-quest.github.io/uuv/"><img src="https://img.shields.io/badge/documentation-black?&style=for-the-badge&logo=github&logoColor=white" alt="documentation"/></a>
14
- </p>
15
-
16
- <h3 align="center">
17
- Test as final user
18
- </h3>
19
-
20
- <p align="center">
21
- Make test writing fast, understandable by any human understanding English or French.
22
- </p>
23
-
24
- <p align="center">
25
- <a href="https://www.npmjs.com/package/@uuv/assistant">
26
- <img src="https://img.shields.io/badge/available%20on%20npm-grey?logo=npm" alt="npm"/>
27
- </a>
28
- <a href="https://www.npmjs.com/package/@uuv/assistant">
29
- <img src="https://img.shields.io/badge/using-react-00DCFF?logo=react" alt="npm"/>
30
- </a>
31
- <a href="https://jestjs.io/fr/">
32
- <img src="https://img.shields.io/badge/tested%20with-jest-yellow?logo=jest" alt="jest"/>
33
- </a><br />
34
- </p>
35
-
36
- ## What is @uuv/assistant (Wizard) ?
37
-
38
- <p align="center">
39
-
40
- `@uuv` library (User centric Usecases Validator) is an ecosystem that simplifies the writing of End to End tests in a BDD approach and a user-centric way.
41
-
42
- With this wizard, we can generate cucumber sentences that will use an execution engine like cypress with [@uuv/cypress](https://www.npmjs.com/package/@uuv/cypress) or playwright with [@uuv/playwright](https://www.npmjs.com/package/@uuv/playwright).
43
- </p>
44
-
45
- <img src="https://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
46
-
47
- ## Installing
48
-
49
- <a href="https://e2e-test-quest.github.io/uuv/docs/tools/uuv-assistant"><img src="https://img.shields.io/badge/run%20uuv%20assistant%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation for run uuv assistant"/></a>
50
-
51
- <a href="https://e2e-test-quest.github.io/uuv/docs/wordings/generated-wording-description/en-generated-wording-description"><img src="https://img.shields.io/badge/sentences%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation containing sentences"/></a>
52
-
53
- ## License
54
-
55
- [<a href="https://www.npmjs.com/package/@uuv/cypress">
56
- <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="npm"/>
57
- </a>](https://www.apache.org/licenses/LICENSE-2.0)
58
-
59
- This project is licensed under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).