@uuv/assistant 1.4.1 → 1.4.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ yarn add -D @uuv/assistant
|
|
|
94
94
|
## Usage
|
|
95
95
|
|
|
96
96
|
### Scenarios example
|
|
97
|
-
You can find test examples here : [google.feature](https://github.com/e2e-test-quest/uuv/example/google.fr.feature)
|
|
97
|
+
You can find test examples here : [google.feature](https://github.com/e2e-test-quest/uuv/blob/main/example/google.fr.feature)
|
|
98
98
|
|
|
99
99
|
### Launch
|
|
100
100
|
To launch uuv assistant :
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/assistant",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
5
5
|
"description": "UUV wizard used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
|
|
6
6
|
"license": "Apache-2.0",
|