@Desktop • Generate Screenshots triggered by beths-ledger on PR 4815 #742
generate-screenshots.yml
on: workflow_dispatch
generate-screenshots-linux
6m 29s
generate-screenshots-windows
17m 7s
generate-screenshots-mac
3m 17s
Report start
0s
Report end
9s
Annotations
11 errors and 3 notices
accounts/account.spec.ts:18:9 › Accounts @smoke › [LTC] Add account:
apps/ledger-live-desktop/tests/fixtures/common.ts#L79
1) accounts/account.spec.ts:18:9 › Accounts @smoke › [LTC] Add account ───────────────────────────
Error: electron.launch: Process failed to launch!
at ../fixtures/common.ts:79
77 | const windowSize = { width: 1024, height: 768 };
78 |
> 79 | const electronApp: ElectronApplication = await electron.launch({
| ^
80 | args: [
81 | `${path.join(__dirname, "../../.webpack/main.bundle.js")}`,
82 | `--user-data-dir=${userdataDestinationPath}`,
at Object.electronApp (/Users/macrunner03/RUNNER/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/fixtures/common.ts:79:46)
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [LTC] Add account:
apps/ledger-live-desktop/tests/fixtures/common.ts#L79
1) accounts/account.spec.ts:18:9 › Accounts @smoke › [LTC] Add account ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: electron.launch: Process failed to launch!
at ../fixtures/common.ts:79
77 | const windowSize = { width: 1024, height: 768 };
78 |
> 79 | const electronApp: ElectronApplication = await electron.launch({
| ^
80 | args: [
81 | `${path.join(__dirname, "../../.webpack/main.bundle.js")}`,
82 | `--user-data-dir=${userdataDestinationPath}`,
at Object.electronApp (/Users/macrunner03/RUNNER/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/fixtures/common.ts:79:46)
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [BTC] Add account:
apps/ledger-live-desktop/tests/fixtures/common.ts#L79
2) accounts/account.spec.ts:18:9 › Accounts @smoke › [BTC] Add account ───────────────────────────
Error: electron.launch: Process failed to launch!
at ../fixtures/common.ts:79
77 | const windowSize = { width: 1024, height: 768 };
78 |
> 79 | const electronApp: ElectronApplication = await electron.launch({
| ^
80 | args: [
81 | `${path.join(__dirname, "../../.webpack/main.bundle.js")}`,
82 | `--user-data-dir=${userdataDestinationPath}`,
at Object.electronApp (/Users/macrunner03/RUNNER/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/fixtures/common.ts:79:46)
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [BTC] Add account:
apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
2) accounts/account.spec.ts:18:9 › Accounts @smoke › [BTC] Add account ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [ETH] Add account:
apps/ledger-live-desktop/tests/fixtures/common.ts#L79
3) accounts/account.spec.ts:18:9 › Accounts @smoke › [ETH] Add account ───────────────────────────
Error: electron.launch: Process failed to launch!
at ../fixtures/common.ts:79
77 | const windowSize = { width: 1024, height: 768 };
78 |
> 79 | const electronApp: ElectronApplication = await electron.launch({
| ^
80 | args: [
81 | `${path.join(__dirname, "../../.webpack/main.bundle.js")}`,
82 | `--user-data-dir=${userdataDestinationPath}`,
at Object.electronApp (/Users/macrunner03/RUNNER/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/fixtures/common.ts:79:46)
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [ETH] Add account:
apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
3) accounts/account.spec.ts:18:9 › Accounts @smoke › [ETH] Add account ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [ATOM] Add account:
apps/ledger-live-desktop/tests/fixtures/common.ts#L79
4) accounts/account.spec.ts:18:9 › Accounts @smoke › [ATOM] Add account ──────────────────────────
Error: electron.launch: Process failed to launch!
at ../fixtures/common.ts:79
77 | const windowSize = { width: 1024, height: 768 };
78 |
> 79 | const electronApp: ElectronApplication = await electron.launch({
| ^
80 | args: [
81 | `${path.join(__dirname, "../../.webpack/main.bundle.js")}`,
82 | `--user-data-dir=${userdataDestinationPath}`,
at Object.electronApp (/Users/macrunner03/RUNNER/actions-runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/fixtures/common.ts:79:46)
|
accounts/account.spec.ts:18:9 › Accounts @smoke › [ATOM] Add account:
apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
4) accounts/account.spec.ts:18:9 › Accounts @smoke › [ATOM] Add account ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
generate-screenshots-mac
Process completed with exit code 1.
|
services\liveapp-sdk.spec.ts:34:5 › Live App SDK methods @smoke:
apps\ledger-live-desktop\tests\models\DeviceAction.ts#L41
1) services\liveapp-sdk.spec.ts:34:5 › Live App SDK methods @smoke › Verify Address - modal ──────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('data-test-id=device-action-loader') to be visible
============================================================
at ..\models\DeviceAction.ts:41
39 | });
40 |
> 41 | await this.loader.waitFor({ state: "visible" });
| ^
42 | await this.loader.waitFor({ state: "detached" });
43 | }
44 |
at DeviceAction.openApp (C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\models\DeviceAction.ts:41:23)
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\liveapp-sdk.spec.ts:86:5
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\liveapp-sdk.spec.ts:84:3
|
services\swap.spec.ts:82:7 › Swap › Filter Rates @smoke:
apps\ledger-live-desktop\tests\models\SwapPage.ts#L114
2) services\swap.spec.ts:82:7 › Swap › Filter Rates @smoke › Generate ETH to USDT quotes ─────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for getByRole('option').getByText('Tether USD').first()
============================================================
at ..\models\SwapPage.ts:114
112 | async selectCurrencyFromCurrencyDropdown(textToSelect: string) {
113 | await this.waitForCurrenciesToExist();
> 114 | await this.page.getByRole("option").getByText(textToSelect).first().click();
| ^
115 | }
116 |
117 | async selectCurrencyByName(accountName: string) {
at SwapPage.selectCurrencyFromCurrencyDropdown (C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\models\SwapPage.ts:114:73)
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\swap.spec.ts:96:7
at C:\actions-runner\_work\ledger-live\ledger-live\apps\ledger-live-desktop\tests\specs\services\swap.spec.ts:91:5
|
🎭 Playwright Run Summary
1 failed
accounts/account.spec.ts:18:9 › Accounts @smoke › [LTC] Add account ────────────────────────────
3 flaky
accounts/account.spec.ts:18:9 › Accounts @smoke › [BTC] Add account ────────────────────────────
accounts/account.spec.ts:18:9 › Accounts @smoke › [ETH] Add account ────────────────────────────
accounts/account.spec.ts:18:9 › Accounts @smoke › [ATOM] Add account ───────────────────────────
57 skipped
|
🎭 Playwright Run Summary
3 skipped
58 passed (3.2m)
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-results-macos-latest
Expired
|
1.38 MB |
|
summary.json
Expired
|
509 Bytes |
|