diff --git a/tools/e2e/playwright.config.ts b/tools/e2e/playwright.config.ts index 1bd810a6ae..7440bc9fc3 100644 --- a/tools/e2e/playwright.config.ts +++ b/tools/e2e/playwright.config.ts @@ -31,7 +31,7 @@ export default defineConfig({ trace: 'on-first-retry', /* Keep the test report small. See https://playwright.dev/docs/api/class-testoptions#test-options-screenshot */ - screenshot: 'off', + screenshot: 'only-on-failure', }, /* Configure projects for major browsers */