@uuv/assistant 2.11.1 → 2.13.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/assistant",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
5
5
|
"description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,9 +43,10 @@
|
|
|
43
43
|
"build:bundle": "node bundle-script.js",
|
|
44
44
|
"package": "npm pack --pack-destination=\"../../dist/packages\"",
|
|
45
45
|
"lint": "eslint -c .eslintrc.json",
|
|
46
|
-
"test": "
|
|
47
|
-
"test
|
|
48
|
-
"test:
|
|
46
|
+
"test": "npm run unit-test && npm run e2e-test:run",
|
|
47
|
+
"unit-test": "jest --coverage",
|
|
48
|
+
"e2e-test:run": "npm run uuv e2e --",
|
|
49
|
+
"e2e-test:open": "npm run uuv open --",
|
|
49
50
|
"uuv": "node ../../node_modules/@uuv/playwright/bin/uuv"
|
|
50
51
|
},
|
|
51
52
|
"browser": {
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"dependencies": {
|
|
57
58
|
"@ant-design/icons": "^5.0.1",
|
|
58
59
|
"@cucumber/cucumber": "9.6.0",
|
|
59
|
-
"@uuv/runner-commons": "2.
|
|
60
|
+
"@uuv/runner-commons": "2.12.0",
|
|
60
61
|
"antd": "^5.16.1",
|
|
61
62
|
"figlet": "1.7.0",
|
|
62
63
|
"inspector-dom": "0.1.1",
|
|
@@ -80,22 +81,22 @@
|
|
|
80
81
|
"@testing-library/user-event": "14.5.2",
|
|
81
82
|
"@types/jest": "29.5.12",
|
|
82
83
|
"@types/jquery": "3.5.29",
|
|
83
|
-
"@types/node": "20.
|
|
84
|
-
"@types/react": "18.
|
|
85
|
-
"@types/react-dom": "18.
|
|
84
|
+
"@types/node": "20.12.7",
|
|
85
|
+
"@types/react": "18.3.1",
|
|
86
|
+
"@types/react-dom": "18.3.0",
|
|
86
87
|
"@types/styled-components": "5.1.34",
|
|
87
88
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
88
89
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
89
90
|
"@typescript-eslint/parser": "5.62.0",
|
|
90
|
-
"@uuv/playwright": "2.
|
|
91
|
+
"@uuv/playwright": "2.13.0",
|
|
91
92
|
"dom-accessibility-api": "0.6.3",
|
|
92
93
|
"eslint": "8.57.0",
|
|
93
|
-
"eslint-plugin-react": "7.
|
|
94
|
+
"eslint-plugin-react": "7.34.1",
|
|
94
95
|
"jest": "^29.5.0",
|
|
95
96
|
"jest-environment-jsdom": "^29.5.0",
|
|
96
97
|
"minimist": "1.2.8",
|
|
97
|
-
"react": "18.
|
|
98
|
-
"react-dom": "18.
|
|
98
|
+
"react": "18.3.1",
|
|
99
|
+
"react-dom": "18.3.1",
|
|
99
100
|
"react-router-dom": "^6.11.2",
|
|
100
101
|
"react-scripts": "^5.0.1",
|
|
101
102
|
"replace-json-property": "1.9.0",
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
"ts-jest": "29.1.2",
|
|
104
105
|
"ts-loader": "^9.4.2",
|
|
105
106
|
"ts-node": "10.9.2",
|
|
106
|
-
"typescript": "4.
|
|
107
|
+
"typescript": "5.4.5"
|
|
107
108
|
},
|
|
108
109
|
"files": [
|
|
109
110
|
"dist/uuv-assistant-resources.bundle.js",
|