跑通 E2E 并修正执行链路与文档记录
This commit is contained in:
+4
-3
@@ -10,9 +10,9 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"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"
|
||||
"test:e2e:install": "playwright install chromium",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:headed": "playwright test --headed"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
@@ -36,6 +36,7 @@
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
|
||||
Reference in New Issue
Block a user