Просмотр исходного кода

chore: 更新 package.json 依赖

Generated with Claude Code via Happy
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 5 дней назад
Родитель
Сommit
cea17bd478
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      package.json

+ 8 - 1
package.json

@@ -55,7 +55,14 @@
     "build": "pnpm -r run build",
     "test": "pnpm -r run test",
     "lint": "pnpm -r run lint",
-    "typecheck": "pnpm -r run typecheck"
+    "typecheck": "pnpm -r run typecheck",
+    "test:e2e": "cd web && pnpm test:e2e",
+    "test:e2e:chromium": "cd web && pnpm test:e2e:chromium",
+    "test:e2e:firefox": "cd web && pnpm test:e2e:firefox",
+    "test:e2e:webkit": "cd web && pnpm test:e2e:webkit",
+    "test:e2e:ui": "cd web && pnpm test:e2e:ui",
+    "test:e2e:debug": "cd web && pnpm test:e2e:debug",
+    "test:e2e:report": "cd web && pnpm exec playwright show-report"
   },
   "keywords": [],
   "author": "",