test(e2e): add playwright smoke coverage

This commit is contained in:
2026-06-25 14:19:38 +08:00
parent 6081f2896a
commit 5879b7acf3
10 changed files with 402 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ export default defineConfig({
},
test: {
environment: "jsdom",
exclude: ["**/node_modules/**", "**/dist/**", "**/.next/**", "e2e/**"],
globals: true,
},
});