Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Oct 10, 2024
1 parent dcacb1f commit 4692e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default defineConfig<{ chromiumChannel: string }>({
"{testDir}/{testFilePath}-snapshots/{testName}/{arg}{ext}",
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: Boolean(CI),
forbidOnly: false,
/* Retry on CI only to catch flakiness */
retries: CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
Expand Down

0 comments on commit 4692e40

Please sign in to comment.