fix test failures, new export/backup solutions

This commit is contained in:
Zimeng Xiong
2026-02-06 22:21:19 -08:00
parent f462b2e288
commit 08135ee36a
26 changed files with 4049 additions and 4087 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ export default defineConfig({
workers: process.env.CI ? 1 : undefined,
reporter: "html",
use: {
baseURL: "http://localhost:5173",
baseURL: "http://localhost:6767",
trace: "on-first-retry",
screenshot: "only-on-failure",
},
@@ -29,7 +29,7 @@ export default defineConfig({
},
{
command: "npm run dev",
url: "http://localhost:5173",
url: "http://localhost:6767",
reuseExistingServer: false,
timeout: 120000,
},