Skip to content

Commit

Permalink
test: changing logic for test runs so we can run individual non-smoke…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
ggilchrist-ledger committed Jul 17, 2023
1 parent b2b3a22 commit 8a30d0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ const config: PlaywrightTestConfig = {
},
{
name: "all",
testIgnore: [/.*smoke.spec.ts/, "specs/recorder.spec.ts"],
dependencies: ["smoke"],
testIgnore: ["specs/recorder.spec.ts"],
},
],
};
Expand Down

0 comments on commit 8a30d0e

Please sign in to comment.