Skip to content

🧑‍💻(lld): add braze generator tools in dev settings (#8026) #179

🧑‍💻(lld): add braze generator tools in dev settings (#8026)

🧑‍💻(lld): add braze generator tools in dev settings (#8026) #179

Triggered via push October 8, 2024 08:45
Status Failure
Total duration 1h 5m 32s
Billable time 28m
Artifacts 20
Test Mobile E2E  /  Ledger Live Mobile - Android Detox Tests
27m 54s
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Test Mobile E2E  /  LLM - iOS Detox Tests
1h 0m
Test Mobile E2E / LLM - iOS Detox Tests
Test Desktop  /  Desktop Tests E2E (Ubuntu)
9m 52s
Test Desktop / Desktop Tests E2E (Ubuntu)
Matrix: Build Desktop / build-desktop-app
Build Mobile  /  Build LLM | Android
12m 21s
Build Mobile / Build LLM | Android
Build Mobile  /  Build LLM | iOS
9m 11s
Build Mobile / Build LLM | iOS
Test Mobile  /  LLM CodeCheck
6m 0s
Test Mobile / LLM CodeCheck
Test Design System  /  Design System Tests
3m 5s
Test Design System / Design System Tests
Test Desktop  /  LLD Code Checks
9m 29s
Test Desktop / LLD Code Checks
Test Desktop  /  Desktop Unit Tests
4m 24s
Test Desktop / Desktop Unit Tests
Test Libraries  /  Test Libraries
2m 2s
Test Libraries / Test Libraries
Test Libraries  /  Codecheck Libraries
5m 6s
Test Libraries / Codecheck Libraries
Test Libraries  /  Test Docs
2m 16s
Test Libraries / Test Docs
Test Web Tools  /  Test web-tools
2m 22s
Test Web Tools / Test web-tools
Test Mobile E2E  /  Allure Reports Export on Server
54s
Test Mobile E2E / Allure Reports Export on Server
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E  /  report
0s
Test Mobile E2E / report
Test Mobile E2E  /  report-on-slack
0s
Test Mobile E2E / report-on-slack
Test Mobile E2E  /  Allure Reports Export on Server
1m 0s
Test Mobile E2E / Allure Reports Export on Server
Test Desktop  /  Allure Reports Export on Server
36s
Test Desktop / Allure Reports Export on Server
Build Desktop  /  report
0s
Build Desktop / report
Build Mobile  /  report
0s
Build Mobile / report
Test CLI  /  report
0s
Test CLI / report
Test Desktop  /  report
26s
Test Desktop / report
Test Libraries  /  report
0s
Test Libraries / report
Test Web Tools  /  report
0s
Test Web Tools / report
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 6 warnings, and 1 notice
[mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke: apps/ledger-live-desktop/tests/specs/services/swap.spec.ts#L75
1) [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke ── Error: Screenshot comparison failed: 47722 pixels (ratio 0.07 of all image pixels) are different. Expected: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts-snapshots/open-swap-page-with-eth-account-selected-linux.png Received: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-swap-Swap-Add-accounts-via-Swap-page-smoke-mocked-tests/open-swap-page-with-eth-account-selected-actual.png Diff: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/services-swap-Swap-Add-accounts-via-Swap-page-smoke-mocked-tests/open-swap-page-with-eth-account-selected-diff.png Call log: - expect.soft.toHaveScreenshot(open-swap-page-with-eth-account-selected.png) with timeout 41000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 47722 pixels (ratio 0.07 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 47722 pixels (ratio 0.07 of all image pixels) are different. 73 | await accountsPage.navigateToAccountByName(ethereumAccountName); 74 | await accountPage.navigateToSwap(); > 75 | await expect.soft(page).toHaveScreenshot("open-swap-page-with-eth-account-selected.png"); | ^ 76 | }); 77 | 78 | await test.step("Open source (From) account dropdown", async () => { at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:75:31 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:71:5
[mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke: apps/ledger-live-desktop/tests/page/swap.page.ts#L77
1) [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke ── TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByText('Ethereum 2') at page/swap.page.ts:77 75 | async selectCurrencyByName(accountName: string) { 76 | await this.page.waitForTimeout(500); // TODO: Needs to be fixed once we have accessible element > 77 | await this.currencyByName(accountName).click(); | ^ 78 | } 79 | 80 | async addAccountFromAccountDropdown() { at SwapPage.selectCurrencyByName (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/swap.page.ts:77:44) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:79:7 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:78:5
[mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke: apps/ledger-live-desktop/tests/page/swap.page.ts#L53
2) [mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke › Open Swap Page TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('swap-max-spendable-toggle') to be visible at page/swap.page.ts:53 51 | 52 | async waitForSwapFormToLoad() { > 53 | await this.maxSpendableToggle.waitFor({ state: "visible" }); | ^ 54 | } 55 | 56 | async sendMax() { at SwapPage.waitForSwapFormToLoad (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/swap.page.ts:53:35) at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:151:22 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/swap.spec.ts:149:5
Test Desktop / Desktop Tests E2E (Ubuntu)
Process completed with exit code 1.
OK
Process completed with exit code 1.
Test Libraries / Codecheck Libraries
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Mobile / LLM CodeCheck
No files were found with the provided path: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-mobile/lint-mobile.json. No artifacts will be uploaded.
Build Mobile / Build LLM | iOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Desktop / report
The following actions use a deprecated Node.js version and will be forced to run on node20: slackapi/slack-github-action@v1.23.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, android-actions/setup-android@v2.0.10, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Mobile E2E / LLM - iOS Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
2 failed [mocked_tests] › specs/services/swap.spec.ts:30:7 › Swap › Add accounts via Swap page @smoke ─── [mocked_tests] › specs/services/swap.spec.ts:108:7 › Swap › Full Swap with Centralised Exchange @smoke 3 skipped 63 passed (7.6m)

Artifacts

Produced during runtime
Name Size
2.87.0-sha.c7bc0d7ee558da193d60e692564dffca17f0287f-linux-x86_64.AppImage
177 MB
2.87.0-sha.c7bc0d7ee558da193d60e692564dffca17f0287f-mac.dmg
242 MB
2.87.0-sha.c7bc0d7ee558da193d60e692564dffca17f0287f-win-x64.exe
138 MB
3.50.0-sha.c7bc0d7-release
273 MB
allure-results-linux
671 KB
android-allure-report
37.5 MB
android-test-artifacts
72 MB
images
329 Bytes
ios-allure-report
38.3 MB
ios-test-artifacts
81 MB
lint-desktop
36.3 KB
linux-js-bundle-metafiles
652 KB
mac-js-bundle-metafiles
652 KB
mobile.metafile.json
212 Bytes
outputs-codecheck
298 Bytes
outputs-test-libraries
157 Bytes
outputs-test-ui
179 Bytes
playwright-results-linux
7.16 MB
summary-test-desktop.json
1.15 KB
win-js-bundle-metafiles
652 KB