fix(nuxt): Split the Nitro error hook as Nuxt 5 stops importing h3 #57608
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
8s
Check PR branches
2s
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 31s
Circular Dependency Check
1m 38s
Browser Unit Tests
47s
Bun Unit Tests
0s
Deno Unit Tests
0s
Cloudflare Integration Tests
0s
Bun Integration Tests
0s
Deno Integration Tests
0s
Check for faulty .d.ts files
47s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
4s
Annotations
11 errors, 1 warning, and 21 notices
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side spans:
../../_temp/test-application/tests/environment.test.ts#L0
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side spans
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side spans:
../../_temp/test-application/tests/environment.test.ts#L0
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side spans
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#errorBtn')
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
> 13 | await page.locator('#errorBtn').click();
| ^
14 |
15 | const error = await errorPromise;
16 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#errorBtn')
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
> 13 | await page.locator('#errorBtn').click();
| ^
14 |
15 | const error = await errorPromise;
16 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#errorBtn')
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
> 13 | await page.locator('#errorBtn').click();
| ^
14 |
15 | const error = await errorPromise;
16 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#errorBtn')
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
> 13 | await page.locator('#errorBtn').click();
| ^
14 |
15 | const error = await errorPromise;
16 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Test timeout of 30000ms exceeded.
|
|
CI: Build & Test
The run was canceled by @s1gr1d.
|
|
Size Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ./dev-packages/size-limit-gh-action. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
12 passed (20.7s)
|
|
🎭 Playwright Run Summary
2 passed (28.4s)
|
|
🎭 Playwright Run Summary
11 passed (20.0s)
|
|
🎭 Playwright Run Summary
40 passed (34.8s)
|
|
🎭 Playwright Run Summary
40 passed (37.1s)
|
|
🎭 Playwright Run Summary
17 passed (56.0s)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (26.3s)
|
|
🎭 Playwright Run Summary
58 passed (1.7m)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (29.4s)
|
|
🎭 Playwright Run Summary
58 passed (1.7m)
|
|
🎭 Playwright Run Summary
66 passed (2.2m)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (27.9s)
|
|
🎭 Playwright Run Summary
58 passed (1.9m)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (28.6s)
|
|
🎭 Playwright Run Summary
66 passed (2.1m)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (29.9s)
|
|
🎭 Playwright Run Summary
66 passed (2.2m)
|
|
🎭 Playwright Run Summary
1 skipped
5 passed (31.2s)
|
|
🎭 Playwright Run Summary
66 passed (2.2m)
|
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side spans
[chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors
[chromium] › tests/environment.test.ts:59:3 › environment detection › sets correct environment for server-side spans
|
|
🎭 Playwright Run Summary
4 skipped
50 passed (45.6s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
|
20.8 MB |
sha256:3f23f260a54ce98377157a72e2aebb238ab062d07ed1e1cd605de00d15f44843
|
|
|
build-output
|
13.9 MB |
sha256:899123d89ea95b13e4ba51c6b79bc9c6b4dd3d4fb43b8d3d81cab0e231f012bf
|
|
|
build-tarball-output
|
7.13 MB |
sha256:092b8e19736467416c7e659604307b3211813a5b3bf595e100bafeb96a5d89cf
|
|