turn trace on for all tests

This commit is contained in:
Gregor Vostrak
2024-03-13 17:12:27 +01:00
parent 8ff396f1c0
commit 09fb92c1ff
+1 -1
View File
@@ -27,7 +27,7 @@ export default defineConfig({
// baseURL: 'http://127.0.0.1:3000',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: process.env.CI ? 'on-first-retry' : 'on',
trace: 'on',
},
timeout: 10 * 1000,