Skip to content

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #1296

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop

@Desktop • UI e2e • Test App triggered by valber-ledger on ref develop #1296

Triggered via schedule May 1, 2025 05:04
Status Failure
Total duration 32m 42s
Artifacts 4
Matrix: Desktop Tests E2E (Ubuntu)
Create Allure Report and upload it
1m 22s
Create Allure Report and upload it
Upload to Xray
0s
Upload to Xray
Notify to slack
3s
Notify to slack
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 4 notices
Desktop Tests E2E (Ubuntu) (2, 3)
Error: test.step() can only be called from a test at ../misc/reporters/step.ts:28 26 | : `${this.constructor.name}.${context.name as string}`; 27 | > 28 | return test.step(name, async () => target.call(this, ...args), { box: true }); | ^ 29 | } 30 | 31 | return replacementMethod; at OnboardingPage.waitForLaunch (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/misc/reporters/step.ts:28:19) at globalTeardown (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/utils/global.teardown.ts:26:36)
tests/specs/send.tx.spec.ts:230:11 › Send flows › Send from 1 account to another › Send from Cosmos 1 to Cosmos 2: e2e/desktop/tests/specs/send.tx.spec.ts#L250
1) tests/specs/send.tx.spec.ts:230:11 › Send flows › Send from 1 account to another › Send from Cosmos 1 to Cosmos 2 › Verify tx sent text Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: locator('text=Transaction sent') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for locator('text=Transaction sent') 248 | 249 | await app.speculos.signSendTransaction(transaction.transaction); > 250 | await app.send.expectTxSent(); | ^ 251 | await app.account.navigateToViewDetails(); 252 | await app.sendDrawer.addressValueIsVisible( 253 | transaction.transaction.accountToCredit.address, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/send.tx.spec.ts:250:26
tests/specs/subAccount.spec.ts:38:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc: e2e/desktop/tests/specs/subAccount.spec.ts#L53
2) tests/specs/subAccount.spec.ts:38:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc › Click `Add Accounts` button TimeoutError: locator.click: Timeout 120000ms exceeded. Call log: - waiting for getByTestId('add-accounts-import-add-button') - locator resolved to <button disabled font-size="4" class="sc-eNSrOW cvabA" color="rgba(255, 255, 255, 0.6)" data-testid="add-accounts-import-add-button">…</button> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 100ms 19 × waiting for element to be visible, enabled and stable - element is not enabled - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 51 | 52 | await app.addAccount.selectToken(token.account); > 53 | await app.addAccount.addAccounts(); | ^ 54 | 55 | await app.addAccount.done(); 56 | await app.layout.goToPortfolio(); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/subAccount.spec.ts:53:30
Desktop Tests E2E (Ubuntu) (2, 3)
Process completed with exit code 1.
Desktop Tests E2E (Ubuntu) (1, 3)
Error: test.step() can only be called from a test at ../misc/reporters/step.ts:28 26 | : `${this.constructor.name}.${context.name as string}`; 27 | > 28 | return test.step(name, async () => target.call(this, ...args), { box: true }); | ^ 29 | } 30 | 31 | return replacementMethod; at OnboardingPage.waitForLaunch (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/misc/reporters/step.ts:28:19) at globalTeardown (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/utils/global.teardown.ts:26:36)
tests/specs/delegate.spec.ts:116:9 › Delegate › [Cosmos] Delegate: e2e/desktop/tests/specs/delegate.spec.ts#L131
1) tests/specs/delegate.spec.ts:116:9 › Delegate › [Cosmos] Delegate › Click Stake button ──────── TimeoutError: locator.click: Timeout 120000ms exceeded. Call log: - waiting for getByTestId('stake-button') 129 | } 130 | > 131 | await app.account.startStakingFlowFromMainStakeButton(); | ^ 132 | await app.delegate.verifyFirstProviderName(account.delegate.provider); 133 | if (account.delegate.account.currency.name == Currency.SOL.name) { 134 | await app.delegate.verifyContinueDisabled(); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:131:27
tests/specs/delegate.spec.ts:116:9 › Delegate › [NEAR] Delegate: e2e/desktop/tests/specs/delegate.spec.ts#L132
2) tests/specs/delegate.spec.ts:116:9 › Delegate › [NEAR] Delegate › Verify first provider name is ledgerbyfigment.poolv1.near › Get title provider on row 1 TimeoutError: locator.waitFor: Timeout 120000ms exceeded. Call log: - waiting for getByTestId('modal-provider-title').first() to be visible 130 | 131 | await app.account.startStakingFlowFromMainStakeButton(); > 132 | await app.delegate.verifyFirstProviderName(account.delegate.provider); | ^ 133 | if (account.delegate.account.currency.name == Currency.SOL.name) { 134 | await app.delegate.verifyContinueDisabled(); 135 | await app.delegate.selectProviderByName(account.delegate.provider); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:132:28
tests/specs/delegate.spec.ts:116:9 › Delegate › [NEAR] Delegate: e2e/desktop/tests/specs/delegate.spec.ts#L132
2) tests/specs/delegate.spec.ts:116:9 › Delegate › [NEAR] Delegate › Verify first provider name is ledgerbyfigment.poolv1.near › Get title provider on row 1 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 120000ms exceeded. Call log: - waiting for getByTestId('modal-provider-title').first() to be visible 130 | 131 | await app.account.startStakingFlowFromMainStakeButton(); > 132 | await app.delegate.verifyFirstProviderName(account.delegate.provider); | ^ 133 | if (account.delegate.account.currency.name == Currency.SOL.name) { 134 | await app.delegate.verifyContinueDisabled(); 135 | await app.delegate.selectProviderByName(account.delegate.provider); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:132:28
tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [Cardano] Delegate without broadcasting: e2e/desktop/tests/specs/delegate.spec.ts#L223
3) tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [Cardano] Delegate without broadcasting › Verify success message Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('success-message-label') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('success-message-label') 221 | 222 | await app.speculos.signDelegationTransaction(account.delegate); > 223 | await app.delegate.verifySuccessMessage(); | ^ 224 | 225 | if (account.delegate.account.currency.name !== Currency.ADA.name) { 226 | await app.delegate.clickViewDetailsButton(); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:223:28
tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [MultiversX] Delegate without broadcasting: e2e/desktop/tests/specs/delegate.spec.ts#L222
4) tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [MultiversX] Delegate without broadcasting › Sign Delegation Transaction Error: ElementNotFoundException: Element with text "Sign" not found on speculos screen 220 | } 221 | > 222 | await app.speculos.signDelegationTransaction(account.delegate); | ^ 223 | await app.delegate.verifySuccessMessage(); 224 | 225 | if (account.delegate.account.currency.name !== Currency.ADA.name) { at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:222:28
tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [MultiversX] Delegate without broadcasting: e2e/desktop/tests/specs/delegate.spec.ts#L222
4) tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [MultiversX] Delegate without broadcasting › Sign Delegation Transaction Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: ElementNotFoundException: Element with text "Sign" not found on speculos screen 220 | } 221 | > 222 | await app.speculos.signDelegationTransaction(account.delegate); | ^ 223 | await app.delegate.verifySuccessMessage(); 224 | 225 | if (account.delegate.account.currency.name !== Currency.ADA.name) { at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:222:28
tests/specs/delegate.spec.ts:259:7 › e2e delegation - Tezos › Tezos Delegation: e2e/desktop/tests/specs/delegate.spec.ts#L275
5) tests/specs/delegate.spec.ts:259:7 › e2e delegation - Tezos › Tezos Delegation › Sign Delegation Transaction Error: ElementNotFoundException: Element with text "Accept" not found on speculos screen 273 | await app.delegate.verifyTezosDelegateInfos(account.provider); 274 | await app.delegate.continue(); > 275 | await app.speculos.signDelegationTransaction(account); | ^ 276 | await app.delegate.verifySuccessMessage(); 277 | await app.delegate.clickViewDetailsButton(); 278 | await app.drawer.waitForDrawerToBeVisible(); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:275:26
tests/specs/delegate.spec.ts:463:9 › LiveApp delegate › [Tron] - Select validator: e2e/desktop/tests/specs/delegate.spec.ts#L474
6) tests/specs/delegate.spec.ts:463:9 › LiveApp delegate › [Tron] - Select validator › Click Stake button TimeoutError: locator.click: Timeout 120000ms exceeded. Call log: - waiting for getByTestId('stake-button') 472 | await app.accounts.navigateToAccountByName(currency.delegate.account.accountName); 473 | > 474 | await app.account.startStakingFlowFromMainStakeButton(); | ^ 475 | if (currency.delegate.account.currency.name == Currency.ETH.name) { 476 | await app.delegate.chooseStakeProvider(currency.delegate.provider); 477 | } at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/delegate.spec.ts:474:27
tests/specs/nft.spec.ts:88:7 › The user can see his NFT floor price › User can see his NFT floor price: e2e/desktop/tests/specs/nft.spec.ts#L105
7) tests/specs/nft.spec.ts:88:7 › The user can see his NFT floor price › User can see his NFT floor price › Verify nft floor price is visible Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('nft-floorPrice') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('nft-floorPrice') 103 | await app.nftGallery.selectNFT(nft); 104 | await app.nftDrawer.expectNftNameIsVisible(nft); > 105 | await app.nftDrawer.expectNftFloorPriceIsVisible(); | ^ 106 | const floorPrice = await app.nftDrawer.getFloorPriceDisplayed(); 107 | await app.nftDrawer.expectNftFloorPricePositive(); 108 | await app.nftDrawer.clickNftOptions(); at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/nft.spec.ts:105:27
Desktop Tests E2E (Ubuntu) (3, 3)
Error: test.step() can only be called from a test at ../misc/reporters/step.ts:28 26 | : `${this.constructor.name}.${context.name as string}`; 27 | > 28 | return test.step(name, async () => target.call(this, ...args), { box: true }); | ^ 29 | } 30 | 31 | return replacementMethod; at OnboardingPage.waitForLaunch (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/misc/reporters/step.ts:28:19) at globalTeardown (/home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/utils/global.teardown.ts:26:36)
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum: e2e/desktop/tests/specs/swap.spec.ts#L197
1) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum › Select available provider without KYC › Get provider list Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum: e2e/desktop/tests/specs/swap.spec.ts#L197
1) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum › Select available provider without KYC › Get provider list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum: e2e/desktop/tests/specs/swap.spec.ts#L197
1) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum › Select available provider without KYC › Get provider list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin: e2e/desktop/tests/specs/swap.spec.ts#L1
2) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin Test timeout of 400000ms exceeded.
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin: e2e/desktop/tests/specs/swap.spec.ts#L197
2) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin: e2e/desktop/tests/specs/swap.spec.ts#L197
2) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin: e2e/desktop/tests/specs/swap.spec.ts#L197
3) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin › Select available provider without KYC › Get provider list Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin: e2e/desktop/tests/specs/swap.spec.ts#L197
3) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin › Select available provider without KYC › Get provider list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin: e2e/desktop/tests/specs/swap.spec.ts#L197
3) tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin › Select available provider without KYC › Get provider list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 41000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('number-of-quotes') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 41000ms - waiting for getByTestId('number-of-quotes') 195 | 196 | await performSwapUntilQuoteSelectionStep(app, electronApp, swap, minAmount); > 197 | const selectedProvider = await app.swap.selectExchangeWithoutKyc(electronApp); | ^ 198 | 199 | await performSwapUntilDeviceVerificationStep( 200 | app, at /home/runner/_work/ledger-live/ledger-live/e2e/desktop/tests/specs/swap.spec.ts:197:49
🎭 Playwright Run Summary
2 flaky tests/specs/send.tx.spec.ts:230:11 › Send flows › Send from 1 account to another › Send from Cosmos 1 to Cosmos 2 tests/specs/subAccount.spec.ts:38:9 › Add subAccount without parent › Add Sub Account without parent (Stellar) - usdc 60 passed (7.9m)
🎭 Playwright Run Summary
7 flaky tests/specs/delegate.spec.ts:116:9 › Delegate › [Cosmos] Delegate ────────────────────────────── tests/specs/delegate.spec.ts:116:9 › Delegate › [NEAR] Delegate ──────────────────────────────── tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [Cardano] Delegate without broadcasting tests/specs/delegate.spec.ts:189:9 › Delegate without Broadcasting › [MultiversX] Delegate without broadcasting tests/specs/delegate.spec.ts:259:7 › e2e delegation - Tezos › Tezos Delegation ───────────────── tests/specs/delegate.spec.ts:463:9 › LiveApp delegate › [Tron] - Select validator ────────────── tests/specs/nft.spec.ts:88:7 › The user can see his NFT floor price › User can see his NFT floor price 55 passed (9.9m)
🎭 Playwright Run Summary
5 failed tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Ethereum tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Solana to Bitcoin tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to USD Coin ─ tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap XRP to Bitcoin ── tests/specs/swap.spec.ts:263:9 › Swap - Provider redirection › Swap test provider redirection (1inch) 6 flaky tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Tether USD tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap USD Coin to Ethereum tests/specs/swap.spec.ts:182:9 › Swap - Accepted (without tx broadcast) › Swap Bitcoin to Litecoin tests/specs/swap.spec.ts:368:7 › Swap - Default currency when landing on swap › Swap Ethereum to Bitcoin - Default currency tests/specs/swap.spec.ts:746:9 › Swap - with too low amount (throwing UI errors) › Swap too low quote amounts from Ethereum to Bitcoin - /Not enough balance, including network fee\./ tests/specs/swap.spec.ts:927:7 › Swap flow from different entry point › Entry Point - Account page 51 passed (24.2m)
linux-speculos Allure report URL
https://ledger-live.allure.green.ledgerlabs.net/allure/reports/cb391476-2935-4d44-96ca-bf041766605b/

Artifacts

Produced during runtime
Name Size Digest
allure-report-linux Expired
70.7 MB
sha256:143745e971d7baeef402766e2bfb65829222fa9614f8b6826dbd9734d25cbef2
allure-results-1 Expired
12.4 MB
sha256:ded4d824fc1bbf14e0af3c1d8881809c32a77af3728580f92fdb63875ed398b9
allure-results-2 Expired
4.64 MB
sha256:29006be0564866edbd40e9c91fce6f48f0155cdd00266116f8c689b13488befa
allure-results-3 Expired
51.7 MB
sha256:abaa1d6bc21fbdcba8c1e3bf8f8ed7d4ce32307aafdfdc867f0c9b39a28cf13b