@uuv/assistant 1.3.1 → 1.3.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/dist/README.md +1 -1
- package/package.json +5 -4
- package/public/screenshots.gif +0 -0
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Make test writing fast, understandable by any human understanding English or Fre
|
|
|
42
42
|
With this wizard, we can generate cucumber sentences that will use an execution engine like cypress with [@uuv/cypress](https://www.npmjs.com/package/@uuv/cypress) or playwright with [@uuv/playwright](https://www.npmjs.com/package/@uuv/playwright).
|
|
43
43
|
</p>
|
|
44
44
|
|
|
45
|
-
<img src="
|
|
45
|
+
<img src="https://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
|
|
46
46
|
|
|
47
47
|
## Installing
|
|
48
48
|
|
package/dist/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Make test writing fast, understandable by any human understanding English or Fre
|
|
|
42
42
|
With this wizard, we can generate cucumber sentences that will use an execution engine like cypress with [@uuv/cypress](https://www.npmjs.com/package/@uuv/cypress) or playwright with [@uuv/playwright](https://www.npmjs.com/package/@uuv/playwright).
|
|
43
43
|
</p>
|
|
44
44
|
|
|
45
|
-
<img src="
|
|
45
|
+
<img src="https://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
|
|
46
46
|
|
|
47
47
|
## Installing
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/assistant",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.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",
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"conf:build": "node compute-conf.js",
|
|
38
38
|
"package": "npm pack --pack-destination=\"../../dist/packages\"",
|
|
39
39
|
"copy:sentences": "ts-node copy-sentences.ts",
|
|
40
|
-
"uuv": "node node_modules/@uuv/playwright/bin/uuv"
|
|
40
|
+
"uuv": "node node_modules/@uuv/playwright/bin/uuv",
|
|
41
|
+
"lint": "eslint -c .eslintrc.json",
|
|
42
|
+
"test": "jest"
|
|
41
43
|
},
|
|
42
44
|
"dependencies": {
|
|
43
45
|
"@cucumber/cucumber": "9.1.0",
|
|
@@ -93,7 +95,6 @@
|
|
|
93
95
|
"build/static/css/**/*.css",
|
|
94
96
|
"build/static/js/main.*.js",
|
|
95
97
|
"postinstall.js",
|
|
96
|
-
"target-config/**/*"
|
|
97
|
-
"public/screenshots.gif"
|
|
98
|
+
"target-config/**/*"
|
|
98
99
|
]
|
|
99
100
|
}
|
package/public/screenshots.gif
DELETED
|
Binary file
|