@uuv/assistant 2.16.0 → 2.17.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/dist/launcher/conf.json +2 -2
- package/dist/uuv-assistant-resources.bundle.js +15 -3
- package/package.json +119 -114
package/package.json
CHANGED
|
@@ -1,114 +1,119 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@uuv/assistant",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
5
|
-
"description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"type": "commonjs",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/Orange-OpenSource/uuv"
|
|
11
|
-
},
|
|
12
|
-
"homepage": "https://orange-opensource.github.io/uuv/",
|
|
13
|
-
"keywords": [
|
|
14
|
-
"uuv",
|
|
15
|
-
"e2e",
|
|
16
|
-
"end2end",
|
|
17
|
-
"end 2 end",
|
|
18
|
-
"test",
|
|
19
|
-
"testing",
|
|
20
|
-
"accessibility",
|
|
21
|
-
"accessibilite",
|
|
22
|
-
"a11y",
|
|
23
|
-
"cypress",
|
|
24
|
-
"playwright",
|
|
25
|
-
"testing-library",
|
|
26
|
-
"cucumber",
|
|
27
|
-
"gherkin",
|
|
28
|
-
"bdd",
|
|
29
|
-
"tdd",
|
|
30
|
-
"acceptance"
|
|
31
|
-
],
|
|
32
|
-
"bin": {
|
|
33
|
-
"uuv-assistant": "./dist/launcher/uuv-assistant-launcher.js"
|
|
34
|
-
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"react:start": "react-scripts start",
|
|
37
|
-
"build
|
|
38
|
-
"react:test": "react-scripts test",
|
|
39
|
-
"react:eject": "react-scripts eject",
|
|
40
|
-
"launch": "ts-node launcher/uuv-assistant-launcher.ts",
|
|
41
|
-
"launch:custom": "ts-node tests/uuv-assistant-custom-launcher.ts",
|
|
42
|
-
"build
|
|
43
|
-
"build
|
|
44
|
-
"package": "npm pack --pack-destination=\"../../dist/packages\"",
|
|
45
|
-
"lint": "eslint -c .eslintrc.json",
|
|
46
|
-
"test": "npm run unit-test && npm run e2e-test:run",
|
|
47
|
-
"unit-
|
|
48
|
-
"e2e-test:run": "npm run uuv e2e --",
|
|
49
|
-
"e2e-test:open": "npm run uuv open --",
|
|
50
|
-
"uuv": "node ../../node_modules/@uuv/playwright/bin/uuv"
|
|
51
|
-
},
|
|
52
|
-
"browser": {
|
|
53
|
-
"fs": false,
|
|
54
|
-
"os": false,
|
|
55
|
-
"path": false
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"@ant-design/icons": "^5.0.1",
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
]
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@
|
|
87
|
-
"@types/
|
|
88
|
-
"@types/
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"eslint-plugin
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"react
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@uuv/assistant",
|
|
3
|
+
"version": "2.17.0",
|
|
4
|
+
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
5
|
+
"description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "commonjs",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/Orange-OpenSource/uuv"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://orange-opensource.github.io/uuv/",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"uuv",
|
|
15
|
+
"e2e",
|
|
16
|
+
"end2end",
|
|
17
|
+
"end 2 end",
|
|
18
|
+
"test",
|
|
19
|
+
"testing",
|
|
20
|
+
"accessibility",
|
|
21
|
+
"accessibilite",
|
|
22
|
+
"a11y",
|
|
23
|
+
"cypress",
|
|
24
|
+
"playwright",
|
|
25
|
+
"testing-library",
|
|
26
|
+
"cucumber",
|
|
27
|
+
"gherkin",
|
|
28
|
+
"bdd",
|
|
29
|
+
"tdd",
|
|
30
|
+
"acceptance"
|
|
31
|
+
],
|
|
32
|
+
"bin": {
|
|
33
|
+
"uuv-assistant": "./dist/launcher/uuv-assistant-launcher.js"
|
|
34
|
+
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"react:start": "react-scripts start",
|
|
37
|
+
"build-react": "react-scripts build",
|
|
38
|
+
"react:test": "react-scripts test",
|
|
39
|
+
"react:eject": "react-scripts eject",
|
|
40
|
+
"launch": "ts-node launcher/uuv-assistant-launcher.ts",
|
|
41
|
+
"launch:custom": "ts-node tests/uuv-assistant-custom-launcher.ts",
|
|
42
|
+
"build-conf": "node compute-conf.js",
|
|
43
|
+
"build-bundle": "node bundle-script.js",
|
|
44
|
+
"package": "npm pack --pack-destination=\"../../dist/packages\"",
|
|
45
|
+
"lint": "eslint -c .eslintrc.json",
|
|
46
|
+
"test": "npm run unit-test && npm run e2e-test:run",
|
|
47
|
+
"unit-tests": "jest --coverage",
|
|
48
|
+
"e2e-test:run": "npm run uuv e2e --",
|
|
49
|
+
"e2e-test:open": "npm run uuv open --",
|
|
50
|
+
"uuv": "node ../../node_modules/@uuv/playwright/bin/uuv"
|
|
51
|
+
},
|
|
52
|
+
"browser": {
|
|
53
|
+
"fs": false,
|
|
54
|
+
"os": false,
|
|
55
|
+
"path": false
|
|
56
|
+
},
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"@ant-design/icons": "^5.0.1",
|
|
59
|
+
"@codemirror/legacy-modes": "^6.4.0",
|
|
60
|
+
"@codemirror/view": "^6.26.3",
|
|
61
|
+
"@cucumber/cucumber": "9.6.0",
|
|
62
|
+
"@uiw/codemirror-theme-github": "^4.22.1",
|
|
63
|
+
"@uiw/react-codemirror": "^4.22.1",
|
|
64
|
+
"@uuv/runner-commons": "2.16.0",
|
|
65
|
+
"antd": "5.17.2",
|
|
66
|
+
"figlet": "1.7.0",
|
|
67
|
+
"inspector-dom": "0.1.1",
|
|
68
|
+
"playwright-chromium": "1.44.1",
|
|
69
|
+
"tabbable": "6.2.0"
|
|
70
|
+
},
|
|
71
|
+
"browserslist": {
|
|
72
|
+
"production": [
|
|
73
|
+
">0.2%",
|
|
74
|
+
"not dead",
|
|
75
|
+
"not op_mini all"
|
|
76
|
+
],
|
|
77
|
+
"development": [
|
|
78
|
+
"last 1 chrome version",
|
|
79
|
+
"last 1 firefox version",
|
|
80
|
+
"last 1 safari version"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"devDependencies": {
|
|
84
|
+
"@testing-library/jest-dom": "6.4.5",
|
|
85
|
+
"@testing-library/react": "14.3.1",
|
|
86
|
+
"@testing-library/user-event": "14.5.2",
|
|
87
|
+
"@types/jest": "29.5.12",
|
|
88
|
+
"@types/jquery": "3.5.30",
|
|
89
|
+
"@types/node": "20.12.12",
|
|
90
|
+
"@types/react": "18.3.2",
|
|
91
|
+
"@types/react-dom": "18.3.0",
|
|
92
|
+
"@types/styled-components": "5.1.34",
|
|
93
|
+
"@types/testing-library__jest-dom": "5.14.9",
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
95
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
96
|
+
"@uuv/playwright": "2.17.0",
|
|
97
|
+
"dom-accessibility-api": "0.6.3",
|
|
98
|
+
"eslint": "8.57.0",
|
|
99
|
+
"eslint-plugin-react": "7.34.1",
|
|
100
|
+
"jest": "^29.5.0",
|
|
101
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
102
|
+
"minimist": "1.2.8",
|
|
103
|
+
"react": "18.3.1",
|
|
104
|
+
"react-dom": "18.3.1",
|
|
105
|
+
"react-router-dom": "^6.11.2",
|
|
106
|
+
"react-scripts": "^5.0.1",
|
|
107
|
+
"replace-json-property": "1.9.0",
|
|
108
|
+
"styled-components": "6.1.11",
|
|
109
|
+
"ts-jest": "29.1.3",
|
|
110
|
+
"ts-loader": "^9.4.2",
|
|
111
|
+
"ts-node": "10.9.2",
|
|
112
|
+
"typescript": "5.4.5"
|
|
113
|
+
},
|
|
114
|
+
"files": [
|
|
115
|
+
"dist/uuv-assistant-resources.bundle.js",
|
|
116
|
+
"dist/launcher/**/*",
|
|
117
|
+
"postinstall.js"
|
|
118
|
+
]
|
|
119
|
+
}
|