From bf34d816f7ebd0b2fca15cd1fc36a1b8d06be800 Mon Sep 17 00:00:00 2001 From: anjula-sack Date: Sun, 6 Aug 2023 18:35:20 +0530 Subject: [PATCH] Enable the parellel testing --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 12530949..215e1360 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = { expect: { timeout: 20 * 1000, }, - fullyParallel: false, + fullyParallel: true, outputDir: "../test-results/results", forbidOnly: !!process.env.CI, retries: 0,