@uuv/assistant 1.7.0 → 1.7.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 +11 -11
- package/dist/launcher/conf.json +1 -1
- package/dist/uuv-assistant-resources.bundle.js +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
# @uuv/assistant
|
|
6
6
|
<p align="center">
|
|
7
|
-
<a href="https://
|
|
7
|
+
<a href="https://orange-opensource.github.io/uuv/">
|
|
8
8
|
<picture>
|
|
9
|
-
<img alt="UUV Logo" src="https://
|
|
9
|
+
<img alt="UUV Logo" src="https://orange-opensource.github.io/uuv/img/uuv.png">
|
|
10
10
|
</picture>
|
|
11
11
|
</a>
|
|
12
12
|
</p>
|
|
@@ -62,7 +62,7 @@ we see that the sentence proposed by **UUV is the most understandable** of all
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
## Documentation
|
|
65
|
-
<a href="https://
|
|
65
|
+
<a href="https://orange-opensource.github.io/uuv/"><img src="https://img.shields.io/badge/documentation-black?&style=for-the-badge&logo=github&logoColor=white" alt="documentation"/></a>
|
|
66
66
|
|
|
67
67
|
## What is @uuv/assistant ?
|
|
68
68
|
|
|
@@ -74,12 +74,12 @@ With this tool, we can generate cucumber sentences that will use an execution en
|
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
## Screenshots
|
|
77
|
-
<img src="https://
|
|
77
|
+
<img src="https://orange-opensource.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
|
|
78
78
|
|
|
79
79
|
## Online demo
|
|
80
80
|
|
|
81
81
|
<a href="https://uuv-assistant.vercel.app/">
|
|
82
|
-
<img src="https://
|
|
82
|
+
<img src="https://orange-opensource.github.io/uuv/img/assistant/online-demo.png" alt="assistant online demo"/>
|
|
83
83
|
</a>
|
|
84
84
|
|
|
85
85
|
## Installation
|
|
@@ -93,7 +93,7 @@ yarn add -D @uuv/assistant
|
|
|
93
93
|
```
|
|
94
94
|
### Desktop executable
|
|
95
95
|
1. Download executable using the following button </br>
|
|
96
|
-
<a href="https://github.com/
|
|
96
|
+
<a href="https://github.com/Orange-OpenSource/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>
|
|
97
97
|
2. Unzip the downloaded zip file
|
|
98
98
|
|
|
99
99
|
|
|
@@ -105,25 +105,25 @@ npx uuv-assistant --targetUrl=<targetUrl>
|
|
|
105
105
|
```
|
|
106
106
|
| Name | Description | Example |
|
|
107
107
|
|-------------|---------------------------------------------------------------------------------------------------------------|---------------------------------------|
|
|
108
|
-
| `targetUrl` | Target website url | https://
|
|
108
|
+
| `targetUrl` | Target website url | https://orange-opensource.github.io/uuv/ |
|
|
109
109
|
|
|
110
110
|
### Desktop executable
|
|
111
111
|
Execute `uuv-assistant.exe` from the unzipped folder
|
|
112
112
|
|
|
113
113
|
## Scenario examples
|
|
114
|
-
You can find test examples here : [weather-app.feature](https://github.com/
|
|
114
|
+
You can find test examples here : [weather-app.feature](https://github.com/Orange-OpenSource/uuv/blob/main/example/weather-app.feature)
|
|
115
115
|
|
|
116
116
|
The dictionary is available in french and english. It can be accessed with this link:
|
|
117
117
|
|
|
118
|
-
<a href="https://
|
|
118
|
+
<a href="https://orange-opensource.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>
|
|
119
119
|
|
|
120
120
|
## License
|
|
121
121
|
|
|
122
|
-
[<a href="https://github.com/
|
|
122
|
+
[<a href="https://github.com/Orange-OpenSource/uuv/blob/main/LICENSE">
|
|
123
123
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
124
124
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
125
125
|
|
|
126
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
126
|
+
This project is licensed under the terms of the [MIT license](https://github.com/Orange-OpenSource/uuv/blob/main/LICENSE).
|
|
127
127
|
|
|
128
128
|
## Authors
|
|
129
129
|
|
package/dist/launcher/conf.json
CHANGED