Skip to content

Commit

Permalink
chore(test): set retries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Nov 1, 2024
1 parent ae05641 commit 3a007dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev --port=3039",
"lint": "next lint",
"test": "playwright test",
"test": "playwright test --retries=3",
"test:ui": "playwright test --ui"
},
"dependencies": {
Expand Down

0 comments on commit 3a007dc

Please sign in to comment.