Skip to content

Nh/unify request attribute extraction #45314

Nh/unify request attribute extraction

Nh/unify request attribute extraction #45314

Triggered via pull request April 3, 2026 10:36
Status Failure
Total duration 19m 54s
Artifacts 40

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
7s
job_get_metadata / Get Metadata
Check lockfile
3m 7s
Check lockfile
Check file formatting
41s
Check file formatting
Check PR branches
3s
Check PR branches
Prepare E2E tests
2m 46s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 6s
Size Check
Lint
50s
Lint
Circular Dependency Check
1m 34s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
4m 29s
Browser Unit Tests
Bun Unit Tests
43s
Bun Unit Tests
Deno Unit Tests
1m 5s
Deno Unit Tests
Cloudflare Integration Tests
1m 6s
Cloudflare Integration Tests
Node Overhead Check
3m 29s
Node Overhead Check
Check for faulty .d.ts files
46s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_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

70 errors and 930 warnings
Lint
Process completed with exit code 1.
eslint(max-lines): packages/core/src/tracing/ai/utils.ts#L473
File has too many lines (320).
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node-core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node-core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node-core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node-core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/core/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Browser Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/replay-internal/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Browser Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/react/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Browser Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (24) Integration Tests
Process completed with exit code 1.
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "b3a7bd299bb16e53", + "span_id": "6cd38954de94ef66", + "start_timestamp": 1775213149.212, "status": "ok", + "timestamp": 1775213149.3073068, + "trace_id": "1308ee762ec6994c828efb7e1481a971", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33837, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33837, + "url": "http://localhost:33837/openai/chat/completions", + "url.full": "http://localhost:33837/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:33837/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6cd38954de94ef66", + "span_id": "12840a3b8f8bf379", + "start_timestamp": 1775213149.249, + "status": "ok", + "timestamp": 1775213149.3032808, + "trace_id": "1308ee762ec6994c828efb7e1481a971", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "b3a7bd299bb16e53", + "span_id": "d7984936f0862edd", + "start_timestamp": 1775213149.308, "status": "ok", + "timestamp": 1775213149.326118, + "trace_id": "1308ee762ec6994c828efb7e1481a971", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33837, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33837, + "url": "http://localhost:33837/openai/responses", + "url.full": "http://localhost:33837/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:33837/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d7984936f08
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4f3854aad836e3fe", + "span_id": "07a06d17f6c2204a", + "start_timestamp": 1775213145.79, "status": "ok", + "timestamp": 1775213145.8583832, + "trace_id": "69c7c5fd9e8f165e423b936a73f4555e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43465, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43465, + "url": "http://localhost:43465/openai/chat/completions", + "url.full": "http://localhost:43465/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:43465/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "07a06d17f6c2204a", + "span_id": "fc369868cdd926ff", + "start_timestamp": 1775213145.803, + "status": "ok", + "timestamp": 1775213145.8534195, + "trace_id": "69c7c5fd9e8f165e423b936a73f4555e", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4f3854aad836e3fe", + "span_id": "21e863a6b175d618", + "start_timestamp": 1775213145.858, "status": "ok", + "timestamp": 1775213145.8759675, + "trace_id": "69c7c5fd9e8f165e423b936a73f4555e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43465, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43465, + "url": "http://localhost:43465/openai/responses", + "url.full": "http://localhost:43465/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:43465/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "21e863a6b17
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "26c28be6239393cf", + "span_id": "5517275f62b35f19", + "start_timestamp": 1775213139.971, "status": "ok", + "timestamp": 1775213140.0808253, + "trace_id": "62aa20cf532e6c24b93493115eab2569", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40785, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40785, + "url": "http://localhost:40785/openai/chat/completions", + "url.full": "http://localhost:40785/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:40785/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "5517275f62b35f19", + "span_id": "432b202e418d0db6", + "start_timestamp": 1775213140.008, + "status": "ok", + "timestamp": 1775213140.0764356, + "trace_id": "62aa20cf532e6c24b93493115eab2569", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "26c28be6239393cf", + "span_id": "d76c7aed980cd91a", + "start_timestamp": 1775213140.081, "status": "ok", + "timestamp": 1775213140.1039026, + "trace_id": "62aa20cf532e6c24b93493115eab2569", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40785, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40785, + "url": "http://localhost:40785/openai/responses", + "url.full": "http://localhost:40785/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:40785/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d76c7aed980cd91a", + "span_id": "a5d0c7e0be8e8672", + "start_timestamp": 1775213140.084, + "status": "ok", + "timestamp": 1775213140.1031682, + "trace_id": "6
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d6befaf2b02b6486", + "span_id": "1d6aed0788b21ae7", + "start_timestamp": 1775213136.154, "status": "ok", + "timestamp": 1775213136.2211707, + "trace_id": "f78fab2211ad10acaf8276934480f5f5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41041, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41041, + "url": "http://localhost:41041/openai/chat/completions", + "url.full": "http://localhost:41041/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41041/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "1d6aed0788b21ae7", + "span_id": "8d6e01486c036e47", + "start_timestamp": 1775213136.164, + "status": "ok", + "timestamp": 1775213136.2163467, + "trace_id": "f78fab2211ad10acaf8276934480f5f5", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d6befaf2b02b6486", + "span_id": "44816d2f3907f58b", + "start_timestamp": 1775213136.221, "status": "ok", + "timestamp": 1775213136.2358878, + "trace_id": "f78fab2211ad10acaf8276934480f5f5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41041, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41041, + "url": "http://localhost:41041/openai/responses", + "url.full": "http://localhost:41041/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41041/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "44816d2f3907f58b", + "span_id": "15f34444f30e4d79", + "start_timestamp": 1775213136.223, + "status": "ok", + "timestamp": 1775213136.235005, + "trace_id": "f7
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d6b75f701cd32fe4", + "span_id": "be5151ce497e3712", + "start_timestamp": 1775213088.937, "status": "ok", + "timestamp": 1775213089.029942, + "trace_id": "a3f816d3258d713529deab5fb7a0c377", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39857, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39857, + "url": "http://localhost:39857/openai/chat/completions", + "url.full": "http://localhost:39857/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39857/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "be5151ce497e3712", + "span_id": "88d28251f7019559", + "start_timestamp": 1775213088.97, + "status": "ok", + "timestamp": 1775213089.0244281, + "trace_id": "a3f816d3258d713529deab5fb7a0c377", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d6b75f701cd32fe4", + "span_id": "7734e84becbacc84", + "start_timestamp": 1775213089.031, "status": "ok", + "timestamp": 1775213089.0514488, + "trace_id": "a3f816d3258d713529deab5fb7a0c377", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39857, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39857, + "url": "http://localhost:39857/openai/responses", + "url.full": "http://localhost:39857/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39857/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7734e84bec
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "e280558ca62f7ac3", + "span_id": "7b0d72767848bdf8", + "start_timestamp": 1775213085.46, "status": "ok", + "timestamp": 1775213085.541362, + "trace_id": "66f20644d2ea6024449ed1e18e898a31", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42921, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42921, + "url": "http://localhost:42921/openai/chat/completions", + "url.full": "http://localhost:42921/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:42921/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7b0d72767848bdf8", + "span_id": "257c9b133b05db42", + "start_timestamp": 1775213085.477, + "status": "ok", + "timestamp": 1775213085.538497, + "trace_id": "66f20644d2ea6024449ed1e18e898a31", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "e280558ca62f7ac3", + "span_id": "6a3183af58eb0db6", + "start_timestamp": 1775213085.542, "status": "ok", + "timestamp": 1775213085.5609503, + "trace_id": "66f20644d2ea6024449ed1e18e898a31", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42921, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42921, + "url": "http://localhost:42921/openai/responses", + "url.full": "http://localhost:42921/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:42921/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6a3183af58e
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "1e2054f0556fa44a", + "span_id": "2fddaf640fa2e693", + "start_timestamp": 1775213081.527, "status": "ok", + "timestamp": 1775213081.5997133, + "trace_id": "92b7f1b3aab498da7b793c865ef6e51e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37747, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37747, + "url": "http://localhost:37747/openai/chat/completions", + "url.full": "http://localhost:37747/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:37747/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "2fddaf640fa2e693", + "span_id": "ecce55ef61f3aa7a", + "start_timestamp": 1775213081.554, + "status": "ok", + "timestamp": 1775213081.596713, + "trace_id": "92b7f1b3aab498da7b793c865ef6e51e", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "1e2054f0556fa44a", + "span_id": "39b6ba176e00e2fa", + "start_timestamp": 1775213081.6, "status": "ok", + "timestamp": 1775213081.617899, + "trace_id": "92b7f1b3aab498da7b793c865ef6e51e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37747, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37747, + "url": "http://localhost:37747/openai/responses", + "url.full": "http://localhost:37747/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:37747/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "39b6ba176e00e2fa", + "span_id": "655fc2ddfc2b1916", + "start_timestamp": 1775213081.603, + "status": "ok", + "timestamp": 1775213081.617455, + "trace_id": "92b7
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "515b1a3b708ddaf9", + "span_id": "aedfbe04967ee0d8", + "start_timestamp": 1775213077.77, "status": "ok", + "timestamp": 1775213077.8538458, + "trace_id": "41e340c062f148a7e8dc5797561bd3b8", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41577, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41577, + "url": "http://localhost:41577/openai/chat/completions", + "url.full": "http://localhost:41577/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:41577/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "aedfbe04967ee0d8", + "span_id": "6510cf565d7d045b", + "start_timestamp": 1775213077.787, + "status": "ok", + "timestamp": 1775213077.849107, + "trace_id": "41e340c062f148a7e8dc5797561bd3b8", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "515b1a3b708ddaf9", + "span_id": "aac32b7a1ae5ac80", + "start_timestamp": 1775213077.854, "status": "ok", + "timestamp": 1775213077.8667538, + "trace_id": "41e340c062f148a7e8dc5797561bd3b8", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41577, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41577, + "url": "http://localhost:41577/openai/responses", + "url.full": "http://localhost:41577/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:41577/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "aac32b7a1ae5ac80", + "span_id": "f048525ff34c5e30", + "start_timestamp": 1775213077.856, + "status": "ok", + "timestamp": 1775213077.8657763, + "trace_id": "4
Node (22) Integration Tests
Process completed with exit code 1.
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "c631c647476b5f04", + "span_id": "3e2b0972223fda29", + "start_timestamp": 1775213151.121, "status": "ok", + "timestamp": 1775213151.1950052, + "trace_id": "0336d7040b91569fede3efca887b34dc", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45369, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45369, + "url": "http://localhost:45369/openai/chat/completions", + "url.full": "http://localhost:45369/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:45369/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "3e2b0972223fda29", + "span_id": "282624b8b6d502b3", + "start_timestamp": 1775213151.144, + "status": "ok", + "timestamp": 1775213151.1908867, + "trace_id": "0336d7040b91569fede3efca887b34dc", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "c631c647476b5f04", + "span_id": "7af248b07d4fab89", + "start_timestamp": 1775213151.195, "status": "ok", + "timestamp": 1775213151.2123134, + "trace_id": "0336d7040b91569fede3efca887b34dc", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45369, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45369, + "url": "http://localhost:45369/openai/responses", + "url.full": "http://localhost:45369/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:45369/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7af248b07d
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "bcec99b81a05b61b", + "span_id": "127bb1462291f0d5", + "start_timestamp": 1775213147.588, "status": "ok", + "timestamp": 1775213147.6534185, + "trace_id": "59677bffcd60cd1c631077ee5bcc3deb", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43473, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43473, + "url": "http://localhost:43473/openai/chat/completions", + "url.full": "http://localhost:43473/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:43473/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "127bb1462291f0d5", + "span_id": "5aa3dbbee3e6d19b", + "start_timestamp": 1775213147.604, + "status": "ok", + "timestamp": 1775213147.6502292, + "trace_id": "59677bffcd60cd1c631077ee5bcc3deb", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "bcec99b81a05b61b", + "span_id": "f5bed09c1f89d74f", + "start_timestamp": 1775213147.654, "status": "ok", + "timestamp": 1775213147.6687007, + "trace_id": "59677bffcd60cd1c631077ee5bcc3deb", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43473, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43473, + "url": "http://localhost:43473/openai/responses", + "url.full": "http://localhost:43473/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:43473/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f5bed09c1f
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4a5900216eb45400", + "span_id": "af2ca32ead064f84", + "start_timestamp": 1775213142.347, "status": "ok", + "timestamp": 1775213142.4783847, + "trace_id": "fe3ebbb52725076ff7647a5c6d919b7b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42951, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42951, + "url": "http://localhost:42951/openai/chat/completions", + "url.full": "http://localhost:42951/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42951/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "af2ca32ead064f84", + "span_id": "af2791509e0b9dce", + "start_timestamp": 1775213142.391, + "status": "ok", + "timestamp": 1775213142.4727561, + "trace_id": "fe3ebbb52725076ff7647a5c6d919b7b", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4a5900216eb45400", + "span_id": "075df50f00f55c19", + "start_timestamp": 1775213142.478, "status": "ok", + "timestamp": 1775213142.4967723, + "trace_id": "fe3ebbb52725076ff7647a5c6d919b7b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42951, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42951, + "url": "http://localhost:42951/openai/responses", + "url.full": "http://localhost:42951/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42951/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "075df50f00f55c19", + "span_id": "db77f6034d9d1a41", + "start_timestamp": 1775213142.481, + "status": "ok", + "timestamp": 1775213142.4960399, + "trace_id": "f
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "25e913f7bc511b55", + "span_id": "4a7aea8897fef58d", + "start_timestamp": 1775213138.69, "status": "ok", + "timestamp": 1775213138.805234, + "trace_id": "2cc8bb6aee0372fd66d651483c53bf69", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41107, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41107, + "url": "http://localhost:41107/openai/chat/completions", + "url.full": "http://localhost:41107/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41107/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4a7aea8897fef58d", + "span_id": "858ccfa5dc0e94c0", + "start_timestamp": 1775213138.707, + "status": "ok", + "timestamp": 1775213138.8007808, + "trace_id": "2cc8bb6aee0372fd66d651483c53bf69", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "25e913f7bc511b55", + "span_id": "d498e8979a8a3352", + "start_timestamp": 1775213138.806, "status": "ok", + "timestamp": 1775213138.8233979, + "trace_id": "2cc8bb6aee0372fd66d651483c53bf69", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41107, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41107, + "url": "http://localhost:41107/openai/responses", + "url.full": "http://localhost:41107/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41107/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d498e8979a8a3352", + "span_id": "7a385be67ba63d80", + "start_timestamp": 1775213138.81, + "status": "ok", + "timestamp": 1775213138.8224156, + "trace_id": "2cc8
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "aecd8a0cd6265287", + "span_id": "2459d2a13814403c", + "start_timestamp": 1775213088.801, "status": "ok", + "timestamp": 1775213088.898082, + "trace_id": "040dd6f99f810c9b1467451f06770b1b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34525, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34525, + "url": "http://localhost:34525/openai/chat/completions", + "url.full": "http://localhost:34525/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:34525/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "2459d2a13814403c", + "span_id": "71b3b0f185557799", + "start_timestamp": 1775213088.838, + "status": "ok", + "timestamp": 1775213088.8931394, + "trace_id": "040dd6f99f810c9b1467451f06770b1b", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "aecd8a0cd6265287", + "span_id": "084af5f009d4fa6b", + "start_timestamp": 1775213088.898, "status": "ok", + "timestamp": 1775213088.918446, + "trace_id": "040dd6f99f810c9b1467451f06770b1b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34525, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34525, + "url": "http://localhost:34525/openai/responses", + "url.full": "http://localhost:34525/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:34525/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "084af5f009
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "cdb9e117dfaf17d1", + "span_id": "706375913ae6f821", + "start_timestamp": 1775213084.967, "status": "ok", + "timestamp": 1775213085.0616596, + "trace_id": "ff34cbda199bf072b82400bd4b01dbd5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 44251, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 44251, + "url": "http://localhost:44251/openai/chat/completions", + "url.full": "http://localhost:44251/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:44251/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "706375913ae6f821", + "span_id": "7a2dd4c71ce9a3c2", + "start_timestamp": 1775213084.988, + "status": "ok", + "timestamp": 1775213085.0565305, + "trace_id": "ff34cbda199bf072b82400bd4b01dbd5", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "cdb9e117dfaf17d1", + "span_id": "0f584c881d84ca85", + "start_timestamp": 1775213085.062, "status": "ok", + "timestamp": 1775213085.0819602, + "trace_id": "ff34cbda199bf072b82400bd4b01dbd5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 44251, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 44251, + "url": "http://localhost:44251/openai/responses", + "url.full": "http://localhost:44251/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:44251/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0f584c88
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "b49a5d174474b70f", + "span_id": "4d3929c893fae8ab", + "start_timestamp": 1775213080.907, "status": "ok", + "timestamp": 1775213081.0091233, + "trace_id": "62f0ed240decfa567bddcc29d4a37545", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 32965, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 32965, + "url": "http://localhost:32965/openai/chat/completions", + "url.full": "http://localhost:32965/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:32965/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4d3929c893fae8ab", + "span_id": "78791a4257147fc9", + "start_timestamp": 1775213080.941, + "status": "ok", + "timestamp": 1775213081.0046213, + "trace_id": "62f0ed240decfa567bddcc29d4a37545", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "b49a5d174474b70f", + "span_id": "e11256a198ae320e", + "start_timestamp": 1775213081.01, "status": "ok", + "timestamp": 1775213081.0283558, + "trace_id": "62f0ed240decfa567bddcc29d4a37545", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 32965, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 32965, + "url": "http://localhost:32965/openai/responses", + "url.full": "http://localhost:32965/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:32965/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e11256a198ae320e", + "span_id": "d0b210255dd10da1", + "start_timestamp": 1775213081.012, + "status": "ok", + "timestamp": 1775213081.026701, + "trace_id": "6
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "20f08f23bf51c2ef", + "span_id": "ceadbf1f68d3c9cf", + "start_timestamp": 1775213077.155, "status": "ok", + "timestamp": 1775213077.2153976, + "trace_id": "e1e8c2fc1b5c848bcc3c0a6d2ae5e7fb", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39795, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39795, + "url": "http://localhost:39795/openai/chat/completions", + "url.full": "http://localhost:39795/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39795/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "ceadbf1f68d3c9cf", + "span_id": "03d726c7f3863ef6", + "start_timestamp": 1775213077.165, + "status": "ok", + "timestamp": 1775213077.2116823, + "trace_id": "e1e8c2fc1b5c848bcc3c0a6d2ae5e7fb", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "20f08f23bf51c2ef", + "span_id": "919b1c8ab9435085", + "start_timestamp": 1775213077.215, "status": "ok", + "timestamp": 1775213077.2245147, + "trace_id": "e1e8c2fc1b5c848bcc3c0a6d2ae5e7fb", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39795, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39795, + "url": "http://localhost:39795/openai/responses", + "url.full": "http://localhost:39795/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39795/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "919b1c8ab9435085", + "span_id": "984a5a477eadea14", + "start_timestamp": 1775213077.217, + "status": "ok", + "timestamp": 1775213077.2241194, + "trace_id":
Node (18) Integration Tests
Process completed with exit code 1.
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "674264cfef510269", + "span_id": "da324da4e99999ce", + "start_timestamp": 1775213162.621, "status": "ok", + "timestamp": 1775213162.708007, + "trace_id": "6764ff18ff71e8ee15b28f1bd5f6627e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42969, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42969, + "url": "http://localhost:42969/openai/chat/completions", + "url.full": "http://localhost:42969/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42969/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "da324da4e99999ce", + "span_id": "c466201f82a827a1", + "start_timestamp": 1775213162.652, + "status": "ok", + "timestamp": 1775213162.6973336, + "trace_id": "6764ff18ff71e8ee15b28f1bd5f6627e", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "674264cfef510269", + "span_id": "ac5a27c831a3af9a", + "start_timestamp": 1775213162.708, "status": "ok", + "timestamp": 1775213162.7285345, + "trace_id": "6764ff18ff71e8ee15b28f1bd5f6627e", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42969, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42969, + "url": "http://localhost:42969/openai/responses", + "url.full": "http://localhost:42969/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42969/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "ac5a27c831a
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "80bd39c833795239", + "span_id": "fefeb43074c13eae", + "start_timestamp": 1775213159.01, "status": "ok", + "timestamp": 1775213159.0894012, + "trace_id": "9e2caff5c27708de7a60504c68d055a1", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46059, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46059, + "url": "http://localhost:46059/openai/chat/completions", + "url.full": "http://localhost:46059/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:46059/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "fefeb43074c13eae", + "span_id": "2342fac617a93d2b", + "start_timestamp": 1775213159.037, + "status": "ok", + "timestamp": 1775213159.0783331, + "trace_id": "9e2caff5c27708de7a60504c68d055a1", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "80bd39c833795239", + "span_id": "d059b59fcda80df4", + "start_timestamp": 1775213159.089, "status": "ok", + "timestamp": 1775213159.1156046, + "trace_id": "9e2caff5c27708de7a60504c68d055a1", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46059, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46059, + "url": "http://localhost:46059/openai/responses", + "url.full": "http://localhost:46059/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:46059/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d059b59fcda
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "49989f657e8f82ee", + "span_id": "4f6e93e32476bc70", + "start_timestamp": 1775213153.016, "status": "ok", + "timestamp": 1775213153.122956, + "trace_id": "67bc036bd45eb39abad018126b95e80a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35341, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35341, + "url": "http://localhost:35341/openai/chat/completions", + "url.full": "http://localhost:35341/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:35341/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4f6e93e32476bc70", + "span_id": "e678bc43f6795055", + "start_timestamp": 1775213153.047, + "status": "ok", + "timestamp": 1775213153.1113544, + "trace_id": "67bc036bd45eb39abad018126b95e80a", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "49989f657e8f82ee", + "span_id": "f314e0c4863d552f", + "start_timestamp": 1775213153.123, "status": "ok", + "timestamp": 1775213153.1462717, + "trace_id": "67bc036bd45eb39abad018126b95e80a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35341, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35341, + "url": "http://localhost:35341/openai/responses", + "url.full": "http://localhost:35341/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:35341/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f314e0c4863d552f", + "span_id": "1a5718314a811ea1", + "start_timestamp": 1775213153.126, + "status": "ok", + "timestamp": 1775213153.1437461, + "trace_id": "67
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d04f6807c01a2936", + "span_id": "3fe9c1529f3580ea", + "start_timestamp": 1775213149.126, "status": "ok", + "timestamp": 1775213149.2382996, + "trace_id": "7bc3253ea7bef6380b67bbae4147b3db", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38509, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38509, + "url": "http://localhost:38509/openai/chat/completions", + "url.full": "http://localhost:38509/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:38509/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "3fe9c1529f3580ea", + "span_id": "bd6303b546637409", + "start_timestamp": 1775213149.166, + "status": "ok", + "timestamp": 1775213149.2281473, + "trace_id": "7bc3253ea7bef6380b67bbae4147b3db", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "d04f6807c01a2936", + "span_id": "e9e5fffddf6f3c34", + "start_timestamp": 1775213149.239, "status": "ok", + "timestamp": 1775213149.26234, + "trace_id": "7bc3253ea7bef6380b67bbae4147b3db", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38509, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38509, + "url": "http://localhost:38509/openai/responses", + "url.full": "http://localhost:38509/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:38509/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e9e5fffddf6f3c34", + "span_id": "ce7176985c7c3829", + "start_timestamp": 1775213149.242, + "status": "ok", + "timestamp": 1775213149.2602925, + "trace_id": "7bc
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4b5f405304d661d7", + "span_id": "9e9fa501c4173db8", + "start_timestamp": 1775213093.045, "status": "ok", + "timestamp": 1775213093.147576, + "trace_id": "01635f16ee3aebd758f6d36f97788c43", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42051, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42051, + "url": "http://localhost:42051/openai/chat/completions", + "url.full": "http://localhost:42051/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:42051/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "9e9fa501c4173db8", + "span_id": "c91b8cdc4d7d8fd1", + "start_timestamp": 1775213093.086, + "status": "ok", + "timestamp": 1775213093.137399, + "trace_id": "01635f16ee3aebd758f6d36f97788c43", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4b5f405304d661d7", + "span_id": "a7f18af47f117f70", + "start_timestamp": 1775213093.148, "status": "ok", + "timestamp": 1775213093.1748796, + "trace_id": "01635f16ee3aebd758f6d36f97788c43", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42051, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42051, + "url": "http://localhost:42051/openai/responses", + "url.full": "http://localhost:42051/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:42051/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "a7f18af47f
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "5dac01704cd52370", + "span_id": "c4aba2a8a33ad79d", + "start_timestamp": 1775213089.136, "status": "ok", + "timestamp": 1775213089.261262, + "trace_id": "7c17613d5cc0f6d8e13c3f834954e3e9", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 44581, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 44581, + "url": "http://localhost:44581/openai/chat/completions", + "url.full": "http://localhost:44581/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:44581/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c4aba2a8a33ad79d", + "span_id": "c7db72b4f9d76145", + "start_timestamp": 1775213089.185, + "status": "ok", + "timestamp": 1775213089.2489998, + "trace_id": "7c17613d5cc0f6d8e13c3f834954e3e9", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "5dac01704cd52370", + "span_id": "8e9b68ede31ef75f", + "start_timestamp": 1775213089.261, "status": "ok", + "timestamp": 1775213089.2854097, + "trace_id": "7c17613d5cc0f6d8e13c3f834954e3e9", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 44581, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 44581, + "url": "http://localhost:44581/openai/responses", + "url.full": "http://localhost:44581/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:44581/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8e9b68ede
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "20e7eaa1057a9307", + "span_id": "e66ca3d5b8401033", + "start_timestamp": 1775213084.783, "status": "ok", + "timestamp": 1775213084.8757002, + "trace_id": "517207e5e52c8962930fd24eca9fad79", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40739, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40739, + "url": "http://localhost:40739/openai/chat/completions", + "url.full": "http://localhost:40739/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:40739/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e66ca3d5b8401033", + "span_id": "2df01f7a65609011", + "start_timestamp": 1775213084.814, + "status": "ok", + "timestamp": 1775213084.8640976, + "trace_id": "517207e5e52c8962930fd24eca9fad79", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "20e7eaa1057a9307", + "span_id": "139241fdeee673de", + "start_timestamp": 1775213084.876, "status": "ok", + "timestamp": 1775213084.9038548, + "trace_id": "517207e5e52c8962930fd24eca9fad79", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40739, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40739, + "url": "http://localhost:40739/openai/responses", + "url.full": "http://localhost:40739/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:40739/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "139241fdeee673de", + "span_id": "19678b6930a760b7", + "start_timestamp": 1775213084.881, + "status": "ok", + "timestamp": 1775213084.9012353, + "trace_id":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "48ef12f7eff39936", + "span_id": "b1fd0ead02497ea7", + "start_timestamp": 1775213081.111, "status": "ok", + "timestamp": 1775213081.193315, + "trace_id": "4c395cec6c29699f6a31ea942b66085a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39673, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39673, + "url": "http://localhost:39673/openai/chat/completions", + "url.full": "http://localhost:39673/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39673/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b1fd0ead02497ea7", + "span_id": "2e7e748f63bcd04a", + "start_timestamp": 1775213081.138, + "status": "ok", + "timestamp": 1775213081.1826782, + "trace_id": "4c395cec6c29699f6a31ea942b66085a", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "48ef12f7eff39936", + "span_id": "20df552b3ad9cee6", + "start_timestamp": 1775213081.194, "status": "ok", + "timestamp": 1775213081.2101896, + "trace_id": "4c395cec6c29699f6a31ea942b66085a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39673, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39673, + "url": "http://localhost:39673/openai/responses", + "url.full": "http://localhost:39673/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39673/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "20df552b3ad9cee6", + "span_id": "004e2b11c77353d9", + "start_timestamp": 1775213081.196, + "status": "ok", + "timestamp": 1775213081.2074301, + "trace_id": "
Node (20) Integration Tests
Process completed with exit code 1.
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "1e1e98a04043ff59", + "span_id": "be45418213235b00", + "start_timestamp": 1775213157.686, "status": "ok", + "timestamp": 1775213157.7765694, + "trace_id": "5fd99603b4980d56c0f9ac57ad9807b3", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33725, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33725, + "url": "http://localhost:33725/openai/chat/completions", + "url.full": "http://localhost:33725/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:33725/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "be45418213235b00", + "span_id": "ea047112837e9a09", + "start_timestamp": 1775213157.719, + "status": "ok", + "timestamp": 1775213157.771571, + "trace_id": "5fd99603b4980d56c0f9ac57ad9807b3", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "1e1e98a04043ff59", + "span_id": "15b2191c68a58a00", + "start_timestamp": 1775213157.777, "status": "ok", + "timestamp": 1775213157.7995145, + "trace_id": "5fd99603b4980d56c0f9ac57ad9807b3", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33725, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33725, + "url": "http://localhost:33725/openai/responses", + "url.full": "http://localhost:33725/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:33725/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "15b2191c68a
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "3bc2b8b6d27ec3d8", + "span_id": "7cd82a8bdbdbfad1", + "start_timestamp": 1775213153.933, "status": "ok", + "timestamp": 1775213154.033139, + "trace_id": "52e641767af549f4ae36550cc45c5221", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42013, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42013, + "url": "http://localhost:42013/openai/chat/completions", + "url.full": "http://localhost:42013/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42013/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7cd82a8bdbdbfad1", + "span_id": "67e2686d34682474", + "start_timestamp": 1775213153.968, + "status": "ok", + "timestamp": 1775213154.0273008, + "trace_id": "52e641767af549f4ae36550cc45c5221", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "3bc2b8b6d27ec3d8", + "span_id": "fa9037b75ee25be5", + "start_timestamp": 1775213154.033, "status": "ok", + "timestamp": 1775213154.0524077, + "trace_id": "52e641767af549f4ae36550cc45c5221", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42013, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42013, + "url": "http://localhost:42013/openai/responses", + "url.full": "http://localhost:42013/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:42013/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "fa9037b75ee
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4fb09e202a8299c3", + "span_id": "83a8cdce74f0b52b", + "start_timestamp": 1775213148.232, "status": "ok", + "timestamp": 1775213148.3856585, + "trace_id": "74262e228c4f55a54b0b5f660ada4b9b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37329, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37329, + "url": "http://localhost:37329/openai/chat/completions", + "url.full": "http://localhost:37329/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:37329/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "83a8cdce74f0b52b", + "span_id": "3853f1c2c3b3fa25", + "start_timestamp": 1775213148.29, + "status": "ok", + "timestamp": 1775213148.3802154, + "trace_id": "74262e228c4f55a54b0b5f660ada4b9b", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "4fb09e202a8299c3", + "span_id": "800e2b0c7de8df1b", + "start_timestamp": 1775213148.386, "status": "ok", + "timestamp": 1775213148.4105349, + "trace_id": "74262e228c4f55a54b0b5f660ada4b9b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37329, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37329, + "url": "http://localhost:37329/openai/responses", + "url.full": "http://localhost:37329/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:37329/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "800e2b0c7de8df1b", + "span_id": "9fe793ea06aa2467", + "start_timestamp": 1775213148.392, + "status": "ok", + "timestamp": 1775213148.4094372, + "trace_id": "74
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "bf5fdc0ebe15bede", + "span_id": "176d7787da9977eb", + "start_timestamp": 1775213144.226, "status": "ok", + "timestamp": 1775213144.3489854, + "trace_id": "2b950455e614f8e74905390962f4c79b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35093, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35093, + "url": "http://localhost:35093/openai/chat/completions", + "url.full": "http://localhost:35093/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:35093/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "176d7787da9977eb", + "span_id": "fd629183eb81da23", + "start_timestamp": 1775213144.276, + "status": "ok", + "timestamp": 1775213144.344187, + "trace_id": "2b950455e614f8e74905390962f4c79b", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "bf5fdc0ebe15bede", + "span_id": "77fbe11f8f5f3fd9", + "start_timestamp": 1775213144.35, "status": "ok", + "timestamp": 1775213144.368448, + "trace_id": "2b950455e614f8e74905390962f4c79b", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35093, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35093, + "url": "http://localhost:35093/openai/responses", + "url.full": "http://localhost:35093/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:35093/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "77fbe11f8f5f3fd9", + "span_id": "5317e1002b53ccf4", + "start_timestamp": 1775213144.356, + "status": "ok", + "timestamp": 1775213144.3668969, + "trace_id": "2b95
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "2bc3363ecff0df98", + "span_id": "e591dfbae4c7bff3", + "start_timestamp": 1775213089.037, "status": "ok", + "timestamp": 1775213089.1335635, + "trace_id": "67037b0695dcea7a9ebe42d8053fd81c", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46325, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46325, + "url": "http://localhost:46325/openai/chat/completions", + "url.full": "http://localhost:46325/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:46325/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e591dfbae4c7bff3", + "span_id": "56d6f758d07c4ab7", + "start_timestamp": 1775213089.073, + "status": "ok", + "timestamp": 1775213089.12776, + "trace_id": "67037b0695dcea7a9ebe42d8053fd81c", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "2bc3363ecff0df98", + "span_id": "407e5e9408ba2d0f", + "start_timestamp": 1775213089.134, "status": "ok", + "timestamp": 1775213089.154512, + "trace_id": "67037b0695dcea7a9ebe42d8053fd81c", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46325, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46325, + "url": "http://localhost:46325/openai/responses", + "url.full": "http://localhost:46325/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:46325/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "407e5e9408b
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "9fc5c069b88a6dd3", + "span_id": "f65269fa02741f15", + "start_timestamp": 1775213085.503, "status": "ok", + "timestamp": 1775213085.6052125, + "trace_id": "a8612d1e18713c110c8e8979ea5fdffd", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38481, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38481, + "url": "http://localhost:38481/openai/chat/completions", + "url.full": "http://localhost:38481/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:38481/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f65269fa02741f15", + "span_id": "ae20448be7fcf156", + "start_timestamp": 1775213085.535, + "status": "ok", + "timestamp": 1775213085.6015606, + "trace_id": "a8612d1e18713c110c8e8979ea5fdffd", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "9fc5c069b88a6dd3", + "span_id": "8a652653a25f614a", + "start_timestamp": 1775213085.606, "status": "ok", + "timestamp": 1775213085.622185, + "trace_id": "a8612d1e18713c110c8e8979ea5fdffd", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38481, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38481, + "url": "http://localhost:38481/openai/responses", + "url.full": "http://localhost:38481/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:38481/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8a652653a
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "fb26fbc921e5d139", + "span_id": "d46643f457d5a500", + "start_timestamp": 1775213081.143, "status": "ok", + "timestamp": 1775213081.249633, + "trace_id": "db9a4202b3fe069335003ebafc39ccf5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37245, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37245, + "url": "http://localhost:37245/openai/chat/completions", + "url.full": "http://localhost:37245/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:37245/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d46643f457d5a500", + "span_id": "9aff52d75c4e36dc", + "start_timestamp": 1775213081.181, + "status": "ok", + "timestamp": 1775213081.245049, + "trace_id": "db9a4202b3fe069335003ebafc39ccf5", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "fb26fbc921e5d139", + "span_id": "e20a361aec47ef8d", + "start_timestamp": 1775213081.251, "status": "ok", + "timestamp": 1775213081.2725525, + "trace_id": "db9a4202b3fe069335003ebafc39ccf5", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37245, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37245, + "url": "http://localhost:37245/openai/responses", + "url.full": "http://localhost:37245/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:37245/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e20a361aec47ef8d", + "span_id": "3d82cebe85fd3bd0", + "start_timestamp": 1775213081.254, + "status": "ok", + "timestamp": 1775213081.2706766, + "trace_id": "d
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "f89f782fd71ce252", + "span_id": "7f1726d7f7dc0454", + "start_timestamp": 1775213077.139, "status": "ok", + "timestamp": 1775213077.2498863, + "trace_id": "1e6c7a633a0279e6b314832e8004a212", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33495, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33495, + "url": "http://localhost:33495/openai/chat/completions", + "url.full": "http://localhost:33495/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:33495/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7f1726d7f7dc0454", + "span_id": "8c2dde810f7682c2", + "start_timestamp": 1775213077.174, + "status": "ok", + "timestamp": 1775213077.2433662, + "trace_id": "1e6c7a633a0279e6b314832e8004a212", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "f89f782fd71ce252", + "span_id": "8d177d1c2b5a4fd0", + "start_timestamp": 1775213077.25, "status": "ok", + "timestamp": 1775213077.281431, + "trace_id": "1e6c7a633a0279e6b314832e8004a212", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33495, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33495, + "url": "http://localhost:33495/openai/responses", + "url.full": "http://localhost:33495/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:33495/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8d177d1c2b5a4fd0", + "span_id": "199af88ff8394ce5", + "start_timestamp": 1775213077.255, + "status": "ok", + "timestamp": 1775213077.280139, + "trace_id": "1e
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "53349329f1560342", + "span_id": "12977ce11c301c03", + "start_timestamp": 1775213321.614, "status": "ok", + "timestamp": 1775213321.7244709, + "trace_id": "c97758d6afcc832f79e7463ef56eea46", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38767, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38767, + "url": "http://localhost:38767/openai/chat/completions", + "url.full": "http://localhost:38767/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:38767/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "12977ce11c301c03", + "span_id": "c403df8cc2e1c799", + "start_timestamp": 1775213321.654, + "status": "ok", + "timestamp": 1775213321.7189348, + "trace_id": "c97758d6afcc832f79e7463ef56eea46", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "53349329f1560342", + "span_id": "117439780973bb27", + "start_timestamp": 1775213321.725, "status": "ok", + "timestamp": 1775213321.743855, + "trace_id": "c97758d6afcc832f79e7463ef56eea46", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38767, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38767, + "url": "http://localhost:38767/openai/responses", + "url.full": "http://localhost:38767/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:38767/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "11743978097
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: true (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "f003db990997985f", + "span_id": "484777a4bcf06779", + "start_timestamp": 1775213318.227, "status": "ok", + "timestamp": 1775213318.3155127, + "trace_id": "43a169740f9ca88b186220a856c44a82", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40737, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40737, + "url": "http://localhost:40737/openai/chat/completions", + "url.full": "http://localhost:40737/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:40737/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "484777a4bcf06779", + "span_id": "32880761ed5d202d", + "start_timestamp": 1775213318.243, + "status": "ok", + "timestamp": 1775213318.3111184, + "trace_id": "43a169740f9ca88b186220a856c44a82", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "f003db990997985f", + "span_id": "db2470c4bff1af37", + "start_timestamp": 1775213318.316, "status": "ok", + "timestamp": 1775213318.3370628, + "trace_id": "43a169740f9ca88b186220a856c44a82", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40737, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40737, + "url": "http://localhost:40737/openai/responses", + "url.full": "http://localhost:40737/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:40737/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "db2470c4bf
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "09f4dbe679923a3b", + "span_id": "de6532221288b996", + "start_timestamp": 1775213312.523, "status": "ok", + "timestamp": 1775213312.6392276, + "trace_id": "51622c420a774445ce997d2baa9d80dc", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46689, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46689, + "url": "http://localhost:46689/openai/chat/completions", + "url.full": "http://localhost:46689/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:46689/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "de6532221288b996", + "span_id": "472eb014494223f1", + "start_timestamp": 1775213312.565, + "status": "ok", + "timestamp": 1775213312.6344016, + "trace_id": "51622c420a774445ce997d2baa9d80dc", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "09f4dbe679923a3b", + "span_id": "c5183479177b239e", + "start_timestamp": 1775213312.64, "status": "ok", + "timestamp": 1775213312.661619, + "trace_id": "51622c420a774445ce997d2baa9d80dc", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46689, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46689, + "url": "http://localhost:46689/openai/responses", + "url.full": "http://localhost:46689/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:46689/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c5183479177b239e", + "span_id": "d1ff1f051a3cb1f6", + "start_timestamp": 1775213312.642, + "status": "ok", + "timestamp": 1775213312.6597168, + "trace_id": "516
suites/tracing/openai/v6/test.ts > OpenAI integration (V6) > esm/cjs > esm > creates openai related spans with sendDefaultPii: false (v6): dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "c7b7c63769d1c54e", + "span_id": "387c0ae80ad99234", + "start_timestamp": 1775213308.877, "status": "ok", + "timestamp": 1775213308.9499173, + "trace_id": "cb469cca56d941e8accfc462e0bc7435", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41717, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41717, + "url": "http://localhost:41717/openai/chat/completions", + "url.full": "http://localhost:41717/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41717/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "387c0ae80ad99234", + "span_id": "f0fe79fd26116b30", + "start_timestamp": 1775213308.891, + "status": "ok", + "timestamp": 1775213308.94572, + "trace_id": "cb469cca56d941e8accfc462e0bc7435", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "c7b7c63769d1c54e", + "span_id": "810d98479583b3b4", + "start_timestamp": 1775213308.951, "status": "ok", + "timestamp": 1775213308.9703977, + "trace_id": "cb469cca56d941e8accfc462e0bc7435", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41717, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41717, + "url": "http://localhost:41717/openai/responses", + "url.full": "http://localhost:41717/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 6.0.0", + }, + "description": "POST http://localhost:41717/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "810d98479583b3b4", + "span_id": "0d6c9e8fb87f13f3", + "start_timestamp": 1775213308.954, + "status": "ok", + "timestamp": 1775213308.9692, + "trace_id": "cb469c
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "3b454d47611a1735", + "span_id": "26c215bc3d2396f6", + "start_timestamp": 1775213261.162, "status": "ok", + "timestamp": 1775213261.302652, + "trace_id": "4c5af42c2b6f400cd1f4b56d111ddfd7", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39235, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39235, + "url": "http://localhost:39235/openai/chat/completions", + "url.full": "http://localhost:39235/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39235/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "26c215bc3d2396f6", + "span_id": "219e81f2f705cc05", + "start_timestamp": 1775213261.202, + "status": "ok", + "timestamp": 1775213261.2987921, + "trace_id": "4c5af42c2b6f400cd1f4b56d111ddfd7", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "3b454d47611a1735", + "span_id": "9ddba4044f23628e", + "start_timestamp": 1775213261.303, "status": "ok", + "timestamp": 1775213261.3161745, + "trace_id": "4c5af42c2b6f400cd1f4b56d111ddfd7", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39235, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39235, + "url": "http://localhost:39235/openai/responses", + "url.full": "http://localhost:39235/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39235/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "9ddba4044
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,13 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -21,13 +22,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "e23b7ec58542b494", + "span_id": "4f1d0e3bb5ccf4af", + "start_timestamp": 1775213257.388, "status": "ok", + "timestamp": 1775213257.4592996, + "trace_id": "2f82e09198a280645be4e3d9243085ce", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40131, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40131, + "url": "http://localhost:40131/openai/chat/completions", + "url.full": "http://localhost:40131/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:40131/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4f1d0e3bb5ccf4af", + "span_id": "544400f91e4b89e7", + "start_timestamp": 1775213257.399, + "status": "ok", + "timestamp": 1775213257.4534042, + "trace_id": "2f82e09198a280645be4e3d9243085ce", + }, + { "data": { "gen_ai.input.messages": "Translate this to French: Hello", "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", @@ -43,13 +78,47 @@ "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "e23b7ec58542b494", + "span_id": "11d039a7aa09bf0a", + "start_timestamp": 1775213257.46, "status": "ok", + "timestamp": 1775213257.4839168, + "trace_id": "2f82e09198a280645be4e3d9243085ce", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40131, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40131, + "url": "http://localhost:40131/openai/responses", + "url.full": "http://localhost:40131/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:40131/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "11d039a7a
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "552cdac6b2420195", + "span_id": "3b7a048cc411ed59", + "start_timestamp": 1775213253.21, "status": "ok", + "timestamp": 1775213253.3301497, + "trace_id": "e0cef40ff30f5f431548b20d7e838131", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38991, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38991, + "url": "http://localhost:38991/openai/chat/completions", + "url.full": "http://localhost:38991/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:38991/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "3b7a048cc411ed59", + "span_id": "4cb0cfd7b34927fa", + "start_timestamp": 1775213253.245, + "status": "ok", + "timestamp": 1775213253.325248, + "trace_id": "e0cef40ff30f5f431548b20d7e838131", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "552cdac6b2420195", + "span_id": "3721332fb59c2dbb", + "start_timestamp": 1775213253.33, "status": "ok", + "timestamp": 1775213253.3558068, + "trace_id": "e0cef40ff30f5f431548b20d7e838131", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38991, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38991, + "url": "http://localhost:38991/openai/responses", + "url.full": "http://localhost:38991/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:38991/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "3721332fb59c2dbb", + "span_id": "0f55ac50828cdd7a", + "start_timestamp": 1775213253.333, + "status": "ok", + "timestamp": 1775213253.3533673, + "trace_id": "e0
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > esm > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,12 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.request.temperature": 0.7, "gen_ai.response.finish_reasons": "[\"stop\"]", "gen_ai.response.id": "chatcmpl-mock123", "gen_ai.response.model": "gpt-3.5-turbo", @@ -17,13 +18,47 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "669cacdcc907ae9c", + "span_id": "54c3576aeaa6bb49", + "start_timestamp": 1775213249.45, "status": "ok", + "timestamp": 1775213249.6720672, + "trace_id": "555c99f57a80a3cd8db25d44da38285a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34121, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34121, + "url": "http://localhost:34121/openai/chat/completions", + "url.full": "http://localhost:34121/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:34121/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "54c3576aeaa6bb49", + "span_id": "4fb358f9cdc65971", + "start_timestamp": 1775213249.46, + "status": "ok", + "timestamp": 1775213249.668946, + "trace_id": "555c99f57a80a3cd8db25d44da38285a", + }, + { "data": { "gen_ai.operation.name": "chat", "gen_ai.request.model": "gpt-3.5-turbo", "gen_ai.response.finish_reasons": "[\"completed\"]", "gen_ai.response.id": "resp_mock456", @@ -36,26 +71,152 @@ "sentry.origin": "auto.ai.openai", }, "description": "chat gpt-3.5-turbo", "op": "gen_ai.chat", "origin": "auto.ai.openai", + "parent_span_id": "669cacdcc907ae9c", + "span_id": "dbca9a64d3623ab9", + "start_timestamp": 1775213249.672, "status": "ok", + "timestamp": 1775213249.6835241, + "trace_id": "555c99f57a80a3cd8db25d44da38285a", }, - ObjectContaining { + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34121, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34121, + "url": "http://localhost:34121/openai/responses", + "url.full": "http://localhost:34121/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:34121/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "dbca9a64d3623ab9", + "span_id": "c79d6693715c94af", + "start_timestamp": 1775213249.674, + "status": "ok", + "timestamp": 1775213249.682799, + "trace_id": "555
job_get_metadata / Get Metadata
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@v3.0.1, mydea/pr-labels-action@fn/bump-node20. 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/
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. 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/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, dkhunt27/action-nx-affected-list@v6.1. 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/
Bun Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Check for faulty .d.ts files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
eslint(no-unused-vars): dev-packages/cloudflare-integration-tests/suites/tracing/worker-service-binding/index-sub-worker.ts#L8
Parameter 'request' is declared but never used. Unused parameters should start with a '_'.
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, denoland/setup-deno@v2.0.3. 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/
Cloudflare Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_base Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_base Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_base Tests
No coverage files found
PW loader_debug Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
No coverage files found
PW loader_tracing Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing Tests
No coverage files found
PW loader_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay Tests
No coverage files found
PW loader_tracing_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing_replay Tests
No coverage files found
Circular Dependency Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
No coverage files found
Playwright bundle_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_logs_metrics Tests
No coverage files found
Playwright bundle_min Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_min Tests
No coverage files found
Remix (Node 24) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
Playwright bundle Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
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/cache/restore@v4, actions/download-artifact@v4. 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/
Remix (Node 20) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
PW loader_replay_buffer Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
PW loader_replay_buffer Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay_buffer Tests
No coverage files found
Node (24) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Node-Core Integration Tests
No coverage files found
Node (24) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 22) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Node (20) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (20) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Node-Core Integration Tests
No coverage files found
Node (20) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (20) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (18) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Node-Core Integration Tests
No coverage files found
Node (18) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (22) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (22) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Node-Core Integration Tests
No coverage files found
Node (22) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (22) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Playwright bundle_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay Tests
No coverage files found
Remix (Node 18) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) Tests
No coverage files found
Prepare E2E tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_replay_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay_logs_metrics Tests
No coverage files found
Playwright esm (2/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 esm (2/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (2/4) Tests
No coverage files found
Playwright esm (1/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 esm (1/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (1/4) Tests
No coverage files found
Node Overhead Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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: 58.87% < target 80%
Node (18) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (18) Unit Tests
❌ Patch coverage check failed: 58.87% < target 80%
Node (20) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (20) Unit Tests
❌ Patch coverage check failed: 58.87% < target 80%
Node (22) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (22) Unit Tests
❌ Patch coverage check failed: 58.87% < target 80%
Browser Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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/
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: packages/core/src/tracing/ai/utils.ts, packages/core/src/tracing/anthropic-ai/index.ts, packages/core/src/tracing/google-genai/index.ts, packages/core/src/tracing/openai/index.ts, packages/core/src/tracing/openai/utils.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts This usually indicates a path format mismatch between your coverage tool and the repository.
E2E nestjs-microservices Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-microservices Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-microservices Test
No coverage files found
E2E nestjs-microservices Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-microservices Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-microservices Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-otel-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-custom-sampler Test
No coverage files found
E2E node-otel-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v1 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1 Test
No coverage files found
E2E node-core-express-otel-v1 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 elysia-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E elysia-node Test
No coverage files found
E2E elysia-node Test
Please ensure your test framework is generating JUnit XML output.
E2E elysia-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Please ensure your test framework is generating JUnit XML output.
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v2-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v2-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-profiling-cjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-cjs Test
No coverage files found
E2E node-profiling-cjs Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-cjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v1-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v1-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-basic-with-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic-with-graphql Test
No coverage files found
E2E nestjs-basic-with-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic-with-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-websockets Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-websockets Test
No coverage files found
E2E nestjs-websockets Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-websockets Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-with-submodules-decorator Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules-decorator Test
No coverage files found
E2E nestjs-with-submodules-decorator Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules-decorator Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 generic-ts3.8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts3.8 Test
No coverage files found
E2E generic-ts3.8 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts3.8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-otel-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-sdk-node Test
No coverage files found
E2E node-otel-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-fastify Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-fastify Test
No coverage files found
E2E nestjs-fastify Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-fastify Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v2-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-sdk-node Test
No coverage files found
E2E node-core-express-otel-v2-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright esm (3/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
E2E node-express-esm-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-esm-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-loader Test
No coverage files found
E2E node-express-esm-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode + OTLP integration) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node 22 (light mode + OTLP integration) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node 22 (light mode + OTLP integration) Test
No coverage files found
E2E node 22 (light mode + OTLP integration) Test
Please ensure your test framework is generating JUnit XML output.
E2E node 22 (light mode + OTLP integration) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode + OTLP integration) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-light-otlp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-light-otlp Test
No coverage files found
E2E node-core-light-otlp Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-light-otlp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-otlp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-local-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 cloudflare-local-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-local-workers Test
No coverage files found
E2E cloudflare-local-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-local-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-local-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2 Test
No coverage files found
E2E node-core-express-otel-v2 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-spa (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa (TS 3.8) Test
No coverage files found
E2E react-router-7-spa (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-spa (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) (TS 3.8) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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) (TS 3.8) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) (TS 3.8) Node-Core Integration Tests
No coverage files found
Node (24) (TS 3.8) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) (TS 3.8) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
E2E nestjs-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-graphql Test
No coverage files found
E2E nestjs-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-with-submodules Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules Test
No coverage files found
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts5.0 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 generic-ts5.0 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts5.0 Test
No coverage files found
E2E generic-ts5.0 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts5.0 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts5.0 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-fastify-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-fastify-3 Test
No coverage files found
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
No coverage files found
E2E node-fastify-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-otel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-esm-without-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-hapi Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-hapi Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-hapi Test
No coverage files found
E2E node-hapi Test
Please ensure your test framework is generating JUnit XML output.
E2E node-hapi Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-hapi Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-2.5.0-twp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2.5.0-twp Test
No coverage files found
E2E sveltekit-2.5.0-twp Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2.5.0-twp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-distributed-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-distributed-tracing Test
No coverage files found
E2E nestjs-distributed-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-distributed-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-koa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-koa Test
No coverage files found
E2E node-koa Test
Please ensure your test framework is generating JUnit XML output.
E2E node-koa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 webpack-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
No coverage files found
E2E webpack-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-create-browser-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-create-browser-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-browser-router Test
No coverage files found
E2E react-create-browser-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-browser-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-browser-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-exports-test-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-exports-test-app Test
No coverage files found
E2E node-exports-test-app Test
Please ensure your test framework is generating JUnit XML output.
E2E node-exports-test-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E debug-id-sourcemaps Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-esm-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-esm-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-preload Test
No coverage files found
E2E node-express-esm-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-incorrect-instrumentation Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-esm-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
No coverage files found
E2E node-express-incorrect-instrumentation Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-incorrect-instrumentation Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-fastify-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-4 Test
No coverage files found
E2E node-fastify-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-profiling-esm Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-esm Test
No coverage files found
E2E node-profiling-esm Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-esm Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-esm Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 svelte-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E svelte-5 Test
No coverage files found
E2E svelte-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E svelte-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 elysia-bun Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E elysia-bun Test
No coverage files found
E2E elysia-bun Test
Please ensure your test framework is generating JUnit XML output.
E2E elysia-bun Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-bun Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-core-express-otel-v1-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-sdk-node Test
No coverage files found
E2E node-core-express-otel-v1-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 webpack-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-5 Test
No coverage files found
E2E webpack-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E default-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 default-browser Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E default-browser Test
No coverage files found
E2E default-browser Test
Please ensure your test framework is generating JUnit XML output.
E2E default-browser Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E default-browser Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-sourcemaps Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-sourcemaps Test
No coverage files found
E2E nextjs-sourcemaps Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-sourcemaps Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-userfeedback Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-userfeedback Test
No coverage files found
E2E nextjs-16-userfeedback Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-userfeedback Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-bullmq Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-bullmq Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-bullmq Test
No coverage files found
E2E nestjs-bullmq Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-bullmq Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-bullmq Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-create-memory-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-memory-router Test
No coverage files found
E2E react-create-memory-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-memory-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solid Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solid Test
No coverage files found
E2E solid Test
Please ensure your test framework is generating JUnit XML output.
E2E solid Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 tsx-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tsx-express Test
No coverage files found
E2E tsx-express Test
Please ensure your test framework is generating JUnit XML output.
E2E tsx-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 astro-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No coverage files found
E2E node-connect Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 astro-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-connect Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
No coverage files found
E2E astro-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
Please ensure your test framework is generating JUnit XML output.
E2E node-connect Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 cloudflare-mcp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 cloudflare-mcp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-mcp Test
No coverage files found
E2E cloudflare-mcp Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-mcp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-mcp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express Test
No coverage files found
E2E node-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-trailing-slash Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash Test
No coverage files found
E2E nextjs-16-trailing-slash Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 astro-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5 Test
No coverage files found
E2E astro-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa Test
No coverage files found
E2E react-router-7-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-19 Test
No coverage files found
E2E react-19 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-19 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-11 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-11 Test
No coverage files found
E2E nestjs-11 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-11 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 astro-5-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-2-svelte-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-svelte-5 Test
No coverage files found
E2E astro-5-cf-workers Test
No coverage files found
E2E sveltekit-2-svelte-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-svelte-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-spa-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa-node-20-18 Test
No coverage files found
E2E node-core-light-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-spa-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-light-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
No coverage files found
E2E astro-5-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-light-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 create-react-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app Test
No coverage files found
E2E create-react-app Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 vue-3 (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 (latest) Test
No coverage files found
E2E vue-3 (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-3 (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 create-react-app (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app (TS 3.8) Test
No coverage files found
E2E create-react-app (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-custom Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-custom Test
No coverage files found
E2E react-router-7-framework-custom Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-custom Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-hono Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solidstart Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart Test
No coverage files found
E2E solidstart Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 vue-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 Test
No coverage files found
E2E vue-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solid-tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solid-tanstack-router Test
No coverage files found
E2E solid-tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E solid-tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid-tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 vue-tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-tanstack-router Test
No coverage files found
E2E vue-tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, denoland/setup-deno@v2.0.3, pnpm/action-setup@v4. 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 deno Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E deno Test
No coverage files found
E2E deno Test
Please ensure your test framework is generating JUnit XML output.
E2E deno Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E deno Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nestjs-basic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic Test
No coverage files found
E2E nestjs-basic Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
No coverage files found
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-express-v5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 create-remix-app-v2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-v2 Test
No coverage files found
E2E create-remix-app-v2 Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-v2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E browser-mfe-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 browser-mfe-vite Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E browser-mfe-vite Test
No coverage files found
E2E browser-mfe-vite Test
Please ensure your test framework is generating JUnit XML output.
E2E browser-mfe-vite Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E browser-mfe-vite Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solidstart-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-spa Test
No coverage files found
E2E solidstart-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 create-remix-app-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No coverage files found
E2E create-remix-app-express Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-5 Test
No coverage files found
E2E react-router-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-fastify-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-6-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-fastify-5 Test
No coverage files found
E2E node-fastify-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework (latest) Test
No coverage files found
E2E react-router-7-framework (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstack-router Test
No coverage files found
E2E tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-firebase Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-firebase Test
No coverage files found
E2E node-firebase Test
Please ensure your test framework is generating JUnit XML output.
E2E node-firebase Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solidstart-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No coverage files found
E2E solidstart-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 solidstart-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
No coverage files found
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstackstart-react Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 tanstackstart-react Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstackstart-react Test
No coverage files found
E2E tanstackstart-react Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstackstart-react Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstackstart-react Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-without-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 node-otel-without-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-without-tracing Test
No coverage files found
E2E node-otel-without-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-without-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-without-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-cloudflare-pages Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-cloudflare-pages Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-cloudflare-pages Test
No coverage files found
E2E sveltekit-cloudflare-pages Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-cloudflare-pages Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
No coverage files found
E2E nuxt-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-server-timing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 remix-server-timing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E remix-server-timing Test
No coverage files found
E2E remix-server-timing Test
Please ensure your test framework is generating JUnit XML output.
E2E remix-server-timing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-server-timing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-2-kit-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-kit-tracing Test
No coverage files found
E2E sveltekit-2-kit-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-kit-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-3-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-top-level-import Test
No coverage files found
E2E nuxt-3-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 sveltekit-2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
No coverage files found
E2E sveltekit-2 Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-3-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-dynamic-import Test
No coverage files found
E2E nuxt-3-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-bun Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-bun Test
No coverage files found
E2E nextjs-16-bun Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-bun Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-bun Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-framework Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework Test
No coverage files found
E2E react-router-7-framework Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-17 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-17 Test
No coverage files found
E2E react-17 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-17 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-17 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-6-use-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-use-routes Test
No coverage files found
E2E react-router-6-use-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-use-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright esm (4/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 esm (4/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (4/4) Tests
No coverage files found
E2E nuxt-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-6-descendant-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-6-descendant-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-descendant-routes Test
No coverage files found
E2E react-router-6-descendant-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-descendant-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
Playwright bundle_tracing_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_logs_metrics Tests
No coverage files found
E2E react-router-6 (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-6 (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 (TS 3.8) Test
No coverage files found
E2E react-router-6 (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-tunnel (turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (turbopack) Test
No coverage files found
E2E nextjs-16-tunnel (turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-hash-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-create-hash-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-hash-router Test
No coverage files found
E2E react-create-hash-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-hash-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-hash-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers Test
No coverage files found
E2E nextjs-16-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-6 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 Test
No coverage files found
E2E react-router-6 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-hydrogen Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 remix-hydrogen Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E remix-hydrogen Test
No coverage files found
E2E remix-hydrogen Test
Please ensure your test framework is generating JUnit XML output.
E2E remix-hydrogen Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-hydrogen Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-cross-usage Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-cross-usage Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-cross-usage Test
No coverage files found
E2E react-router-7-cross-usage Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-cross-usage Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-cross-usage Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-3-min Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-3-min Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-min Test
No coverage files found
E2E nuxt-3-min Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-min Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-min Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-pages-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir Test
No coverage files found
E2E nextjs-pages-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-pages-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@15) Test
No coverage files found
E2E nextjs-pages-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback_logs_metrics_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
No coverage files found
E2E nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-tunnel (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16-tunnel (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (webpack) Test
No coverage files found
E2E nextjs-16-tunnel (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-14 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 bundle_tracing_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
No coverage files found
Playwright bundle_tracing_replay_feedback Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_feedback Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback Tests
No coverage files found
Playwright bundle_tracing_replay_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 bundle_tracing_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_logs_metrics Tests
No coverage files found
E2E nextjs-15 (turbo) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-5 Test
No coverage files found
E2E nuxt-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nuxt-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-4 Test
No coverage files found
E2E nuxt-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16 (canary, turbopack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16 (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, turbopack) Test
No coverage files found
E2E nextjs-16 (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-15 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-15 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15 Test
No coverage files found
E2E nextjs-15 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-app-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@13) Test
No coverage files found
E2E nextjs-app-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-app-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir Test
No coverage files found
E2E nextjs-app-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (24) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Integration Tests
No coverage files found
Node (24) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-16 (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (webpack) Test
No coverage files found
E2E nextjs-16 (webpack) Test
Please ensure your test framework is generating JUnit XML output.
Node (22) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (22) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Integration Tests
No coverage files found
Node (22) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (22) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-16 (canary, webpack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-app-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 nextjs-app-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@15) Test
No coverage files found
E2E nextjs-app-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, pnpm/action-setup@v4. 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 supabase-nextjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E supabase-nextjs Test
No coverage files found
E2E supabase-nextjs Test
Please ensure your test framework is generating JUnit XML output.
E2E supabase-nextjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (18) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (18) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Integration Tests
No coverage files found
Node (18) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (20) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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 (20) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Integration Tests
No coverage files found
Node (20) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (20) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. 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) (TS 3.8) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) (TS 3.8) Integration Tests
No coverage files found
Node (24) (TS 3.8) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) (TS 3.8) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32.9 MB
sha256:7aebae9b90ace56fae59452c6a84a3c208da751609d9ae992e34871227a6f3ca
codecov-coverage-results-nh-unify-request-attribute-extraction-job_browser_unit_tests
86.3 KB
sha256:d134de9c0dc24210fa21495926239f4799b61db3ac58331e8a9409b04d56ef14
codecov-coverage-results-nh-unify-request-attribute-extraction-job_node_unit_tests-18
230 KB
sha256:ae02584b85ec23a76fd9f4a4488d682ea6b1335799e1ab3bf96a75e28393bef5
codecov-coverage-results-nh-unify-request-attribute-extraction-job_node_unit_tests-20
238 KB
sha256:9db6ff688b19cffc0853a9dcb77bdaef55ebaaa33a63b29bf2b1dea8c2ea0f22
codecov-coverage-results-nh-unify-request-attribute-extraction-job_node_unit_tests-22
238 KB
sha256:7637daf07ba3420d2cac376ece258eed661c080ebf5ee4bb1be2f182eb2d038b
codecov-coverage-results-nh-unify-request-attribute-extraction-job_node_unit_tests-24
238 KB
sha256:1357685687946aaed96cc452ae28d4cbcf8f4eeceb5736fe9fe25a8a920b1d71
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:49bca9d36221c2917928967f7b28b72b2d21d81af82bdb92d1178901dcc6f315
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_debug
242 Bytes
sha256:a496389fbe07a588323d99090ce8eda9afe8824b453f461ecb2f40b1efe6c7c2
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:50ce6fec80b7b95a0066999cde4f3b38ec04d08a650a1b28f3db57b18ea3ce50
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_replay
241 Bytes
sha256:8a16a7e23f59820d81477362402d2730ad1e688712304f503add5266d564057e
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_replay_buffer
241 Bytes
sha256:18f2fddb70ff86481bfb90102bd90c935c3b44e914c8b7981fc870dad3ea3617
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_tracing
239 Bytes
sha256:9a66cd4d9e0adb3edc65dab048761f91c51466c50c899ab58f9529a5a86c2d1d
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_loader_tests-browser-loader-loader_tracing_replay
238 Bytes
sha256:2a68a2f66fa4153a549e1f8506e5a1fe16a62402ac0960c5ab90c0493bacea83
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle-chromium
243 Bytes
sha256:26dbeb5fcdeddac0cf565af7dfcd77b7dc12b378390a5c89ac6a70fe07c40a3b
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
246 Bytes
sha256:324479d87c199d1bb60956621b26fbd240d31692c090857436f38cc99bd8342e
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
245 Bytes
sha256:874da66eba161e1bb76996262d57618c435966b80ab87af58832da45d4f18a91
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
247 Bytes
sha256:c3237bbe18def26f59b8032d6430544e789097b524e7a3e8767acfce53c05a00
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
246 Bytes
sha256:2c89ab5e33d42c7a001abf7041beec6a229cf6c4eaae672ca29c478c5b269281
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
244 Bytes
sha256:db91f13851a1ac4f0468095f386e348e138a28a90f276c302b236a2a06f475df
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
249 Bytes
sha256:4d918d912c5d510b5cbf4d8b5ca7c3c21c24fc72ea08a812e3b3329a7bcc71dc
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
244 Bytes
sha256:b4aa94df842189eb5425d30bc17f92e0c5ab8bab837117456a320fdb814d3d97
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
244 Bytes
sha256:03ca41d0a2303b93a149819831f0a1b025457ff6e97151d9cdb98c03d8b92a93
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
243 Bytes
sha256:d38ed49f05626a4b2566c1d3151f2c81a1dc44b991d71916ef7b6a723ac0cfb0
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
245 Bytes
sha256:56bcfb785f4c3ae59bb9cd29bd09a9c371a30ef871107c62a077c572ef9f2d03
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
236 Bytes
sha256:cf447567e5a9e06c45a85b523be8787f746fe89f28ce24f030dce447a47670e5
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
245 Bytes
sha256:e2a2489f8ce644473a3b0b2fb1ae8faa60ac17627f2d6cfb8264670f61c02d73
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
246 Bytes
sha256:1b54095e6aac4ac53ccafdb6c97cbe110b1c38000fab1dd5fa5f6b1a347e396b
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:2bbdc100e4095816c0166b8642c33adc59f7d3224eb66264c2095d7166b03a39
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-esm-chromium-2
240 Bytes
sha256:12500359a262d68a92273be9265e1a7561f4c41f4f3b4c635ba4e4628cc8e68f
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-esm-chromium-3
241 Bytes
sha256:a46f1ce8899f27ebbffa168b6e69e105822f930ff720c2fb589b8d659f465caf
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:224ed6b96a951c220ae67618e1fc43e1f5a01a4f930deb2868c78332ecbeca7c
codecov-test-results-nh-unify-request-attribute-extraction-job_browser_unit_tests
239 Bytes
sha256:4d298102ba1ebbca80dd121e27b08206e6a60a4bc39417d6631a4d2c0c69e187
codecov-test-results-nh-unify-request-attribute-extraction-job_node_unit_tests-18
253 Bytes
sha256:f407b4c379e33fbcee0a3b7b55559ea4e5b6b627faca8463bbd448d1ea8976e3
codecov-test-results-nh-unify-request-attribute-extraction-job_node_unit_tests-20
241 Bytes
sha256:7fe574e111927430e0cf3848453387e84202db3d4d5bb26ae5cb4ad768689453
codecov-test-results-nh-unify-request-attribute-extraction-job_node_unit_tests-22
246 Bytes
sha256:4351784854cfa961a20940c53e66bcbbefb93427a5fc7a3e6b7667b24644d0c2
codecov-test-results-nh-unify-request-attribute-extraction-job_node_unit_tests-24
247 Bytes
sha256:d62b78789c6eee47ecd14a65ebf0535598019cdc9fcf5e46eadb74b398e46e6a
codecov-test-results-nh-unify-request-attribute-extraction-job_remix_integration_tests-18
232 Bytes
sha256:78b2f6650e004c59f8dee93481d8e090276e59344c695a0326e62ffc1e5c31a6
codecov-test-results-nh-unify-request-attribute-extraction-job_remix_integration_tests-20
235 Bytes
sha256:1c3ed54726fa47ee93ac134802a8c34bce79604c6ce7ebc0d286590c29ef8a39
codecov-test-results-nh-unify-request-attribute-extraction-job_remix_integration_tests-22
235 Bytes
sha256:9c5f12e6afbc6d932335c1203f7488c399b9229383f01c3458aca0a2f7cf6b3a
codecov-test-results-nh-unify-request-attribute-extraction-job_remix_integration_tests-24
235 Bytes
sha256:1b34e27757369754bede60dd188c6144d5995dfd96a723e590c5997fe43ea690