@uuv/assistant 2.34.1 → 2.35.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/LICENSE +0 -2
- package/README.md +14 -14
- package/dist/launcher/conf.json +1 -1
- package/dist/launcher/uuv-assistant-launcher.d.ts +0 -1
- package/dist/launcher/uuv-assistant-launcher.js +0 -1
- package/dist/launcher/uuv-assistant.d.ts +0 -1
- package/dist/launcher/uuv-assistant.js +0 -1
- package/dist/uuv-assistant-resources.bundle.js +2 -2
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2024 Orange
|
|
6
|
-
|
|
7
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
8
6
|
this software and associated documentation files (the "Software"), to deal in
|
|
9
7
|
the Software without restriction, including without limitation the rights to use,
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @uuv/assistant
|
|
2
2
|
<p align="center">
|
|
3
|
-
<a href="https://
|
|
3
|
+
<a href="https://e2e-test-quest.github.io/uuv/">
|
|
4
4
|
<picture>
|
|
5
|
-
<img alt="UUV Logo" src="https://
|
|
5
|
+
<img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
|
|
6
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
8
|
</p>
|
|
@@ -61,9 +61,9 @@ With `@uuv/assistant`, we can generate cucumber sentences that will use an execu
|
|
|
61
61
|
|
|
62
62
|
## Benefits
|
|
63
63
|
- If used correctly, integrates accessibility from the development stage
|
|
64
|
-
- A living documentation is possible because we propose an unified language for developers and non-developers with a [rich dictionary](https://
|
|
65
|
-
- [@uuv/assistant](https://
|
|
66
|
-
- [JetBrains Plugin](https://
|
|
64
|
+
- A living documentation is possible because we propose an unified language for developers and non-developers with a [rich dictionary](https://e2e-test-quest.github.io/uuv/docs/category/step-definition) of ready-to-use sentences
|
|
65
|
+
- [@uuv/assistant](https://e2e-test-quest.github.io/uuv/docs/tools/uuv-assistant) that facilitates the writing of tests by suggesting the most accessible sentences
|
|
66
|
+
- [JetBrains Plugin](https://e2e-test-quest.github.io/uuv/docs/tools/uuv-jetbrains-plugin) that helps you to write and execute your UUV E2E tests from JetBrains IDEs
|
|
67
67
|
- Integrates several runtime engines: Cypress / Playwright
|
|
68
68
|
- User friendly and standardized execution report([example](https://e2e-test-quest.github.io/kata-e2e-uuv/
|
|
69
69
|
### <u>Comparison</u>
|
|
@@ -91,15 +91,15 @@ we see that the sentence proposed by **UUV is the most understandable** of all
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
## Documentation
|
|
94
|
-
<a href="https://
|
|
94
|
+
<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>
|
|
95
95
|
|
|
96
96
|
## Screenshots
|
|
97
|
-
<img src="https://
|
|
97
|
+
<img src="https://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
|
|
98
98
|
|
|
99
99
|
## Online demo
|
|
100
100
|
|
|
101
101
|
<a href="https://uuv-assistant.vercel.app/">
|
|
102
|
-
<img src="https://
|
|
102
|
+
<img src="https://e2e-test-quest.github.io/uuv/img/assistant/online-demo.png" alt="assistant online demo"/>
|
|
103
103
|
</a>
|
|
104
104
|
|
|
105
105
|
## Installation
|
|
@@ -113,7 +113,7 @@ yarn add -D @uuv/assistant
|
|
|
113
113
|
```
|
|
114
114
|
### Desktop executable
|
|
115
115
|
1. Download executable using the following button </br>
|
|
116
|
-
<a href="https://github.com/
|
|
116
|
+
<a href="https://github.com/e2e-test-quest/uuv/releases/latest/download/uuv-assistant-win32-x64.zip"><img src="https://img.shields.io/badge/download_uuv--assistant_desktop-black?&style=for-the-badge&logo=github&logoColor=white" alt="documentation"/></a>
|
|
117
117
|
2. Unzip the downloaded zip file
|
|
118
118
|
|
|
119
119
|
|
|
@@ -125,25 +125,25 @@ npx uuv-assistant --targetUrl=<targetUrl>
|
|
|
125
125
|
```
|
|
126
126
|
| Name | Description | Example |
|
|
127
127
|
|-------------|---------------------------------------------------------------------------------------------------------------|---------------------------------------|
|
|
128
|
-
| `targetUrl` | Target website url | https://
|
|
128
|
+
| `targetUrl` | Target website url | https://e2e-test-quest.github.io/uuv/ |
|
|
129
129
|
|
|
130
130
|
### Desktop executable
|
|
131
131
|
Execute `uuv-assistant.exe` from the unzipped folder
|
|
132
132
|
|
|
133
133
|
## Scenario examples
|
|
134
|
-
You can find test examples here : [weather-app.feature](https://github.com/
|
|
134
|
+
You can find test examples here : [weather-app.feature](https://github.com/e2e-test-quest/uuv/blob/main/example/weather-app.feature)
|
|
135
135
|
|
|
136
136
|
The dictionary is available in french and english. It can be accessed with this link:
|
|
137
137
|
|
|
138
|
-
<a href="https://
|
|
138
|
+
<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%20dictionary-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation containing sentences"/></a>
|
|
139
139
|
|
|
140
140
|
## License
|
|
141
141
|
|
|
142
|
-
[<a href="https://github.com/
|
|
142
|
+
[<a href="https://github.com/e2e-test-quest/uuv/blob/main/LICENSE">
|
|
143
143
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
144
144
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
145
145
|
|
|
146
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
146
|
+
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
147
147
|
|
|
148
148
|
## Authors
|
|
149
149
|
|
package/dist/launcher/conf.json
CHANGED