Skip to content

Consolidate extension storage under amg-state (#50) #72

Consolidate extension storage under amg-state (#50)

Consolidate extension storage under amg-state (#50) #72

Triggered via push March 26, 2026 18:51
Status Failure
Total duration 2m 7s
Artifacts 1

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 1 warning, and 1 notice
test
Process completed with exit code 1.
[chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive: e2e/pages/web.ts#L101
4) [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
[chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive: e2e/tests/toolbar-settings.spec.ts#L0
4) [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.
[chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage: e2e/pages/web.ts#L106
3) [chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load 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/extension.spec.ts:27:3
[chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled: e2e/pages/web.ts#L106
2) [chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
[chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled: 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
[chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled: e2e/pages/web.ts#L106
1) [chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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-distances.spec.ts:19:3
[chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled: e2e/pages/web.ts#L106
1) [chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled 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-distances.spec.ts:19:3
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@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/
🎭 Playwright Run Summary
2 failed [chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled [chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled 2 flaky [chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load [chromium] › e2e/tests/toolbar-settings.spec.ts:11:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive 4 passed (1.0m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
31.6 MB
sha256:555809e2f698a9beca96b9fd80c9f2d2471ecee2a715962a8d8bfdb60c5ecb7a