@uuv/assistant 1.3.0 → 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/dist/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  <p align="center">
6
6
  <a href="https://e2e-test-quest.github.io/uuv/">
7
7
  <picture>
8
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
8
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
9
9
  </picture>
10
10
  </a>
11
11
  </p>
@@ -33,7 +33,7 @@ Make test writing fast, understandable by any human understanding English or Fre
33
33
  </a><br />
34
34
  </p>
35
35
 
36
- ## What is UUV wizard?
36
+ ## What is @uuv/assistant (Wizard) ?
37
37
 
38
38
  <p align="center">
39
39
 
@@ -42,11 +42,11 @@ 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="./public/screenshots.gif" alt="assistant screenshots"/>
45
+ <img src="https://e2e-test-quest.github.io/uuv/img/assistant/screenshots.gif" alt="assistant screenshots"/>
46
46
 
47
47
  ## Installing
48
48
 
49
- <a href="https://e2e-test-quest.github.io/uuv/docs/tools/uuv-assistant"><img src="https://img.shields.io/badge/run%20uuv%20wizard%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation for run uuv wizard"/></a>
49
+ <a href="https://e2e-test-quest.github.io/uuv/docs/tools/uuv-assistant"><img src="https://img.shields.io/badge/run%20uuv%20assistant%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation for run uuv assistant"/></a>
50
50
 
51
51
  <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%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation containing sentences"/></a>
52
52
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "reactScript": "/../../build/uuv/static/js/main.e5e49be0.js",
2
+ "reactScript": "/../../build/uuv/static/js/main.97b51f53.js",
3
3
  "cssFile": "/../../build/uuv/static/css/main.a63bc536.css"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "1.3.0",
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",
@@ -18,7 +18,7 @@
18
18
  "cypress",
19
19
  "testing-library",
20
20
  "accessibility",
21
- "accessibilité",
21
+ "accessibilite",
22
22
  "a11y",
23
23
  "cucumber",
24
24
  "playwright",
@@ -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/en*.json"
98
+ "target-config/**/*"
98
99
  ]
99
100
  }