Skip to content

feat(core): HTTP server-spans subscription utility #47025

feat(core): HTTP server-spans subscription utility

feat(core): HTTP server-spans subscription utility #47025

Triggered via pull request May 9, 2026 18:23
Status Failure
Total duration 16m 9s
Artifacts 40

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
7s
Get CI Metadata / Get Metadata
Check lockfile
3m 18s
Check lockfile
Check file formatting
44s
Check file formatting
Check PR branches
4s
Check PR branches
Build Lambda layer
1m 22s
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 11s
Lint
Circular Dependency Check
1m 47s
Circular Dependency Check
Browser Unit Tests
4m 15s
Browser Unit Tests
Bun Unit Tests
44s
Bun Unit Tests
Deno Unit Tests
1m 6s
Deno Unit Tests
Cloudflare Integration Tests
2m 38s
Cloudflare Integration Tests
Bun Integration Tests
40s
Bun Integration Tests
Check for faulty .d.ts files
40s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
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

14 errors, 15 warnings, and 238 notices
Check file formatting
Process completed with exit code 1.
E2E deno-streamed Test
Process completed with exit code 1.
E2E deno-streamed Test
Error: Unexpected HTTP response: 502
E2E browser-webworker-vite Test
Process completed with exit code 2.
E2E browser-webworker-vite Test
Cannot find module 'diagnostics_channel' or its corresponding type declarations.
E2E generic-ts3.8 Test
Process completed with exit code 1.
E2E generic-ts3.8 Test
Cannot find module 'diagnostics_channel'.
E2E generic-ts3.8 Test
An index signature parameter type must be either 'string' or 'number'.
E2E node-connect Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:4:5 › Sends an API route transaction: ../../_temp/test-application/tests/transactions.test.ts#L57
2) [chromium] › tests/transactions.test.ts:4:5 › Sends an API route transaction ────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 17 + Received + 186 @@ -1,39 +1,208 @@ - ObjectContaining { - "spans": Array [ Object { + "contexts": Object { + "app": Object { + "app_memory": 254169088, + "app_start_time": "2026-05-09T18:31:18.008Z", + "free_memory": 14574112768, + }, + "cloud_resource": Object {}, + "culture": Object { + "locale": "en-US", + "timezone": "UTC", + }, + "device": Object { + "arch": "x64", + "boot_time": "2026-05-09T18:28:05.355Z", + "cpu_description": "AMD EPYC 9V74 80-Core Processor", + "free_memory": 14574112768, + "memory_size": 16766431232, + "processor_count": 4, + "processor_frequency": 0, + }, + "os": Object { + "kernel_version": "6.17.0-1010-azure", + "name": "Ubuntu Linux", + "version": "24.04", + }, + "otel": Object { + "resource": Object { + "service.name": "node", + "service.namespace": "sentry", + "service.version": "10.52.0", + "telemetry.sdk.language": "nodejs", + "telemetry.sdk.name": "opentelemetry", + "telemetry.sdk.version": "2.7.1", + }, + }, + "response": Object { + "status_code": 200, + }, + "runtime": Object { + "name": "node", + "version": "v20.19.2", + }, + "trace": Object { "data": Object { - "sentry.origin": "manual", + "http.flavor": "1.1", + "http.host": "localhost:3030", + "http.method": "GET", + "http.request.header.accept": "*/*", + "http.request.header.accept_encoding": "gzip, deflate", + "http.request.header.accept_language": "*", + "http.request.header.connection": "keep-alive", + "http.request.header.host": "localhost:3030", + "http.request.header.sec_fetch_mode": "cors", + "http.request.header.user_agent": "node", + "http.response.status_code": 200, + "http.route": "/test-transaction", + "http.scheme": "http", + "http.status_code": 200, + "http.status_text": "OK", + "http.target": "/test-transaction", + "http.url": "http://localhost:3030/test-transaction", + "http.user_agent": "node", + "net.host.ip": "::1", + "net.host.name": "localhost", + "net.host.port": 3030, + "net.peer.ip": "::1", + "net.peer.port": 51316, + "net.transport": "ip_tcp", + "otel.kind": "SERVER", + "sentry.op": "http.server", + "sentry.origin": "auto.http.otel.http", + "sentry.sample_rate": 1, + "sentry.source": "route", + "url": "http://localhost:3030/test-transaction", }, - "description": "test-span", - "origin": "manual", - "parent_span_id": StringMatching /[a-f0-9]{16}/, - "span_id": StringMatching /[a-f0-9]{16}/, - "start_timestamp": Any<Number>, + "op": "http.server", + "origin": "auto.http.otel.http", + "span_id": "2152e420bd609d0d", "status": "ok", - "timestamp": Any<Number>, - "trace_id": StringMatching /[a-f0-9]{32}/, + "trace_id": "c7b20ab7dc20594d14c71a1e9c997aa8", + }, + }, + "environment": "qa", + "event_id": "d15a8d3cea7947b486e7e8d2183a27e4", + "modules": Object { + "@playwright/test": "~1.56.0", + "@sentry-internal/test-utils": "link:/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/test-utils",
[chromium] › tests/errors.test.ts:4:5 › Sends correct error event: ../../_temp/test-application/tests/errors.test.ts#L31
1) [chromium] › tests/errors.test.ts:4:5 › Sends correct error event ───────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 Object { + "parent_span_id": "56e996fd47d21368", "span_id": StringMatching /[a-f0-9]{16}/, "trace_id": StringMatching /[a-f0-9]{32}/, } 29 | expect(errorEvent.transaction).toEqual('GET /test-exception'); 30 | > 31 | expect(errorEvent.contexts?.trace).toEqual({ | ^ 32 | trace_id: expect.stringMatching(/[a-f0-9]{32}/), 33 | span_id: expect.stringMatching(/[a-f0-9]{16}/), 34 | }); at /home/runner/work/_temp/test-application/tests/errors.test.ts:31:38
[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#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
All required jobs passed or were skipped
Process completed with exit code 1.
E2E deno-streamed Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E browser-webworker-vite Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E generic-ts3.8 Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
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/
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/
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-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/
Node (24) Unit Tests
❌ Patch coverage check failed: 21.74% < target 80%
Node (24) Unit Tests
❌ Project coverage check failed: 65.59% (-0.14%) relative to base
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/connect/test.ts, packages/core/src/index.ts, packages/core/src/integrations/connect/index.ts, packages/core/src/integrations/http/patch-request-to-capture-body.ts, packages/core/src/integrations/http/record-request-session.ts, packages/core/src/integrations/http/server-span-subscription.ts, packages/core/src/integrations/http/server-subscription.ts, packages/core/src/types-hoist/startSpanOptions.ts, packages/core/src/utils/request.ts, packages/core/test/lib/integrations/connect/index.test.ts, packages/node-core/src/integrations/http/httpServerIntegration.ts, packages/node-core/src/light/integrations/httpIntegration.ts, packages/node/src/integrations/tracing/connect.ts Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/debug-build.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Node (18) Unit Tests
❌ Patch coverage check failed: 21.74% < target 80%
Node (18) Unit Tests
❌ Project coverage check failed: 64.67% (-0.15%) relative to base
Node (22) Unit Tests
❌ Patch coverage check failed: 21.74% < target 80%
Node (20) Unit Tests
❌ Patch coverage check failed: 21.74% < target 80%
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/
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
8 passed (2.6s)
🎭 Playwright Run Summary
4 passed (2.5s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.9s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
4 passed (2.5s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
18 passed (8.0s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
1 passed (2.3s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
7 passed (8.8s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
13 passed (12.9s)
🎭 Playwright Run Summary
4 passed (4.3s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.3s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
3 passed (5.5s)
🎭 Playwright Run Summary
3 passed (8.9s)
🎭 Playwright Run Summary
43 passed (4.6s)
🎭 Playwright Run Summary
10 passed (10.7s)
🎭 Playwright Run Summary
43 passed (4.8s)
🎭 Playwright Run Summary
5 passed (10.4s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
23 passed (16.4s)
🎭 Playwright Run Summary
10 passed (5.3s)
🎭 Playwright Run Summary
10 passed (5.6s)
🎭 Playwright Run Summary
11 passed (2.8s)
🎭 Playwright Run Summary
9 passed (8.8s)
🎭 Playwright Run Summary
3 passed (4.8s)
🎭 Playwright Run Summary
43 passed (3.5s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
12 passed (8.7s)
🎭 Playwright Run Summary
11 passed (14.7s)
🎭 Playwright Run Summary
7 passed (6.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (4.6s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
3 passed (18.9s)
🎭 Playwright Run Summary
3 passed (15.1s)
🎭 Playwright Run Summary
15 passed (10.6s)
🎭 Playwright Run Summary
2 passed (5.2s)
🎭 Playwright Run Summary
16 passed (28.4s)
🎭 Playwright Run Summary
29 passed (28.7s)
🎭 Playwright Run Summary
5 passed (9.3s)
🎭 Playwright Run Summary
1 passed (5.8s)
🎭 Playwright Run Summary
7 passed (6.6s)
🎭 Playwright Run Summary
4 passed (7.9s)
🎭 Playwright Run Summary
22 passed (8.0s)
🎭 Playwright Run Summary
5 passed (10.2s)
🎭 Playwright Run Summary
5 passed (12.9s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.7s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
3 passed (4.7s)
🎭 Playwright Run Summary
10 passed (28.1s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
8 passed (6.6s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.3s)
🎭 Playwright Run Summary
8 passed (7.9s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
7 passed (12.9s)
🎭 Playwright Run Summary
16 passed (24.6s)
🎭 Playwright Run Summary
5 passed (13.0s)
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
24 passed (15.3s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
11 passed (5.8s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/errors.test.ts:4:5 › Sends correct error event ────────────────────────────── [chromium] › tests/transactions.test.ts:4:5 › Sends an API route transaction ───────────────────
🎭 Playwright Run Summary
2 passed (23.3s)
🎭 Playwright Run Summary
7 passed (28.5s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.5s)
🎭 Playwright Run Summary
5 passed (19.0s)
🎭 Playwright Run Summary
7 passed (9.5s)
🎭 Playwright Run Summary
10 passed (28.5s)
🎭 Playwright Run Summary
12 passed (8.0s)
🎭 Playwright Run Summary
3 passed (14.5s)
🎭 Playwright Run Summary
1 skipped 12 passed (6.0s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
9 passed (12.8s)
🎭 Playwright Run Summary
14 passed (25.7s)
🎭 Playwright Run Summary
4 passed (8.3s)
🎭 Playwright Run Summary
11 passed (15.5s)
🎭 Playwright Run Summary
3 passed (16.0s)
🎭 Playwright Run Summary
3 passed (9.6s)
🎭 Playwright Run Summary
10 passed (37.0s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
9 passed (12.3s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
9 passed (13.1s)
🎭 Playwright Run Summary
4 passed (8.6s)
🎭 Playwright Run Summary
7 passed (28.6s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.0s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
18 passed (18.8s)
🎭 Playwright Run Summary
3 passed (15.9s)
🎭 Playwright Run Summary
3 passed (9.5s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.9s)
🎭 Playwright Run Summary
12 passed (17.7s)
🎭 Playwright Run Summary
12 passed (17.8s)
🎭 Playwright Run Summary
10 passed (27.1s)
🎭 Playwright Run Summary
13 passed (25.8s)
🎭 Playwright Run Summary
12 passed (18.1s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.4s)
🎭 Playwright Run Summary
5 passed (9.3s)
🎭 Playwright Run Summary
18 passed (18.9s)
🎭 Playwright Run Summary
4 passed (10.0s)
🎭 Playwright Run Summary
40 passed (19.5s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
7 passed (27.7s)
🎭 Playwright Run Summary
9 passed (11.1s)
🎭 Playwright Run Summary
3 passed (5.7s)
🎭 Playwright Run Summary
4 passed (15.9s)
🎭 Playwright Run Summary
4 passed (4.6s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.9s)
🎭 Playwright Run Summary
12 passed (28.6s)
🎭 Playwright Run Summary
4 passed (9.5s)
🎭 Playwright Run Summary
9 passed (9.1s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.3s)
🎭 Playwright Run Summary
8 passed (29.1s)
🎭 Playwright Run Summary
4 passed (10.4s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.1s)
🎭 Playwright Run Summary
15 passed (21.5s)
🎭 Playwright Run Summary
11 passed (17.7s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
10 passed (37.5s)
🎭 Playwright Run Summary
40 passed (21.4s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
11 passed (19.9s)
🎭 Playwright Run Summary
8 passed (11.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.2s)
🎭 Playwright Run Summary
12 skipped 1 passed (5.1s)
🎭 Playwright Run Summary
8 passed (29.2s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.1s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
14 skipped 12 passed (22.5s)
🎭 Playwright Run Summary
3 passed (4.1s)
🎭 Playwright Run Summary
12 passed (27.2s)
🎭 Playwright Run Summary
4 skipped 10 passed (25.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (7.8s)
🎭 Playwright Run Summary
17 passed (57.4s)
🎭 Playwright Run Summary
3 passed (33.7s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (38.3s)
🎭 Playwright Run Summary
30 passed (14.2s)
🎭 Playwright Run Summary
5 passed (42.4s)
🎭 Playwright Run Summary
5 passed (12.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (29.9s)
🎭 Playwright Run Summary
2 skipped 12 passed (8.3s)
🎭 Playwright Run Summary
13 passed (45.8s)
🎭 Playwright Run Summary
13 passed (9.4s)
🎭 Playwright Run Summary
13 passed (46.3s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.5s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.6s)
🎭 Playwright Run Summary
3 passed (36.9s)
🎭 Playwright Run Summary
3 passed (9.9s)
🎭 Playwright Run Summary
3 skipped 27 passed (41.5s)
🎭 Playwright Run Summary
30 passed (14.1s)
🎭 Playwright Run Summary
4 passed (36.2s)
🎭 Playwright Run Summary
4 passed (7.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 (39.2s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 Playwright Run Summary
13 passed (48.6s)
🎭 Playwright Run Summary
13 passed (9.9s)
🎭 Playwright Run Summary
4 passed (19.0s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.7s)
🎭 Playwright Run Summary
4 passed (19.3s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
5 skipped 25 passed (10.5s)
🎭 Playwright Run Summary
8 skipped 22 passed (10.7s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (50.8s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.1s)
🎭 Playwright Run Summary
4 passed (19.7s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 23 passed (11.4s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.5s)
🎭 Playwright Run Summary
5 skipped 25 passed (17.4s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 26 passed (20.5s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.3s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.1s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
483 skipped 190 passed (37.6s)
🎭 Playwright Run Summary
346 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
4 passed (22.0s)
🎭 Playwright Run Summary
478 skipped 195 passed (39.0s)
🎭 Playwright Run Summary
15 passed (29.0s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
482 skipped 191 passed (40.2s)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
348 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 165 passed (2.5m)
🎭 Playwright Run Summary
1 skipped 168 passed (2.5m)
🎭 Playwright Run Summary
3 skipped 165 passed (4.0m)
🎭 Playwright Run Summary
195 skipped 478 passed (3.9m)
🎭 Playwright Run Summary
190 skipped 483 passed (3.9m)
🎭 Playwright Run Summary
202 skipped 471 passed (3.7m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.8m)
🎭 Playwright Run Summary
54 skipped 619 passed (4.9m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.7m)
🎭 Playwright Run Summary
56 skipped 617 passed (4.7m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.8m)
🎭 Playwright Run Summary
54 skipped 619 passed (4.8m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
20.5 MB
sha256:a17f1da2305df169eb06ebdfacafa5426d891a41726c2f369ad571b0443b26d5
build-layer-output
1.71 MB
sha256:1bb5ccadcddd6b148eedef145626c1fd2ea40df77f601bf020a89e18410dd6f1
build-output
10.7 MB
sha256:9e7a9b3d77d8f7cf120a498c658da5c0583092283f8b076e7e8eb4b5105b04b8
build-tarball-output
5.12 MB
sha256:59d44a66a669e2ec785f3321652d2ba11cc2dcda8163dc729a9720bf2cd8bf9a
codecov-coverage-results-isaacschlueter-portable-http-integration-server-job_browser_unit_tests
88.5 KB
sha256:2027a571511406564afd33ee0145bbffaed1c202b31f5b8a3700271ba45c4823
codecov-coverage-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-18
264 KB
sha256:e0c24f63dd780deac0fc5c92acb855792a3bc07eb269b4bd3e7fa9aaefeb24ea
codecov-coverage-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-20
271 KB
sha256:a0447bdbf75399ae3cfbbd0dc7654215c16d67ee38b6e0af25a2f5d2ae397f98
codecov-coverage-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-22
272 KB
sha256:130b09d48935c9f5e38099dd085b46a4a0f5d284910e79d552163acb38810503
codecov-coverage-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-24
272 KB
sha256:10b01cb0119962e7a67b3778913897c166f9d1cd03f904fcaa8ace1dfe43f335
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:efe1efdb14fe9a2b46fdf302c3cab6e250ed4485cca99c46f8499dca57a050b8
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:b33086eca0f2c2bc458f090c12933007a655441d664c8cb8353af212fefa3339
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_eager
240 Bytes
sha256:b0dc4bb5ab824d8ee01f8a54d7058aac49d8e0780f6ac870a59d0bc53f6d8f56
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_replay
241 Bytes
sha256:4faaf69678129c4a124876012f42b0b9f4d7a4be871f0f7630b540b6e5a3fb65
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_replay_buffer
241 Bytes
sha256:fe9b0d8af25d7089072bb112431966d8059bdff8a82b78fece96083703c27f00
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_tracing
240 Bytes
sha256:65c805f4ecb2ec0143c53bc64dfa2724fc786fde615b665a1da6c9ea8eaa42dd
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:52c509953567b31014f8272143bebec5483df2c2de1dddb2f99112b4db95220f
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:60ad2215afd032d1d8837b458ba7d5689e31c4cbf4dcdafb82ad61e66f99ce97
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
248 Bytes
sha256:28ea5266b8a008fe874012fc2c2457cd576dcdea7b001b1efae96e4b969336aa
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
245 Bytes
sha256:5c8bdfa062a4d79b8dc1efdc92d80659499ad9b472d28c90036058239df55a4e
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
249 Bytes
sha256:bbb1e68087ecce5255892b005ab302a40b64f50c0f98f22db749501cee11b2c3
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
248 Bytes
sha256:47af3638e784b6fc6baf00d5b4e87620603763ee9f47fa3ee49c0f652c3455d5
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
247 Bytes
sha256:da69f2c0b17417d2122eba74e4118cc380a838ac5f5b0fb3d1bc81a7228b9bc7
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
246 Bytes
sha256:5c0d3c9163f4644dde61ebb87f00f1d3e4fb3e99e21841a5085e26ef66e3f263
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
247 Bytes
sha256:7d2182d7128d496ddc143d8a320bd2d72316ac9387cbe073c4c37511e1364557
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
247 Bytes
sha256:03aa3892883e3ab46972b69d3f7ce2b53a2e015323b984db19169747d27fdc26
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
247 Bytes
sha256:472807e0dbc76d778c8d7e4438b7508a0bc426782308dfaa3c5a96de26b99977
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
246 Bytes
sha256:837853b2c7f8d2b0b44374c8f1c2c7db41890c8c7e8f7d3c6debb8202cb6ff3c
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
233 Bytes
sha256:a2d8fc076592072e0d193f46c27df60bf0c7625c87be1d70e390e9722ac3b4f9
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
246 Bytes
sha256:2fa4667586e7f1aa0f5671179b9d0acbd7370ec71a134902d3b292b7c749e0ba
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
243 Bytes
sha256:2371fc99ec76be5bb84420276d9350bcf7b9598569c0db95c5cdabce9abb451f
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-esm-chromium-1
244 Bytes
sha256:280cfafb7d5adb192a31872b5cd76a8706b7826d98d7bbcd6abcc9484a8da7f8
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-esm-chromium-2
245 Bytes
sha256:bb98d3d93caf26de5f7fbf89cb5e74fb6a5ddd59930f29a0dee2888cbf21db7c
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-esm-chromium-3
245 Bytes
sha256:c6e2e7a1f855d993573e0c5271b16bc1804be04ca0c345ad715b2be6fed56d52
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_playwright_tests-browser-playwright-esm-chromium-4
244 Bytes
sha256:db5f2f490f95ae712e7fca118e14bb160e133552543789a3b0d8c853e4ceebf1
codecov-test-results-isaacschlueter-portable-http-integration-server-job_browser_unit_tests
242 Bytes
sha256:3bf8a4d16f9182490c45b9a1702a2e2f33a991e593d9c7d1bfbff9a98fbb9c51
codecov-test-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-18
256 Bytes
sha256:999693d3ef612536fd61a2508b78ab08a59ca4cfe3c9f8ea5a7cb3eed1fad78e
codecov-test-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-20
253 Bytes
sha256:ece66705634f26d6ad616018cf9a8e811285ebf22ee1980ca390bf2bce1aa0d6
codecov-test-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-22
247 Bytes
sha256:6201cd06caa627f937e13a14c6944bffa631fea1403bc1636ebff2116bd58241
codecov-test-results-isaacschlueter-portable-http-integration-server-job_node_unit_tests-24
252 Bytes
sha256:a5d065a8394fa2ea0d901815b85cd6b4fcb84cc460edd64b36c38107b81b73fa
playwright-traces-job_e2e_playwright_tests-node-connect
6.77 KB
sha256:10dc82cb9a60b537b2cce5332e8f9a80711d9ae408c20d85047367a672046109