Skip to content

Commit

Permalink
Update playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
ypolishchuk-ledger committed Dec 17, 2024
1 parent 5abb03a commit 4492656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const config: PlaywrightTestConfig = {
ignoreHTTPSErrors: true,
screenshot: process.env.CI ? "only-on-failure" : "off",
},
forbidOnly: !!process.env.CI,
//forbidOnly: !!process.env.CI,
preserveOutput: process.env.CI ? "failures-only" : "always",
maxFailures: process.env.CI ? 5 : undefined,
reportSlowTests: process.env.CI ? { max: 0, threshold: 60000 } : null,
Expand Down

0 comments on commit 4492656

Please sign in to comment.