This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
overhaul #14
Triggered via pull request
February 4, 2024 19:23
Status
Cancelled
Total duration
17m 42s
Artifacts
–
Annotations
12 errors, 6 warnings, and 1 notice
[electron] βΊ build.test.ts:14:1 βΊ packaged build:
workspaces/tests/tests/build.test.ts#L18
1) [electron] βΊ build.test.ts:14:1 βΊ packaged build ββββββββββββββββββββββββββββββββββββββββββββββ
TypeError: Invalid URL
16 | console.info(
17 | "[test:build] Temp folder path:",
> 18 | fileURLToPath(tempFolder.path),
| ^
19 | );
20 |
21 | await cp(templateFolder, tempFolder.path, {
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/build.test.ts:18:3
|
[electron] βΊ build.test.ts:14:1 βΊ packaged build:
workspaces/tests/tests/build.test.ts#L18
1) [electron] βΊ build.test.ts:14:1 βΊ packaged build ββββββββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TypeError: Invalid URL
16 | console.info(
17 | "[test:build] Temp folder path:",
> 18 | fileURLToPath(tempFolder.path),
| ^
19 | );
20 |
21 | await cp(templateFolder, tempFolder.path, {
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/build.test.ts:18:3
|
[electron] βΊ build.test.ts:14:1 βΊ packaged build:
workspaces/tests/tests/build.test.ts#L18
1) [electron] βΊ build.test.ts:14:1 βΊ packaged build ββββββββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TypeError: Invalid URL
16 | console.info(
17 | "[test:build] Temp folder path:",
> 18 | fileURLToPath(tempFolder.path),
| ^
19 | );
20 |
21 | await cp(templateFolder, tempFolder.path, {
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/build.test.ts:18:3
|
[electron] βΊ integration.test.ts:23:1 βΊ electron apis:
workspaces/tests/tests/launchElectron.ts#L19
2) [electron] βΊ integration.test.ts:23:1 βΊ electron apis βββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:24:23
|
[electron] βΊ integration.test.ts:23:1 βΊ electron apis:
workspaces/tests/tests/launchElectron.ts#L19
2) [electron] βΊ integration.test.ts:23:1 βΊ electron apis βββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:24:23
|
[electron] βΊ integration.test.ts:23:1 βΊ electron apis:
workspaces/tests/tests/launchElectron.ts#L19
2) [electron] βΊ integration.test.ts:23:1 βΊ electron apis βββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:24:23
|
[electron] βΊ integration.test.ts:35:1 βΊ scripts:
workspaces/tests/tests/launchElectron.ts#L19
3) [electron] βΊ integration.test.ts:35:1 βΊ scripts βββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:36:23
|
[electron] βΊ integration.test.ts:35:1 βΊ scripts:
workspaces/tests/tests/launchElectron.ts#L19
3) [electron] βΊ integration.test.ts:35:1 βΊ scripts βββββββββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:36:23
|
[electron] βΊ integration.test.ts:35:1 βΊ scripts:
workspaces/tests/tests/launchElectron.ts#L19
3) [electron] βΊ integration.test.ts:35:1 βΊ scripts βββββββββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:36:23
|
[electron] βΊ integration.test.ts:44:1 βΊ action referrer redirect:
workspaces/tests/tests/launchElectron.ts#L19
4) [electron] βΊ integration.test.ts:44:1 βΊ action referrer redirect ββββββββββββββββββββββββββββββ
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at launchElectron.ts:19
17 |
18 | console.info("Waiting for first window...");
> 19 | const window = await app.firstWindow();
| ^
20 |
21 | console.info("Waiting for load event...");
22 | await window.waitForEvent("load");
at launchElectron (/home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/launchElectron.ts:19:27)
at /home/runner/work/remix-electron/remix-electron/workspaces/tests/tests/integration.test.ts:45:23
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The operation was canceled.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
knip
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Playwright Run Summary
5 failed
[electron] βΊ build.test.ts:14:1 βΊ packaged build βββββββββββββββββββββββββββββββββββββββββββββββ
[electron] βΊ integration.test.ts:23:1 βΊ electron apis ββββββββββββββββββββββββββββββββββββββββββ
[electron] βΊ integration.test.ts:35:1 βΊ scripts ββββββββββββββββββββββββββββββββββββββββββββββββ
[electron] βΊ integration.test.ts:44:1 βΊ action referrer redirect βββββββββββββββββββββββββββββββ
[electron] βΊ integration.test.ts:74:1 βΊ can load public assets that contain whitespace in their path
1 skipped
|