接入 E2E 门禁并固定 Playwright 执行版本
This commit is contained in:
+3
-2
@@ -10,8 +10,9 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:e2e": "npx playwright test",
|
||||
"test:e2e:headed": "npx playwright test --headed"
|
||||
"test:e2e:install": "npx -y playwright@1.51.1 install chromium",
|
||||
"test:e2e": "npx -y playwright@1.51.1 test",
|
||||
"test:e2e:headed": "npx -y playwright@1.51.1 test --headed"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
|
||||
Reference in New Issue
Block a user