@uuv/assistant 1.7.0 → 1.7.1

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 CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  # @uuv/assistant
6
6
  <p align="center">
7
- <a href="https://e2e-test-quest.github.io/uuv/">
7
+ <a href="https://orange-opensource.github.io/uuv/">
8
8
  <picture>
9
- <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
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://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>
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://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
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://e2e-test-quest.github.io/uuv/img/assistant/online-demo.png" alt="assistant online demo"/>
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/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>
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://e2e-test-quest.github.io/uuv/ |
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/e2e-test-quest/uuv/blob/main/example/weather-app.feature)
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://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>
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/e2e-test-quest/uuv/blob/main/LICENSE">
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/e2e-test-quest/uuv/blob/main/LICENSE).
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "packageJson": "/../../package.json",
3
- "reactScript": "/build/static/js/main.f5028cca.js",
3
+ "reactScript": "/build/static/js/main.6add54ed.js",
4
4
  "cssFile": "/build/static/css/main.8c76db0a.css",
5
5
  "unifiedFile": "/../uuv-assistant-resources.bundle.js"
6
6
  }