Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
stianst authored and edewit committed Dec 9, 2024
1 parent 9e7bc01 commit a519d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/apps/account-ui/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
testDir: "./test",
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
retries: 0,
workers: 1,
reporter: process.env.CI ? [["github"], ["html"]] : "list",
expect: {
Expand Down

0 comments on commit a519d71

Please sign in to comment.