Improved E2E testing

This commit is contained in:
adilallo
2025-08-29 10:30:50 -06:00
parent 54227d1930
commit f676f8ec24
5 changed files with 669 additions and 463 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ export default defineConfig({
webServer: {
command: "npm run dev",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
reuseExistingServer: true,
timeout: 120_000,
},
projects: [
{ name: "chromium", use: { ...devices["Desktop Chrome"] } },