chore(deps): Upgrade all project dependencies (#45) (#46) #54
Annotations
10 errors, 1 warning, and 1 notice
|
[chromium] › e2e/tests/extension.spec.ts:26:2 › Per-domain activation › when domain is enabled in storage:
e2e/tests/extension.spec.ts#L37
3) [chromium] › e2e/tests/extension.spec.ts:26:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load
TypeError: Cannot read properties of undefined (reading 'evaluate')
35 | w.chrome.storage.local.set({ [domain]: true });
36 | };
> 37 | await worker.evaluate(setStorage, "example.com");
| ^
38 | await openStableTestPage(page);
39 | await expectSvelteAppLoaded(page);
40 | await expect(getInspectorActiveMain(page)).toBeVisible({ timeout: 5000 });
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:37:16
|
|
[chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page:
e2e/tests/extension.spec.ts#L20
2) [chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-amgiflol-root]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-amgiflol-root]')
18 | test("inspector root and app load on supported page", async ({ page }) => {
19 | await openStableTestPage(page);
> 20 | await expect(getExtensionRoot(page)).toBeVisible();
| ^
21 | await expectSvelteAppLoaded(page);
22 | });
23 | });
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:20:40
|
|
[chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page:
e2e/tests/extension.spec.ts#L20
2) [chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-amgiflol-root]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-amgiflol-root]')
18 | test("inspector root and app load on supported page", async ({ page }) => {
19 | await openStableTestPage(page);
> 20 | await expect(getExtensionRoot(page)).toBeVisible();
| ^
21 | await expectSvelteAppLoaded(page);
22 | });
23 | });
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:20:40
|
|
[chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page:
e2e/tests/extension.spec.ts#L20
2) [chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-amgiflol-root]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-amgiflol-root]')
18 | test("inspector root and app load on supported page", async ({ page }) => {
19 | await openStableTestPage(page);
> 20 | await expect(getExtensionRoot(page)).toBeVisible();
| ^
21 | await expectSvelteAppLoaded(page);
22 | });
23 | });
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:20:40
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/fixtures.ts#L32
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:32
30 | let [background] = context.serviceWorkers();
31 | if (!background) {
> 32 | background = await context.waitForEvent("serviceworker");
| ^
33 | }
34 | const extensionId = background.url().split("/")[2];
35 | await use(extensionId);
at Object.extensionId (/home/runner/work/amgiflol/amgiflol/e2e/fixtures.ts:32:31)
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/tests/extension.spec.ts#L0
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while setting up "extensionId".
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/fixtures.ts#L32
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:32
30 | let [background] = context.serviceWorkers();
31 | if (!background) {
> 32 | background = await context.waitForEvent("serviceworker");
| ^
33 | }
34 | const extensionId = background.url().split("/")[2];
35 | await use(extensionId);
at Object.extensionId (/home/runner/work/amgiflol/amgiflol/e2e/fixtures.ts:32:31)
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/tests/extension.spec.ts#L0
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while setting up "extensionId".
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/fixtures.ts#L32
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:32
30 | let [background] = context.serviceWorkers();
31 | if (!background) {
> 32 | background = await context.waitForEvent("serviceworker");
| ^
33 | }
34 | const extensionId = background.url().split("/")[2];
35 | await use(extensionId);
at Object.extensionId (/home/runner/work/amgiflol/amgiflol/e2e/fixtures.ts:32:31)
|
|
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle:
e2e/tests/extension.spec.ts#L0
1) [chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ───
Test timeout of 60000ms exceeded while setting up "extensionId".
|
|
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
3 failed
[chromium] › e2e/tests/extension.spec.ts:11:2 › Popup › popup opens and shows active toggle ────
[chromium] › e2e/tests/extension.spec.ts:18:2 › Content injection › inspector root and app load on supported page
[chromium] › e2e/tests/extension.spec.ts:26:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
638 KB |
sha256:9a9c9a00810e6036c5e3e887f40bef6631fd5d461ebd1f59ea05a747b0770ad6
|
|