소스 검색

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 일 전
부모
커밋
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": "",