diff --git a/packages/app-tests/playwright.config.ts b/packages/app-tests/playwright.config.ts index 968ab3384..7c66d4151 100644 --- a/packages/app-tests/playwright.config.ts +++ b/packages/app-tests/playwright.config.ts @@ -18,6 +18,7 @@ export default defineConfig({ /* Run tests in files in parallel */ fullyParallel: false, workers: '50%', + maxFailures: process.env.CI ? 1 : undefined, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, /* Retry on CI only */