retain playw traces (#2278)

This commit is contained in:
Kurt Hutten
2024-05-02 11:06:05 +10:00
committed by GitHub
parent b3a09abe01
commit 51fed9c541

View File

@ -27,7 +27,7 @@ export default defineConfig({
baseURL: 'http://localhost:3000',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
trace: 'retain-on-failure',
},
/* Configure projects for major browsers */