fix: CI e2e超时修复,减少spec数量 #31

Merged
hera merged 10 commits from fix/ci-timeout into main 2026-04-13 21:51:50 +00:00
Showing only changes of commit 78aea5a148 - Show all commits

View File

@@ -9,6 +9,6 @@ export default defineConfig({
viewportHeight: 800,
video: true,
videoCompression: false,
allowCypressEnv: false,
allowCypressEnv: true,
},
})