diff --git a/playwright.config.ts b/playwright.config.ts index e02a060..4478fa7 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -14,20 +14,15 @@ export default defineConfig({ */ 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. */ - retries: process.env.CI ? 2 : 0, + retries: 2, /** * Opt out of parallel tests on CI. */ - workers: process.env.CI ? 1 : undefined, + workers: 1, /** * Reporter to use. See https://playwright.dev/docs/test-reporters