Add mise-driven Chromium minimum and document browser support (#52) #74
Annotations
4 errors, 1 warning, and 1 notice
|
Run Playwright tests:
e2e/pages/web.ts#L101
3) [chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
Error: page.waitForTimeout: Target page, context or browser has been closed
at pages/web.ts:101
99 | const activeMainCount = await getInspectorActiveMain(page).count();
100 | if (activeMainCount > 0) return;
> 101 | await page.waitForTimeout(pollMs);
| ^
102 | }
103 |
104 | const rootCount = await getExtensionRoot(page).count();
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:101:14)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-settings.spec.ts:21:3
|
|
Run Playwright tests:
e2e/tests/toolbar-settings.spec.ts#L0
3) [chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
Test timeout of 15000ms exceeded.
|
|
Run Playwright tests:
e2e/pages/web.ts#L106
2) [chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-overlays.spec.ts:30:3
|
|
Run Playwright tests:
e2e/pages/web.ts#L106
1) [chromium] › e2e/tests/toolbar-overlays.spec.ts:11:2 › Toolbar overlays › grid overlay can be toggled
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-overlays.spec.ts:15:3
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, jdx/mise-action@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Playwright tests
3 flaky
[chromium] › e2e/tests/toolbar-overlays.spec.ts:11:2 › Toolbar overlays › grid overlay can be toggled
[chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled
[chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
5 passed (41.0s)
|
background
wait
wait-all
cancel
Loading