Dont commit playwright.config.ts

This commit is contained in:
Nikolaj Geisle
2022-10-14 09:09:49 +02:00
parent c3964c2183
commit d5278ca9fe

View File

@@ -21,7 +21,7 @@ const config: PlaywrightTestConfig = {
/* 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 ? 5 : 0,
retries: process.env.CI ? 5 : 2,
// We don't want to run parallel, as tests might differ in state
workers: 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */