Skip to content

feat: Use new stage1 fragment API #4864

feat: Use new stage1 fragment API

feat: Use new stage1 fragment API #4864

Triggered via push December 14, 2024 04:16
Status Failure
Total duration 3m 28s
Artifacts 1

ci.yml

on: push

Annotations

10 errors, 3 warnings, and 1 notice
newtab.spec.ts:22:5 › newtab page: test/e2e/newtab.spec.ts#L1
1) newtab.spec.ts:22:5 › newtab page ───────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while setting up "extensionId".
newtab.spec.ts:22:5 › newtab page: test/e2e/fixtures.ts#L33
1) newtab.spec.ts:22:5 › newtab page ───────────────────────────────────────────────────────────── Error: browserContext.waitForEvent: Target page, context or browser has been closed at fixtures.ts:33 31 | let [background] = context.serviceWorkers(); 32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition > 33 | background ??= await context.waitForEvent('serviceworker'); | ^ 34 | 35 | const extensionId = background.url().split('/')[2]; 36 | await use(extensionId); at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
newtab.spec.ts:22:5 › newtab page: test/e2e/newtab.spec.ts#L1
1) newtab.spec.ts:22:5 › newtab page ───────────────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while setting up "extensionId".
newtab.spec.ts:22:5 › newtab page: test/e2e/fixtures.ts#L33
1) newtab.spec.ts:22:5 › newtab page ───────────────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserContext.waitForEvent: Target page, context or browser has been closed at fixtures.ts:33 31 | let [background] = context.serviceWorkers(); 32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition > 33 | background ??= await context.waitForEvent('serviceworker'); | ^ 34 | 35 | const extensionId = background.url().split('/')[2]; 36 | await use(extensionId); at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
newtab.spec.ts:78:5 › has no console calls or unhandled errors: test/e2e/newtab.spec.ts#L1
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ──────────────────────────────── Test timeout of 30000ms exceeded while setting up "extensionId".
newtab.spec.ts:78:5 › has no console calls or unhandled errors: test/e2e/fixtures.ts#L33
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ──────────────────────────────── Error: browserContext.waitForEvent: Target page, context or browser has been closed at fixtures.ts:33 31 | let [background] = context.serviceWorkers(); 32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition > 33 | background ??= await context.waitForEvent('serviceworker'); | ^ 34 | 35 | const extensionId = background.url().split('/')[2]; 36 | await use(extensionId); at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
newtab.spec.ts:78:5 › has no console calls or unhandled errors: test/e2e/newtab.spec.ts#L1
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while setting up "extensionId".
newtab.spec.ts:78:5 › has no console calls or unhandled errors: test/e2e/fixtures.ts#L33
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserContext.waitForEvent: Target page, context or browser has been closed at fixtures.ts:33 31 | let [background] = context.serviceWorkers(); 32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition > 33 | background ??= await context.waitForEvent('serviceworker'); | ^ 34 | 35 | const extensionId = background.url().split('/')[2]; 36 | await use(extensionId); at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
settings.spec.ts:4:5 › settings page: test/e2e/settings.spec.ts#L1
3) settings.spec.ts:4:5 › settings page ────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while setting up "extensionId".
settings.spec.ts:4:5 › settings page: test/e2e/fixtures.ts#L33
3) settings.spec.ts:4:5 › settings page ────────────────────────────────────────────────────────── Error: browserContext.waitForEvent: Target page, context or browser has been closed at fixtures.ts:33 31 | let [background] = context.serviceWorkers(); 32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition > 33 | background ??= await context.waitForEvent('serviceworker'); | ^ 34 | 35 | const extensionId = background.url().split('/')[2]; 36 | await use(extensionId); at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
5 failed newtab.spec.ts:22:5 › newtab page ────────────────────────────────────────────────────────────── newtab.spec.ts:78:5 › has no console calls or unhandled errors ───────────────────────────────── settings.spec.ts:4:5 › settings page ─────────────────────────────────────────────────────────── settings.spec.ts:25:5 › has no console calls or unhandled errors ─────────────────────────────── sw.spec.ts:3:5 › background service worker ───────────────────────────────────────────────────── 2 skipped

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
542 KB
sha256:6257596817f40403d67f3f66f966a82528b77dd65805e48f410adabee2b368e5