From acf0d40fa099fa96f28b0bab933523f23d555426 Mon Sep 17 00:00:00 2001 From: stanislavchalapko Date: Wed, 28 Feb 2024 14:59:42 +0200 Subject: [PATCH] debug run --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index 11ce5af0..b05ea5a5 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -27,7 +27,7 @@ const config = { /* Retry on CI only */ retries: process.env.CI ? 0 : 0, /* Opt out of parallel tests on CI. */ - workers: process.env.CI ? 3 : 3, + workers: process.env.CI ? 2 : 3, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: 'html', /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */