Skip to content

Commit

Permalink
playwright should ignore unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 5, 2024
1 parent 29d590b commit 70d80e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const config = {
},
],
retries: IS_CI ? 4 : 1,
testIgnore: /\/__tests__\/unit\//,
timeout: 150000,
use: {
navigationTimeout: 30000,
Expand Down

0 comments on commit 70d80e8

Please sign in to comment.