@uuv/assistant 2.34.1 → 2.36.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 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://orange-opensource.github.io/uuv/">
3
+ <a href="https://e2e-test-quest.github.io/uuv/">
4
4
  <picture>
5
- <img alt="UUV Logo" src="https://orange-opensource.github.io/uuv/img/uuv.png">
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://orange-opensource.github.io/uuv/docs/category/step-definition) of ready-to-use sentences
65
- - [@uuv/assistant](https://orange-opensource.github.io/uuv/docs/tools/uuv-assistant) that facilitates the writing of tests by suggesting the most accessible sentences
66
- - [JetBrains Plugin](https://orange-opensource.github.io/uuv/docs/tools/uuv-jetbrains-plugin) that helps you to write and execute your UUV E2E tests from JetBrains IDEs
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://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>
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://orange-opensource.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
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://orange-opensource.github.io/uuv/img/assistant/online-demo.png" alt="assistant online demo"/>
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/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>
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://orange-opensource.github.io/uuv/ |
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/Orange-OpenSource/uuv/blob/main/example/weather-app.feature)
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://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>
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/Orange-OpenSource/uuv/blob/main/LICENSE">
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/Orange-OpenSource/uuv/blob/main/LICENSE).
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "packageJson": "/../../package.json",
3
- "reactScript": "/build/static/js/main.9f8477cc.js",
3
+ "reactScript": "/build/static/js/main.1f5b3b88.js",
4
4
  "cssFile": "/build/static/css/main.4efb37a3.css",
5
5
  "unifiedFile": "/../uuv-assistant-resources.bundle.js"
6
6
  }
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  * Software Name : UUV
4
4
  *
5
- * SPDX-FileCopyrightText: Copyright (c) Orange SA
6
5
  * SPDX-License-Identifier: MIT
7
6
  *
8
7
  * This software is distributed under the MIT License,
@@ -3,7 +3,6 @@
3
3
  /**
4
4
  * Software Name : UUV
5
5
  *
6
- * SPDX-FileCopyrightText: Copyright (c) Orange SA
7
6
  * SPDX-License-Identifier: MIT
8
7
  *
9
8
  * This software is distributed under the MIT License,
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * Software Name : UUV
3
3
  *
4
- * SPDX-FileCopyrightText: Copyright (c) Orange SA
5
4
  * SPDX-License-Identifier: MIT
6
5
  *
7
6
  * This software is distributed under the MIT License,
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  * Software Name : UUV
4
4
  *
5
- * SPDX-FileCopyrightText: Copyright (c) Orange SA
6
5
  * SPDX-License-Identifier: MIT
7
6
  *
8
7
  * This software is distributed under the MIT License,