跑通 E2E 并修正执行链路与文档记录

This commit is contained in:
2026-03-03 14:37:55 +08:00
parent c4c1cb400b
commit b28c61ea3a
5 changed files with 76 additions and 10 deletions
+4 -3
View File
@@ -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",