diff --git a/playwright.config.ts b/playwright.config.ts index 27d5a1488..b068777ef 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -13,7 +13,7 @@ import { defineConfig, devices } from '@playwright/test' export default defineConfig({ testDir: './browser_tests', /* 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, /* Retry on CI only */