Skip to content

Commit

Permalink
Merge pull request #7072 from LedgerHQ/feature/retry-for-speculos
Browse files Browse the repository at this point in the history
[QAA-105] Added 2 retries for Speculos tests
  • Loading branch information
ypolishchuk-ledger committed Jun 12, 2024
2 parents 53c2298 + f96b25b commit 3581d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config: PlaywrightTestConfig = {
{
name: "speculos_tests",
testDir: "specs/speculos/",
retries: 2,
},
{
name: "mocked_tests",
Expand Down

0 comments on commit 3581d4b

Please sign in to comment.