diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index a15f2f251..228b7031f 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -22,7 +22,7 @@ const ENV = (process.env.TEST_ENV || "local") as keyof typeof environments; export default defineConfig({ testDir: "./test-e2e/specs", /* 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. */