Skip to content

feat(core): HTTP server diagnostics channel utility #47194

feat(core): HTTP server diagnostics channel utility

feat(core): HTTP server diagnostics channel utility #47194

Triggered via pull request May 12, 2026 19:43
Status Cancelled
Total duration 27m 14s
Artifacts 6

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
5s
Get CI Metadata / Get Metadata
Build bundles
4m 2s
Build bundles
Build Lambda layer
1m 9s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 6s
Lint
Circular Dependency Check
1m 36s
Circular Dependency Check
Browser Unit Tests
3m 29s
Browser Unit Tests
Bun Unit Tests
44s
Bun Unit Tests
Deno Unit Tests
1m 10s
Deno Unit Tests
Cloudflare Integration Tests
2m 40s
Cloudflare Integration Tests
Bun Integration Tests
50s
Bun Integration Tests
Check for faulty .d.ts files
36s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
2s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

46 errors, 5 warnings, and 228 notices
[chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
E2E effect-3-node Test
Process completed with exit code 1.
[chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route: ../../_temp/test-application/tests/transactions.test.ts#L0
4) [chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route ────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure: ../../_temp/test-application/tests/transactions.test.ts#L0
3) [chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span: ../../_temp/test-application/tests/transactions.test.ts#L0
2) [chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span ────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction ─────────────────────── Test timeout of 30000ms exceeded.
E2E effect-4-node Test
Process completed with exit code 1.
[chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route: ../../_temp/test-application/tests/transactions.test.ts#L0
4) [chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route ────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure: ../../_temp/test-application/tests/transactions.test.ts#L0
3) [chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span: ../../_temp/test-application/tests/transactions.test.ts#L0
2) [chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span ────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction ─────────────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L9
2) [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3030/", waiting until "load" 7 | }); 8 | > 9 | await page.goto('/'); | ^ 10 | await page.locator('#createInput').fill('I love dogs'); 11 | await page.click('#createButton'); 12 | at /home/runner/work/_temp/test-application/tests/trpc-mutation.test.ts:9:14
[chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L9
1) [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ──────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3030/", waiting until "load" 7 | }); 8 | > 9 | await page.goto('/'); | ^ 10 | await page.click('#error-button'); 11 | 12 | const trpcError = await errorEventPromise; at /home/runner/work/_temp/test-application/tests/trpc-error.test.ts:9:14
[chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
Remix (Node 26) Tests
The job has exceeded the maximum execution time of 15m0s
Remix (Node 26) Tests
The operation was canceled.
E2E react-send-to-sentry Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E react-send-to-sentry Test (optional)
The operation was canceled.
E2E react-router-7-spa-streaming (TS 3.8) Test
The job has exceeded the maximum execution time of 15m0s
E2E react-router-7-spa-streaming (TS 3.8) Test
The operation was canceled.
E2E solid-tanstack-router Test
The job has exceeded the maximum execution time of 15m0s
E2E solid-tanstack-router Test
The operation was canceled.
E2E react-router-7-spa-streaming Test
The job has exceeded the maximum execution time of 15m0s
E2E react-router-7-spa-streaming Test
The operation was canceled.
E2E sveltekit-cloudflare-pages Test
The job has exceeded the maximum execution time of 15m0s
E2E sveltekit-cloudflare-pages Test
The operation was canceled.
E2E nextjs-16 (latest, webpack) Test
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-16 (latest, webpack) Test
The operation was canceled.
E2E nextjs-13 (latest) Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-13 (latest) Test (optional)
The operation was canceled.
E2E nuxt-4 (canary) Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E nuxt-4 (canary) Test (optional)
The operation was canceled.
E2E cloudflare-hono Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E cloudflare-hono Test (optional)
The operation was canceled.
E2E node-profiling-cjs Test
The job has exceeded the maximum execution time of 15m0s
E2E node-profiling-cjs Test
The operation was canceled.
E2E node-profiling-esm Test
The job has exceeded the maximum execution time of 15m0s
E2E node-profiling-esm Test
The operation was canceled.
E2E node-otel-without-tracing Test
The job has exceeded the maximum execution time of 15m0s
E2E node-otel-without-tracing Test
The operation was canceled.
E2E nextjs-16-cf-workers (canary) Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-16-cf-workers (canary) Test (optional)
The operation was canceled.
PW loader_replay Tests
The job has exceeded the maximum execution time of 15m0s
PW loader_replay Tests
The operation was canceled.
All required jobs passed or were skipped
Process completed with exit code 1.
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
4 passed (4.1s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
4 passed (2.9s)
🎭 Playwright Run Summary
3 passed (8.8s)
🎭 Playwright Run Summary
45 passed (4.9s)
🎭 Playwright Run Summary
4 passed (2.5s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
8 passed (7.3s)
🎭 Playwright Run Summary
10 passed (10.6s)
🎭 Playwright Run Summary
1 passed (4.6s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
3 passed (6.4s)
🎭 Playwright Run Summary
7 passed (6.5s)
🎭 Playwright Run Summary
13 passed (12.6s)
🎭 Playwright Run Summary
11 passed (15.6s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
24 passed (18.4s)
🎭 Playwright Run Summary
7 passed (12.7s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
5 passed (9.5s)
🎭 Playwright Run Summary
16 passed (28.8s)
🎭 Playwright Run Summary
7 passed (9.8s)
🎭 Playwright Run Summary
7 passed (7.3s)
🎭 Playwright Run Summary
8 passed (7.1s)
🎭 Playwright Run Summary
11 passed (2.9s)
🎭 Playwright Run Summary
18 passed (19.2s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
2 passed (3.7s)
🎭 Playwright Run Summary
7 passed (25.2s)
🎭 Playwright Run Summary
4 passed (4.8s)
🎭 Playwright Run Summary
10 passed (26.7s)
🎭 Playwright Run Summary
23 passed (12.5s)
🎭 Playwright Run Summary
12 passed (8.8s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.9s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
5 passed (9.3s)
🎭 Playwright Run Summary
5 passed (8.0s)
🎭 Playwright Run Summary
10 passed (36.9s)
🎭 Playwright Run Summary
12 passed (28.7s)
🎭 Playwright Run Summary
11 passed (19.2s)
🎭 Playwright Run Summary
4 passed (8.5s)
🎭 Playwright Run Summary
1 passed (4.0s)
🎭 Playwright Run Summary
1 passed (4.1s)
🎭 Playwright Run Summary
8 passed (10.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.6s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
8 passed (29.1s)
🎭 Playwright Run Summary
12 passed (28.2s)
🎭 Playwright Run Summary
12 passed (28.6s)
🎭 Playwright Run Summary
12 passed (19.3s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
10 passed (26.6s)
🎭 Playwright Run Summary
3 passed (6.6s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.8s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.3s)
🎭 Playwright Run Summary
45 passed (4.0s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.0s)
🎭 Playwright Run Summary
8 passed (29.2s)
🎭 Playwright Run Summary
4 passed (16.9s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
14 passed (25.0s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
3 passed (5.4s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
1 skipped 12 passed (5.6s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
5 passed (10.2s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.0s)
🎭 Playwright Run Summary
9 passed (10.2s)
🎭 Playwright Run Summary
3 passed (15.9s)
🎭 Playwright Run Summary
3 passed (9.2s)
🎭 Playwright Run Summary
17 passed (56.1s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
8 passed (3.4s)
🎭 Playwright Run Summary
8 passed (3.4s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.7s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
3 passed (17.3s)
🎭 Playwright Run Summary
3 passed (10.3s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
22 passed (12.0s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
11 passed (5.9s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
2 passed (5.6s)
🎭 Playwright Run Summary
4 passed (9.5s)
🎭 Playwright Run Summary
10 passed (37.2s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.9s)
🎭 Playwright Run Summary
13 passed (25.5s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
15 passed (20.0s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
3 passed (6.1s)
🎭 Playwright Run Summary
3 passed (14.7s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
3 passed (19.4s)
🎭 Playwright Run Summary
4 passed (10.1s)
🎭 Playwright Run Summary
4 passed (10.4s)
🎭 Playwright Run Summary
12 passed (28.1s)
🎭 Playwright Run Summary
13 passed (50.5s)
🎭 Playwright Run Summary
13 passed (8.7s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ────────────── 2 passed (43.0s)
🎭 Playwright Run Summary
3 passed (8.3s)
🎭 Playwright Run Summary
12 passed (16.7s)
🎭 Playwright Run Summary
12 passed (17.1s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.2s)
🎭 Playwright Run Summary
30 passed (12.5s)
🎭 Playwright Run Summary
3 passed (4.3s)
🎭 Playwright Run Summary
3 passed (36.4s)
🎭 Playwright Run Summary
3 passed (10.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (35.0s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.7s)
🎭 Playwright Run Summary
45 passed (3.8s)
🎭 Playwright Run Summary
7 passed (29.5s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.4s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction ──────────────────────── [chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span ─────── [chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure [chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route ─────────────── 9 passed (2.5m)
🎭 Playwright Run Summary
5 skipped 25 passed (11.5s)
🎭 Playwright Run Summary
12 passed (27.1s)
🎭 Playwright Run Summary
40 passed (20.0s)
🎭 Playwright Run Summary
13 passed (47.4s)
🎭 Playwright Run Summary
13 passed (9.8s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.6s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (51.1s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.1s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an HTTP transaction ──────────────────────── [chromium] β€Ί tests/transactions.test.ts:16:1 β€Ί Sends transaction with manual Effect span ─────── [chromium] β€Ί tests/transactions.test.ts:38:1 β€Ί Sends Effect spans with correct parent-child structure [chromium] β€Ί tests/transactions.test.ts:89:1 β€Ί Sends transaction for error route ─────────────── 9 passed (2.5m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 25 passed (17.2s)
🎭 Playwright Run Summary
484 skipped 190 passed (38.4s)
🎭 Playwright Run Summary
483 skipped 191 passed (38.5s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
15 passed (24.3s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.1s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
7 passed (28.0s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
10 passed (5.4s)
🎭 Playwright Run Summary
10 passed (5.8s)
🎭 Playwright Run Summary
5 passed (44.9s)
🎭 Playwright Run Summary
5 passed (10.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (29.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (8.0s)
🎭 Playwright Run Summary
349 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
347 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
479 skipped 195 passed (38.4s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 166 passed (2.6m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
4 passed (22.9s)
🎭 Playwright Run Summary
8 skipped 22 passed (11.5s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.8s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ───────────── [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation 1 passed (49.1s)
🎭 Playwright Run Summary
3 passed (6.7s)
🎭 Playwright Run Summary
1 skipped 168 passed (2.8m)
🎭 Playwright Run Summary
5 passed (9.5s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
190 skipped 484 passed (3.9m)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
2 passed (2.5s)
🎭 Playwright Run Summary
5 passed (7.1s)
🎭 Playwright Run Summary
203 skipped 471 passed (3.7m)
🎭 Playwright Run Summary
54 skipped 620 passed (4.8m)
🎭 Playwright Run Summary
54 skipped 620 passed (4.8m)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
59 skipped 615 passed (4.8m)
🎭 Playwright Run Summary
56 skipped 618 passed (4.7m)
🎭 Playwright Run Summary
3 skipped 17 passed (2.2s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
29 passed (28.7s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.7s)
🎭 Playwright Run Summary
10 passed (27.8s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
3 skipped 165 passed (4.0m)
🎭 Playwright Run Summary
16 passed (28.2s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
4 passed (11.6s)
🎭 Playwright Run Summary
40 passed (24.5s)
🎭 Playwright Run Summary
2 passed (4.4s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
15 passed (10.7s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.8s)
🎭 Playwright Run Summary
59 skipped 615 passed (4.7m)
🎭 Playwright Run Summary
18 passed (19.2s)
🎭 Playwright Run Summary
13 passed (47.8s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
1 passed (4.6s)
🎭 Playwright Run Summary
2 skipped 20 passed (24.8s)
🎭 Playwright Run Summary
9 passed (11.1s)
🎭 Playwright Run Summary
2 passed (26.2s)
🎭 Playwright Run Summary
18 passed (4.8s)
🎭 Playwright Run Summary
4 passed (2.0s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.7s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.9s)
🎭 Playwright Run Summary
4 passed (19.0s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
4 passed (18.7s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
7 passed (5.2s)
🎭 Playwright Run Summary
4 passed (36.8s)
🎭 Playwright Run Summary
4 passed (8.7s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.0s)
🎭 Playwright Run Summary
11 passed (15.5s)
🎭 Playwright Run Summary
195 skipped 479 passed (3.8m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.8m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
20.6 MB
sha256:9cd35f42f356cba1623212b348e469813ba95a9d5cabadf348c7b822cd295a07
build-layer-output
1.72 MB
sha256:39c6d2aa8d53ce8475b84acb780c8b8b3db3236564ea0a36c43ff0d1aea04ce8
build-output
10.7 MB
sha256:b028bb7984b7bbcfb52d9f6416f2bcc0ccbeba0894efd7f65e4badaff19df8a3
build-tarball-output
5.13 MB
sha256:9ed8a8112c2fb19aa13bc90dc6e2a58997f6f144936af722820266aa641f61a6
playwright-traces-job_e2e_playwright_tests-effect-3-node
4.04 KB
sha256:ef444377c18a2bb08691a8b666257d79a1066a9e6b0e3e962857f9e73d5ef247
playwright-traces-job_e2e_playwright_tests-effect-4-node
4.03 KB
sha256:5aa58ab82592d058e596e4a6dd23d018a4ccf2b7b480877c25b516256a9fdc92