@web-auto/webauto 0.1.11 → 0.1.12
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 +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-auto/webauto",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"webauto": "bin/webauto.mjs"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"!apps/desktop-console/dist/**/*.map"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@web-auto/camo": "^0.1.
|
|
39
|
+
"@web-auto/camo": "^0.1.13",
|
|
40
40
|
"ajv": "^8.18.0",
|
|
41
41
|
"esbuild-register": "^3.6.0",
|
|
42
42
|
"iconv-lite": "^0.6.3",
|
|
@@ -66,6 +66,11 @@
|
|
|
66
66
|
"test:webauto:schedule:unit": "node --test tests/unit/webauto/schedule-store.test.mjs tests/unit/webauto/schedule-cli.test.mjs",
|
|
67
67
|
"test:webauto:ui-cli:unit": "node --test tests/unit/webauto/ui-cli-command.test.mjs",
|
|
68
68
|
"test:webauto:install:unit": "node --test tests/unit/webauto/xhs-install.test.mjs",
|
|
69
|
+
"test:e2e-ui": "npx vitest --config tests/e2e-ui/vitest.config.ts",
|
|
70
|
+
"test:e2e-ui:l0": "npx vitest --config tests/e2e-ui/vitest.config.ts tests/e2e-ui/contracts/api.test.ts",
|
|
71
|
+
"test:e2e-ui:l1": "npx vitest --config tests/e2e-ui/vitest.config.ts tests/e2e-ui/controls/full-cover.test.ts",
|
|
72
|
+
"test:e2e-ui:l2": "npx vitest --config tests/e2e-ui/vitest.config.ts tests/e2e-ui/flows/task-run.test.ts",
|
|
73
|
+
"test:e2e-ui:l3": "npx vitest --config tests/e2e-ui/vitest.config.ts tests/e2e-ui/stability/restart.test.ts",
|
|
69
74
|
"test:webauto:schedule:coverage": "c8 --reporter=text --reporter=text-summary --check-coverage --lines 85 --functions 85 --branches 60 --statements 85 --include apps/webauto/entry/lib/schedule-store.mjs --include apps/webauto/entry/schedule.mjs node --test tests/unit/webauto/schedule-store.test.mjs tests/unit/webauto/schedule-cli.test.mjs",
|
|
70
75
|
"test:ci": "npm test && npm --prefix apps/desktop-console run test:renderer",
|
|
71
76
|
"coverage:ci": "node scripts/test/run-coverage.mjs",
|
|
@@ -104,6 +109,7 @@
|
|
|
104
109
|
"playwright": "^1.58.2",
|
|
105
110
|
"ts-node": "^10.9.2",
|
|
106
111
|
"tsx": "^4.16.5",
|
|
107
|
-
"typescript": "^5.9.3"
|
|
112
|
+
"typescript": "^5.9.3",
|
|
113
|
+
"vitest": "^4.0.18"
|
|
108
114
|
}
|
|
109
115
|
}
|