diff --git a/playwright.config.ts b/playwright.config.ts index 66932ed1..ae8508d9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ ignoreHTTPSErrors: true, /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ - headless: false, + headless: true, trace: 'on-first-retry', },