From c660c1e945b4e09300fa555fe0419f0fd513a69f Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 27 Mar 2024 17:06:08 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(playwright.config.ts):=20?= =?UTF-8?q?upgrade=20number=20of=20workers=20from=202=20to=203=20to=20impr?= =?UTF-8?q?ove=20test=20parallelization=20and=20speed=20up=20test=20execut?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/playwright.config.ts b/src/frontend/playwright.config.ts index 97f3e2c9e..649c42390 100644 --- a/src/frontend/playwright.config.ts +++ b/src/frontend/playwright.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ /* Retry on CI only */ retries: process.env.CI ? 2 : 0, /* Opt out of parallel tests on CI. */ - workers: 2, + workers: 3, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ timeout: 120 * 1000, // reporter: [