From 48d3081535f10bfcf44e883b6030e2c33740ca3b Mon Sep 17 00:00:00 2001 From: chalapkoStanislav <154974553+chalapkoStanislav@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:48:03 +0200 Subject: [PATCH] Update playwright.config.js --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index c93211cd..a3a76ebf 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -36,7 +36,7 @@ const config = { actionTimeout: 0, /* Base URL to use in actions like `await page.goto('/')`. */ baseURL: process.env.BASE_URL, - headless: false, + headless: true, /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', video: 'on',