diff --git a/tools/e2e/playwright.config.ts b/tools/e2e/playwright.config.ts index 919d66349e..1bd810a6ae 100644 --- a/tools/e2e/playwright.config.ts +++ b/tools/e2e/playwright.config.ts @@ -29,6 +29,9 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + + /* Keep the test report small. See https://playwright.dev/docs/api/class-testoptions#test-options-screenshot */ + screenshot: 'off', }, /* Configure projects for major browsers */