Skip to content

Commit

Permalink
Updated artifact conditions to have video and screenshot in Allure Re…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
ypolishchuk-ledger committed Dec 17, 2024
1 parent 4492656 commit 2468625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-desktop/tests/fixtures/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const test = base.extend<TestFixtures>({

//Remove video if test passed
if (testInfo.status === "passed") {
await captureArtifacts(page, testInfo);
await electronApp.close();
//await page.video()?.delete();
}
Expand Down

0 comments on commit 2468625

Please sign in to comment.