test: 新增 4 条 E2E 测试 — 启动加载、CRUD撤销、禁用保存、搜索清理

This commit is contained in:
2026-05-27 14:16:24 +08:00
parent ff343185c9
commit 45e2a4e584
5 changed files with 122 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ export default defineConfig({
timeout: 10000,
use: {
baseURL: 'http://localhost:5173',
locale: 'zh-CN',
},
webServer: {
command: 'npm run dev',