新增 E2E 测试配置与用例并更新测试补充文档

This commit is contained in:
2026-03-03 13:56:07 +08:00
parent 482307f2f4
commit fe3016d710
10 changed files with 149 additions and 2 deletions
+6 -1
View File
@@ -30,5 +30,10 @@
".next/dev/types/**/*.ts",
"**/*.mts"
],
"exclude": ["node_modules", "vitest.config.ts"]
"exclude": [
"node_modules",
"vitest.config.ts",
"playwright.config.ts",
"e2e/**/*.ts"
]
}