Skip to content

test(e2e): Consolidate the Deno E2E test applications #58033

test(e2e): Consolidate the Deno E2E test applications

test(e2e): Consolidate the Deno E2E test applications #58033

Triggered via pull request September 16, 2026 03:58
Status Cancelled
Total duration 11m 49s
Artifacts –

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
8s
Get CI Metadata / Get Metadata
Check lockfile
3m 17s
Check lockfile
Check file formatting
43s
Check file formatting
Check PR branches
5s
Check PR branches
Build bundles
3m 1s
Build bundles
Build Lambda layer
1m 8s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 31s
Lint
Circular Dependency Check
1m 16s
Circular Dependency Check
Browser Unit Tests
2m 33s
Browser Unit Tests
Bun Unit Tests
51s
Bun Unit Tests
Deno Unit Tests
1m 10s
Deno Unit Tests
Cloudflare Integration Tests
3m 51s
Cloudflare Integration Tests
Bun Integration Tests
56s
Bun Integration Tests
Deno Integration Tests
56s
Deno Integration Tests
Check for faulty .d.ts files
45s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Size Check
39s
Size Check
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
6s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

81 errors and 287 notices
Browser Unit Tests
Process completed with exit code 1.
tests/instrument-ember-globals.test.ts > component instrumentation > starts a `ui.render` span for a component render: packages/ember/tests/instrument-ember-globals.test.ts#L42
Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ tests/instrument-ember-globals.test.ts:42:3
E2E node-fastify-6 (tracer provider) Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata: ../../_temp/test-application/tests/spans.test.ts#L142
4) [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: StringContaining "" Received: ["node"] 140 | ); 141 | expect(segmentEvent.attributes['http.request.method']?.value).toEqual('POST'); > 142 | expect(segmentEvent.attributes['http.request.header.user-agent']?.value).toEqual(expect.stringContaining('')); | ^ 143 | expect(segmentEvent.attributes['http.request.header.content-type']?.value).toEqual('application/json'); 144 | 145 | expect(segmentEvent.attributes['http.request.body.data']?.value).toBe(JSON.stringify({ foo: 'bar', other: 1 })); at /home/runner/work/_temp/test-application/tests/spans.test.ts:142:76
[chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span: ../../_temp/test-application/tests/spans.test.ts#L17
3) [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ──────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 23 + Received + 197 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14385541120, + }, + "app.memory": Object { + "type": "integer", + "value": 384860160, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:19.631Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { "type": "integer", - "value": Any<Number>, + "value": 33474, }, - "http.request.header.accept": Object { + "culture.locale": Object { "type": "string", - "value": "*/*", + "value": "en-US", }, - "http.request.header.accept-encoding": Object { + "culture.timezone": Object { "type": "string", - "value": "gzip, deflate", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], }, - "http.request.header.accept-language": Object { + "device.boot_time": Object { "type": "string", - "value": "*", + "value": "2026-09-16T04:00:26.755Z", }, - "http.request.header.connection": Object { + "device.cpu_description": Object { "type": "string", - "value": "keep-alive", + "value": "AMD EPYC 7763 64-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14385541120, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16770748416, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { + "type": "integer", + "value": 0, }, + "http.request.header.accept": Object { + "type": "array", + "value": Array [ + "*/*", + ], + }, + "http.request.header.accept-encoding": Object { + "type": "array", + "value": Array [ + "gzip, deflate", + ], + }, + "http.request.header.accept-language": Object { + "type": "array", + "value": Array [ + "*", + ], + }, + "http.request.header.connection": Object { + "type": "array", + "value": Array [ + "keep-alive", + ], + }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-transaction", }, "network.local.address": Object { "type": "string",
[chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests: ../../_temp/test-application/tests/propagation.test.ts#L205
2) [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ─── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14334300160, + }, + "app.memory": Object { + "type": "integer", + "value": 377745408, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:19.631Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 33450, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T04:00:26.755Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 7763 64-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14334300160, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16770748416, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-fetch/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "integer",
[chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests: ../../_temp/test-application/tests/propagation.test.ts#L64
1) [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14247047168, + }, + "app.memory": Object { + "type": "integer", + "value": 374468608, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:19.631Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 33432, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T04:00:26.755Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 7763 64-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14247047168, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16770748416, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": "localhost:3030", + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-http/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "in
E2E node-fastify-6 Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata: ../../_temp/test-application/tests/spans.test.ts#L142
4) [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: StringContaining "" Received: ["node"] 140 | ); 141 | expect(segmentEvent.attributes['http.request.method']?.value).toEqual('POST'); > 142 | expect(segmentEvent.attributes['http.request.header.user-agent']?.value).toEqual(expect.stringContaining('')); | ^ 143 | expect(segmentEvent.attributes['http.request.header.content-type']?.value).toEqual('application/json'); 144 | 145 | expect(segmentEvent.attributes['http.request.body.data']?.value).toBe(JSON.stringify({ foo: 'bar', other: 1 })); at /home/runner/work/_temp/test-application/tests/spans.test.ts:142:76
[chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span: ../../_temp/test-application/tests/spans.test.ts#L17
3) [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ──────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 23 + Received + 197 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14432423936, + }, + "app.memory": Object { + "type": "integer", + "value": 383729664, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:33.411Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { "type": "integer", - "value": Any<Number>, + "value": 50180, }, - "http.request.header.accept": Object { + "culture.locale": Object { "type": "string", - "value": "*/*", + "value": "en-US", }, - "http.request.header.accept-encoding": Object { + "culture.timezone": Object { "type": "string", - "value": "gzip, deflate", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], }, - "http.request.header.accept-language": Object { + "device.boot_time": Object { "type": "string", - "value": "*", + "value": "2026-09-16T03:57:39.209Z", }, - "http.request.header.connection": Object { + "device.cpu_description": Object { "type": "string", - "value": "keep-alive", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14432423936, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766410752, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { + "type": "integer", + "value": 0, }, + "http.request.header.accept": Object { + "type": "array", + "value": Array [ + "*/*", + ], + }, + "http.request.header.accept-encoding": Object { + "type": "array", + "value": Array [ + "gzip, deflate", + ], + }, + "http.request.header.accept-language": Object { + "type": "array", + "value": Array [ + "*", + ], + }, + "http.request.header.connection": Object { + "type": "array", + "value": Array [ + "keep-alive", + ], + }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-transaction", }, "network.local.address": Object { "type": "string",
[chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests: ../../_temp/test-application/tests/propagation.test.ts#L205
2) [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ─── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14420013056, + }, + "app.memory": Object { + "type": "integer", + "value": 373768192, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:33.411Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 50168, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T03:57:39.209Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14420013056, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766410752, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-fetch/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "integer",
[chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests: ../../_temp/test-application/tests/propagation.test.ts#L64
1) [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14395482112, + }, + "app.memory": Object { + "type": "integer", + "value": 370360320, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T04:03:33.411Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 50146, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T03:57:39.209Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14395482112, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766410752, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": "localhost:3030", + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-http/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "in
Playwright bundle_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright esm (4/4) Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_replay_buffer Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_replay_buffer Tests
The operation was canceled.
PW loader_eager Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_eager Tests
The operation was canceled.
Playwright esm (2/4) Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright esm (2/4) Tests
The operation was canceled.
Playwright bundle_tracing_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_logs_metrics Tests
The operation was canceled.
PW loader_debug Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_debug Tests
The operation was canceled.
Playwright bundle_min Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_min Tests
The operation was canceled.
PW loader_tracing Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_tracing Tests
The operation was canceled.
Playwright bundle_tracing_replay_feedback Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay_feedback Tests
The operation was canceled.
PW loader_tracing_replay Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_replay_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_tracing_replay Tests
The operation was canceled.
Playwright bundle_replay_logs_metrics Tests
The operation was canceled.
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
The operation was canceled.
Playwright bundle Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle Tests
The operation was canceled.
Playwright esm (3/4) Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright esm (3/4) Tests
The operation was canceled.
Playwright bundle_tracing_replay Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_tracing_replay Tests
The operation was canceled.
Playwright esm (1/4) Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright esm (1/4) Tests
The operation was canceled.
Playwright bundle_replay Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Playwright bundle_replay Tests
The operation was canceled.
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_base Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_base Tests
The operation was canceled.
Size Check
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Size Check
The operation was canceled.
PW loader_replay Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
PW loader_replay Tests
The operation was canceled.
Cloudflare Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Cloudflare Integration Tests
The operation was canceled.
Node (20.19) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (20.19) Integration Tests
The operation was canceled.
Node (24) (TS 5.0) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (24) (TS 5.0) Integration Tests
The operation was canceled.
Node (26) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (26) Integration Tests
The operation was canceled.
Node (24) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (24) Integration Tests
The operation was canceled.
Node (22) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (22) Integration Tests
The operation was canceled.
Node (22) Unit Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (22) Unit Tests
The operation was canceled.
Node (24) Unit Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (24) Unit Tests
The operation was canceled.
Node (20.19) Unit Tests
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
Node (20.19) Unit Tests
The operation was canceled.
E2E vue-3 (no Options API) Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/soft-navigation-web-vitals.test.ts:7:1 β€Ί attributes soft navigation web vitals to the navigation span they were measured on: ../../_temp/test-application/tests/soft-navigation-web-vitals.test.ts#L0
1) [chromium] β€Ί tests/soft-navigation-web-vitals.test.ts:7:1 β€Ί attributes soft navigation web vitals to the navigation span they were measured on Test timeout of 30000ms exceeded.
E2E react-send-to-sentry Test (optional)
Process completed with exit code 1.
All required jobs passed or were skipped
Process completed with exit code 1.
CI: Build & Test
Canceling since a higher priority waiting request for CI: Build & Test-test/consolidate-deno-e2e-apps exists
🎭 Playwright Run Summary
1 skipped 19 passed (2.1s)
🎭 Playwright Run Summary
2 passed (5.2s)
🎭 Playwright Run Summary
4 passed (4.5s)
🎭 Playwright Run Summary
1 passed (6.0s)
🎭 Playwright Run Summary
15 passed (9.4s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
2 passed (1.9s)
🎭 Playwright Run Summary
4 passed (8.6s)
🎭 Playwright Run Summary
1 skipped 19 passed (8.7s)
🎭 Playwright Run Summary
16 passed (10.5s)
🎭 Playwright Run Summary
9 passed (3.6s)
🎭 Playwright Run Summary
9 passed (3.6s)
🎭 Playwright Run Summary
11 passed (11.2s)
🎭 Playwright Run Summary
5 passed (10.7s)
🎭 Playwright Run Summary
6 passed (12.4s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
11 skipped 2 passed (3.7s)
🎭 Playwright Run Summary
5 passed (6.8s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
12 passed (11.5s)
🎭 Playwright Run Summary
12 passed (9.6s)
🎭 Playwright Run Summary
2 skipped 14 passed (16.9s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
7 passed (6.9s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ─────── [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ──── [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ───────────────────────────────── [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ───────────────────────────── 7 passed (13.8s)
🎭 Playwright Run Summary
1 skipped 73 passed (14.5s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
16 passed (17.9s)
🎭 Playwright Run Summary
2 passed (4.0s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
1 passed (2.9s)
🎭 Playwright Run Summary
19 passed (13.2s)
🎭 Playwright Run Summary
5 passed (13.1s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.8s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.8s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.6s)
🎭 Playwright Run Summary
7 passed (11.2s)
🎭 Playwright Run Summary
5 passed (12.8s)
🎭 Playwright Run Summary
3 passed (6.9s)
🎭 Playwright Run Summary
23 passed (24.0s)
🎭 Playwright Run Summary
25 passed (23.0s)
🎭 Playwright Run Summary
5 passed (7.0s)
🎭 Playwright Run Summary
8 passed (8.3s)
🎭 Playwright Run Summary
5 passed (8.2s)
🎭 Playwright Run Summary
4 passed (3.5s)
🎭 Playwright Run Summary
7 passed (18.3s)
🎭 Playwright Run Summary
12 passed (6.7s)
🎭 Playwright Run Summary
9 passed (15.4s)
🎭 Playwright Run Summary
3 passed (6.6s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
4 passed (3.3s)
🎭 Playwright Run Summary
4 passed (7.0s)
🎭 Playwright Run Summary
1 passed (6.2s)
🎭 Playwright Run Summary
17 passed (30.9s)
🎭 Playwright Run Summary
2 passed (13.8s)
🎭 Playwright Run Summary
5 passed (11.5s)
🎭 Playwright Run Summary
2 passed (4.7s)
🎭 Playwright Run Summary
1 skipped 16 passed (32.6s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ─────── [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ──── [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ───────────────────────────────── [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ───────────────────────────── 7 passed (11.6s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
8 skipped 4 passed (10.3s)
🎭 Playwright Run Summary
7 passed (3.3s)
🎭 Playwright Run Summary
2 passed (32.9s)
🎭 Playwright Run Summary
4 passed (12.0s)
🎭 Playwright Run Summary
8 passed (9.9s)
🎭 Playwright Run Summary
8 passed (5.6s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
23 passed (17.2s)
🎭 Playwright Run Summary
4 passed (3.4s)
🎭 Playwright Run Summary
5 passed (13.5s)
🎭 Playwright Run Summary
6 passed (13.1s)
🎭 Playwright Run Summary
9 passed (10.3s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
10 passed (18.9s)
🎭 Playwright Run Summary
3 passed (5.7s)
🎭 Playwright Run Summary
23 passed (14.6s)
🎭 Playwright Run Summary
9 passed (12.6s)
🎭 Playwright Run Summary
11 passed (20.7s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.1s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
1 passed (4.8s)
🎭 Playwright Run Summary
2 skipped 7 passed (33.2s)
🎭 Playwright Run Summary
10 passed (3.9s)
🎭 Playwright Run Summary
10 passed (4.0s)
🎭 Playwright Run Summary
12 passed (33.2s)
🎭 Playwright Run Summary
10 passed (12.9s)
🎭 Playwright Run Summary
11 passed (21.0s)
🎭 Playwright Run Summary
1 skipped 12 passed (28.1s)
🎭 Playwright Run Summary
30 passed (33.3s)
🎭 Playwright Run Summary
16 passed (10.2s)
🎭 Playwright Run Summary
13 passed (43.3s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
22 passed (35.6s)
🎭 Playwright Run Summary
14 passed (33.1s)
🎭 Playwright Run Summary
10 passed (33.1s)
🎭 Playwright Run Summary
1 skipped 10 passed (13.9s)
🎭 Playwright Run Summary
11 passed (14.6s)
🎭 Playwright Run Summary
2 passed (28.7s)
🎭 Playwright Run Summary
13 passed (34.9s)
🎭 Playwright Run Summary
1 skipped 73 passed (14.6s)
🎭 Playwright Run Summary
7 passed (5.7s)
🎭 Playwright Run Summary
4 passed (33.5s)
🎭 Playwright Run Summary
6 passed (44.6s)
🎭 Playwright Run Summary
13 passed (43.4s)
🎭 Playwright Run Summary
2 passed (32.2s)
🎭 Playwright Run Summary
10 passed (40.0s)
🎭 Playwright Run Summary
12 passed (41.0s)
🎭 Playwright Run Summary
22 passed (18.2s)
🎭 Playwright Run Summary
3 passed (17.2s)
🎭 Playwright Run Summary
3 passed (11.7s)
🎭 Playwright Run Summary
5 passed (11.8s)
🎭 Playwright Run Summary
16 passed (20.4s)
🎭 Playwright Run Summary
3 skipped 17 passed (8.2s)
🎭 Playwright Run Summary
6 passed (35.9s)
🎭 Playwright Run Summary
13 passed (43.4s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.7s)
🎭 Playwright Run Summary
2 skipped 10 passed (17.3s)
🎭 Playwright Run Summary
5 passed (12.4s)
🎭 Playwright Run Summary
11 passed (38.8s)
🎭 Playwright Run Summary
5 passed (13.0s)
🎭 Playwright Run Summary
13 passed (30.6s)
🎭 Playwright Run Summary
4 passed (3.5s)
🎭 Playwright Run Summary
9 passed (12.3s)
🎭 Playwright Run Summary
11 passed (9.7s)
🎭 Playwright Run Summary
3 passed (20.9s)
🎭 Playwright Run Summary
3 passed (13.9s)
🎭 Playwright Run Summary
15 passed (17.7s)
🎭 Playwright Run Summary
6 passed (13.5s)
🎭 Playwright Run Summary
3 passed (4.3s)
🎭 Playwright Run Summary
25 passed (51.2s)
🎭 Playwright Run Summary
30 passed (34.9s)
🎭 Playwright Run Summary
53 passed (38.2s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
22 passed (45.9s)
🎭 Playwright Run Summary
2 passed (18.7s)
🎭 Playwright Run Summary
15 passed (42.4s)
🎭 Playwright Run Summary
5 passed (14.7s)
🎭 Playwright Run Summary
3 passed (16.8s)
🎭 Playwright Run Summary
3 passed (10.4s)
🎭 Playwright Run Summary
9 passed (37.5s)
🎭 Playwright Run Summary
21 skipped 2 passed (6.0s)
🎭 Playwright Run Summary
12 passed (16.9s)
🎭 Playwright Run Summary
12 passed (18.2s)
🎭 Playwright Run Summary
10 passed (29.9s)
🎭 Playwright Run Summary
25 passed (56.8s)
🎭 Playwright Run Summary
16 skipped 12 passed (23.6s)
🎭 Playwright Run Summary
17 passed (1.0m)
🎭 Playwright Run Summary
11 passed (21.1s)
🎭 Playwright Run Summary
3 passed (19.2s)
🎭 Playwright Run Summary
3 passed (12.1s)
🎭 Playwright Run Summary
9 passed (13.6s)
🎭 Playwright Run Summary
3 passed (23.7s)
🎭 Playwright Run Summary
3 passed (3.0s)
🎭 Playwright Run Summary
13 passed (38.9s)
🎭 Playwright Run Summary
22 passed (48.7s)
🎭 Playwright Run Summary
22 passed (45.8s)
🎭 Playwright Run Summary
12 passed (40.4s)
🎭 Playwright Run Summary
12 passed (40.9s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.9s)
🎭 Playwright Run Summary
4 passed (12.5s)
🎭 Playwright Run Summary
2 passed (20.0s)
🎭 Playwright Run Summary
15 passed (50.5s)
🎭 Playwright Run Summary
40 passed (35.7s)
🎭 Playwright Run Summary
22 passed (47.6s)
🎭 Playwright Run Summary
4 passed (20.4s)
🎭 Playwright Run Summary
4 passed (11.9s)
🎭 Playwright Run Summary
2 passed (17.5s)
🎭 Playwright Run Summary
13 passed (35.1s)
🎭 Playwright Run Summary
15 passed (1.2m)
🎭 Playwright Run Summary
40 passed (35.2s)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί tests/soft-navigation-web-vitals.test.ts:7:1 β€Ί attributes soft navigation web vitals to the navigation span they were measured on 12 passed (52.3s)
🎭 Playwright Run Summary
4 passed (12.7s)
🎭 Playwright Run Summary
4 skipped 50 passed (46.2s)
🎭 Playwright Run Summary
10 passed (10.8s)
🎭 Playwright Run Summary
1 skipped 11 passed (27.0s)
🎭 Playwright Run Summary
12 passed (9.6s)
🎭 Playwright Run Summary
12 passed (20.8s)
🎭 Playwright Run Summary
10 passed (56.8s)
🎭 Playwright Run Summary
12 passed (36.7s)
🎭 Playwright Run Summary
12 passed (41.8s)
🎭 Playwright Run Summary
3 passed (21.4s)
🎭 Playwright Run Summary
3 passed (12.6s)
🎭 Playwright Run Summary
9 passed (20.3s)
🎭 Playwright Run Summary
9 passed (7.7s)
🎭 Playwright Run Summary
6 skipped 7 passed (34.7s)
🎭 Playwright Run Summary
13 passed (19.0s)
🎭 Playwright Run Summary
11 passed (38.2s)
🎭 Playwright Run Summary
17 passed (1.0m)
🎭 Playwright Run Summary
9 passed (13.5s)
🎭 Playwright Run Summary
4 passed (13.7s)
🎭 Playwright Run Summary
13 passed (39.7s)
🎭 Playwright Run Summary
3 passed (40.4s)
🎭 Playwright Run Summary
5 passed (38.1s)
🎭 Playwright Run Summary
5 passed (12.7s)
🎭 Playwright Run Summary
2 passed (30.7s)
🎭 Playwright Run Summary
15 passed (29.1s)
🎭 Playwright Run Summary
3 passed (40.5s)
🎭 Playwright Run Summary
3 passed (8.0s)
🎭 Playwright Run Summary
10 passed (22.0s)
🎭 Playwright Run Summary
10 passed (13.3s)
🎭 Playwright Run Summary
4 passed (20.5s)
🎭 Playwright Run Summary
4 passed (11.6s)
🎭 Playwright Run Summary
2 passed (18.0s)
🎭 Playwright Run Summary
18 passed (1.0m)
🎭 Playwright Run Summary
3 passed (39.1s)
🎭 Playwright Run Summary
3 passed (12.7s)
🎭 Playwright Run Summary
2 passed (19.2s)
🎭 Playwright Run Summary
2 skipped 21 passed (38.1s)
🎭 Playwright Run Summary
8 passed (17.9s)
🎭 Playwright Run Summary
4 skipped 12 passed (30.2s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.0s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
10 passed (6.4s)
🎭 Playwright Run Summary
10 passed (40.7s)
🎭 Playwright Run Summary
9 passed (34.7s)
🎭 Playwright Run Summary
4 skipped 12 passed (27.3s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.3s)
🎭 Playwright Run Summary
4 passed (37.6s)
🎭 Playwright Run Summary
4 passed (11.0s)
🎭 Playwright Run Summary
13 passed (37.1s)
🎭 Playwright Run Summary
16 skipped 12 passed (27.5s)
🎭 Playwright Run Summary
13 passed (47.3s)
🎭 Playwright Run Summary
13 passed (16.0s)
🎭 Playwright Run Summary
9 passed (57.3s)
🎭 Playwright Run Summary
9 passed (8.4s)
🎭 Playwright Run Summary
2 passed (18.7s)
🎭 Playwright Run Summary
11 passed (48.3s)
🎭 Playwright Run Summary
13 passed (52.1s)
🎭 Playwright Run Summary
13 passed (14.6s)
🎭 Playwright Run Summary
2 passed (16.9s)
🎭 Playwright Run Summary
13 passed (34.6s)
🎭 Playwright Run Summary
1 skipped 11 passed (1.0m)
🎭 Playwright Run Summary
12 passed (9.8s)
🎭 Playwright Run Summary
2 passed (16.6s)
🎭 Playwright Run Summary
18 passed (1.1m)
🎭 Playwright Run Summary
2 passed (20.3s)
🎭 Playwright Run Summary
2 skipped 21 passed (47.2s)
🎭 Playwright Run Summary
13 passed (51.8s)
🎭 Playwright Run Summary
13 passed (16.1s)
🎭 Playwright Run Summary
4 skipped 30 passed (58.2s)
🎭 Playwright Run Summary
2 skipped 32 passed (1.2m)
🎭 Playwright Run Summary
6 skipped 7 passed (50.8s)
🎭 Playwright Run Summary
13 passed (18.3s)
🎭 Playwright Run Summary
5 skipped 30 passed (1.3m)
🎭 Playwright Run Summary
5 skipped 30 passed (49.6s)
🎭 Playwright Run Summary
1 skipped 5 passed (30.4s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 5 passed (27.7s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
66 passed (2.2m)
🎭 Playwright Run Summary
1 skipped 5 passed (30.3s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
44 passed (2.6m)
🎭 Playwright Run Summary
1 skipped 5 passed (27.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
1 skipped 5 passed (31.2s)
🎭 Playwright Run Summary
66 passed (2.2m)
🎭 Playwright Run Summary
15 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
16 skipped 32 passed (1.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
16 skipped 32 passed (1.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
5 skipped 30 passed (2.3m)
🎭 Playwright Run Summary
4 skipped 31 passed (50.0s)
🎭 Playwright Run Summary
5 skipped 30 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 31 passed (50.1s)
🎭 Playwright Run Summary
16 skipped 32 passed (2.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
13 skipped 35 passed (3.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
4 passed (24.7s)