From b7e159b23b3b4f9a9726f4a2b3d81264bef7c0ce Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Wed, 27 Nov 2024 14:20:14 +0000 Subject: [PATCH] headless --- playwright-e2e.config.js | 1 + 1 file changed, 1 insertion(+) 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 */