diff --git a/playwright-e2e.config.js b/playwright-e2e.config.js index c759c35f7..0cc72d57a 100644 --- a/playwright-e2e.config.js +++ b/playwright-e2e.config.js @@ -20,6 +20,7 @@ module.exports = defineConfig({ workers: process.env.CI ? 1 : undefined, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: 'html', + headless: true, /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */