Skip to content

Commit

Permalink
I guess tests are flaky :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinwheeler committed Jan 10, 2025
1 parent 7fbcecb commit e43254b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default defineConfig({
/* 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,
workers: undefined,
retries: process.env.CI ? 2 : 1,
workers: 2,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
["html", { open: "never" }],
Expand Down

0 comments on commit e43254b

Please sign in to comment.