test: add frontend smoke and backend e2e CI

This commit is contained in:
huanghuoguoguo
2026-06-16 10:54:57 +08:00
parent e9fe2f2d43
commit e27e26b071
15 changed files with 835 additions and 11 deletions
+2
View File
@@ -6,6 +6,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test:e2e": "playwright test",
"lint": "eslint .",
"format": "prettier --write ."
},
@@ -86,6 +87,7 @@
"zod": "^3.24.4"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@types/debug": "^4.1.12",
"@types/estree": "^1.0.8",
"@types/estree-jsx": "^1.0.5",