Browse Source

test: enable fullyParallel mode

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/8522/head
Raju Udava 1 month ago
parent
commit
4ccc2686c0
  1. 2
      tests/playwright/playwright.config.ts

2
tests/playwright/playwright.config.ts

@ -30,7 +30,7 @@ export default defineConfig({
timeout: 14000,
},
/* Run tests in files in parallel */
fullyParallel: false,
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,

Loading…
Cancel
Save