Fix and improve basline tests

This commit is contained in:
adilallo
2025-08-30 13:37:55 -06:00
parent de04405de7
commit c20f704ccf
8 changed files with 559 additions and 132 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default defineConfig({
retries: process.env.CI ? 2 : 0,
reporter: [["list"], ["html", { open: "never" }]],
use: {
baseURL: "http://localhost:3000",
baseURL: process.env.BASE_URL || "http://localhost:3000",
trace: "on-first-retry",
screenshot: "only-on-failure",
video: "retain-on-failure",