Skip to content

Commit

Permalink
Increase max failures in playwright (#5021)
Browse files Browse the repository at this point in the history
* Increase max failures in playwright

* increase playwrigh max failures

* add changeset
  • Loading branch information
karola312 authored Jul 5, 2024
1 parent 6b2892c commit df9ace6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-guests-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Increase playwright maxFailures to 10 (how many allowed failures, if exceeding skip remaining tests)
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
]
: [["html"], ["list"]],
expect: { timeout: 5000 },
maxFailures: 2,
maxFailures: 10,
timeout: 30000,
use: {
baseURL: env.BASE_URL || "",
Expand Down

0 comments on commit df9ace6

Please sign in to comment.