chore: keep video on failure

This commit is contained in:
Matthias 2024-09-30 18:58:40 +00:00
parent 07f6daea6b
commit 2adeb57588

View File

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