record network calls on all retries

This commit is contained in:
Asier Isayas
2025-12-29 15:54:33 -05:00
parent 79e9f3a843
commit ff5ebda58e

View File

@@ -11,7 +11,7 @@ export default defineConfig({
reporter: process.env.CI ? "blob" : "html",
timeout: 10 * 60 * 1000,
use: {
trace: "on-first-retry",
trace: "on-all-retries",
video: "on-first-retry",
screenshot: "on",
testIdAttribute: "data-test",