Skip to content

feat(deps): Bump OpenTelemetry dependencies #44150

feat(deps): Bump OpenTelemetry dependencies

feat(deps): Bump OpenTelemetry dependencies #44150

Triggered via pull request March 6, 2026 14:28
Status Failure
Total duration 36m 39s
Artifacts 42

build.yml

on: pull_request
Get Metadata
9s
Get Metadata
Prepare E2E tests
3m 0s
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 10s
Size Check
Lint
7m 14s
Lint
Circular Dependency Check
1m 31s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 25s
Browser Unit Tests
Bun Unit Tests
43s
Bun Unit Tests
Deno Unit Tests
48s
Deno Unit Tests
Cloudflare Integration Tests
1m 1s
Cloudflare Integration Tests
Node Overhead Check
3m 37s
Node Overhead Check
Check for faulty .d.ts files
45s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 808 warnings
Check lockfile
Process completed with exit code 1.
Node (22) Unit Tests
Process completed with exit code 1.
Node (20) Unit Tests
Process completed with exit code 1.
E2E angular (canary) Test (optional)
Process completed with exit code 3.
E2E angular (canary) Test (optional)
Process completed with exit code 3.
E2E node-otel-without-tracing Test
Process completed with exit code 1.
E2E aws-serverless (Node 20) Test
Process completed with exit code 1.
E2E aws-serverless Test
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
E2E aws-serverless Test
Process completed with exit code 1.
E2E aws-serverless (Node 18) Test
Process completed with exit code 1.
Node (22) Integration Tests
Process completed with exit code 1.
suites/tracing/http-client-spans/fetch-strip-query/test.ts > strips and handles query params in spans of outgoing fetch requests: dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts#L21
AssertionError: expected { span_id: '6913cf4d4eb38610', …(9) } to match object { data: { …(18) }, …(7) } (2 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,10 @@ { "data": { "http.query": "id=1", "http.request.method": "GET", "http.request.method_original": "GET", - "http.response.header.content-length": 0, "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": Any<Number>, "otel.kind": "CLIENT", "sentry.op": "http.client", ❯ transaction suites/tracing/http-client-spans/fetch-strip-query/test.ts:21:32 ❯ expectTransactionEvent utils/runner.ts:746:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "8a88e47e40b7ec09", + "span_id": "fab1acafc1677af0", + "start_timestamp": 1772808796.807, "status": "ok", + "timestamp": 1772808796.8806121, + "trace_id": "5020593428065071fe62710c5d89f117", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33643, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33643, + "url": "http://localhost:33643/anthropic/v1/messages", + "url.full": "http://localhost:33643/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:33643/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "fab1acafc1677af0", + "span_id": "392a6632829e42fa", + "start_timestamp": 1772808796.838, "status": "ok", + "timestamp": 1772808796.8781435, + "trace_id": "5020593428065071fe62710c5d89f117", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "8a88e47e40b7ec09", + "span_id": "0d7fdaea5d5e931b", + "start_timestamp": 1772808796.881, "status": "internal_error", + "timestamp": 1772808796.8973913, + "trace_id": "5020593428065071fe62710c5d89f117", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addr
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "8a2b969741cfd082", + "span_id": "c3a6c518b3fa592e", + "start_timestamp": 1772808796.064, "status": "ok", + "timestamp": 1772808796.11008, + "trace_id": "88fb4486d5260c38ea32e56f3c986c07", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45443, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45443, + "url": "http://localhost:45443/anthropic/v1/messages", + "url.full": "http://localhost:45443/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:45443/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c3a6c518b3fa592e", + "span_id": "06ee8652af7fbfa3", + "start_timestamp": 1772808796.074, "status": "ok", + "timestamp": 1772808796.1075041, + "trace_id": "88fb4486d5260c38ea32e56f3c986c07", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "8a2b969741cfd082", + "span_id": "567d41290f536f73", + "start_timestamp": 1772808796.11, "status": "internal_error", + "timestamp": 1772808796.1250925, + "trace_id": "88fb4486d5260c38ea32e56f3c986c07", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.address
Node (24) Integration Tests
Process completed with exit code 1.
suites/tracing/http-client-spans/fetch-strip-query/test.ts > strips and handles query params in spans of outgoing fetch requests: dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts#L21
AssertionError: expected { span_id: 'f1149644ce3281e6', …(9) } to match object { data: { …(18) }, …(7) } (2 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,10 @@ { "data": { "http.query": "id=1", "http.request.method": "GET", "http.request.method_original": "GET", - "http.response.header.content-length": 0, "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": Any<Number>, "otel.kind": "CLIENT", "sentry.op": "http.client", ❯ transaction suites/tracing/http-client-spans/fetch-strip-query/test.ts:21:32 ❯ expectTransactionEvent utils/runner.ts:746:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "a116b3d8da54a300", + "span_id": "c2923bf57eb65de2", + "start_timestamp": 1772808801.691, "status": "ok", + "timestamp": 1772808801.7639036, + "trace_id": "a2e531b30a6112e5a95f7003f85eb2b6", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40969, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40969, + "url": "http://localhost:40969/anthropic/v1/messages", + "url.full": "http://localhost:40969/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:40969/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c2923bf57eb65de2", + "span_id": "0844e3daa57c22b9", + "start_timestamp": 1772808801.716, "status": "ok", + "timestamp": 1772808801.7607872, + "trace_id": "a2e531b30a6112e5a95f7003f85eb2b6", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "a116b3d8da54a300", + "span_id": "b483ee7ea64222bd", + "start_timestamp": 1772808801.764, "status": "internal_error", + "timestamp": 1772808801.7823234, + "trace_id": "a2e531b30a6112e5a95f7003f85eb2b6", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addr
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "6a04ba98b7b6f060", + "span_id": "6fda31d96016388a", + "start_timestamp": 1772808800.912, "status": "ok", + "timestamp": 1772808800.9887984, + "trace_id": "1af2ed8e9bddf66d415e4580ab43dae3", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35591, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35591, + "url": "http://localhost:35591/anthropic/v1/messages", + "url.full": "http://localhost:35591/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:35591/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6fda31d96016388a", + "span_id": "28fcf960e43afba9", + "start_timestamp": 1772808800.93, "status": "ok", + "timestamp": 1772808800.9854236, + "trace_id": "1af2ed8e9bddf66d415e4580ab43dae3", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "6a04ba98b7b6f060", + "span_id": "b2045267791a01f4", + "start_timestamp": 1772808800.989, "status": "internal_error", + "timestamp": 1772808801.0071454, + "trace_id": "1af2ed8e9bddf66d415e4580ab43dae3", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addre
Node (18) Integration Tests
Process completed with exit code 1.
suites/tracing/http-client-spans/fetch-strip-query/test.ts > strips and handles query params in spans of outgoing fetch requests: dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts#L21
AssertionError: expected { span_id: 'ecb9e82a7bc6e99c', …(9) } to match object { data: { …(18) }, …(7) } (2 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,10 @@ { "data": { "http.query": "id=1", "http.request.method": "GET", "http.request.method_original": "GET", - "http.response.header.content-length": 0, "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": Any<Number>, "otel.kind": "CLIENT", "sentry.op": "http.client", ❯ transaction suites/tracing/http-client-spans/fetch-strip-query/test.ts:21:32 ❯ expectTransactionEvent utils/runner.ts:746:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "97a308bb9af3e748", + "span_id": "857a4f86a5f64456", + "start_timestamp": 1772808804.188, "status": "ok", + "timestamp": 1772808804.3015327, + "trace_id": "00cf6d73717ed3d6c44e816bd8b44edb", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40165, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40165, + "url": "http://localhost:40165/anthropic/v1/messages", + "url.full": "http://localhost:40165/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:40165/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "857a4f86a5f64456", + "span_id": "715c4d4b582e0907", + "start_timestamp": 1772808804.228, "status": "ok", + "timestamp": 1772808804.2912395, + "trace_id": "00cf6d73717ed3d6c44e816bd8b44edb", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "97a308bb9af3e748", + "span_id": "dbf252adb30e471e", + "start_timestamp": 1772808804.302, "status": "internal_error", + "timestamp": 1772808804.3305829, + "trace_id": "00cf6d73717ed3d6c44e816bd8b44edb", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addr
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "66e0339a9df64d8e", + "span_id": "dda99b741adb348d", + "start_timestamp": 1772808803.143, "status": "ok", + "timestamp": 1772808803.2363384, + "trace_id": "c24cdd5c905baf9f937f65829cd2a33f", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42513, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42513, + "url": "http://localhost:42513/anthropic/v1/messages", + "url.full": "http://localhost:42513/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:42513/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "dda99b741adb348d", + "span_id": "c3e4aa5bd51f9bc9", + "start_timestamp": 1772808803.177, "status": "ok", + "timestamp": 1772808803.2267854, + "trace_id": "c24cdd5c905baf9f937f65829cd2a33f", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "66e0339a9df64d8e", + "span_id": "9e4cd730839fd564", + "start_timestamp": 1772808803.237, "status": "internal_error", + "timestamp": 1772808803.257278, + "trace_id": "c24cdd5c905baf9f937f65829cd2a33f", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addre
Node (20) Integration Tests
Process completed with exit code 1.
suites/tracing/http-client-spans/fetch-strip-query/test.ts > strips and handles query params in spans of outgoing fetch requests: dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts#L21
AssertionError: expected { span_id: '37b85ece71a28844', …(9) } to match object { data: { …(18) }, …(7) } (2 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,10 @@ { "data": { "http.query": "id=1", "http.request.method": "GET", "http.request.method_original": "GET", - "http.response.header.content-length": 0, "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": Any<Number>, "otel.kind": "CLIENT", "sentry.op": "http.client", ❯ transaction suites/tracing/http-client-spans/fetch-strip-query/test.ts:21:32 ❯ expectTransactionEvent utils/runner.ts:746:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "c1b694f81349078c", + "span_id": "25d05905e1ef4266", + "start_timestamp": 1772808809.492, "status": "ok", + "timestamp": 1772808809.6109207, + "trace_id": "2a017df14cc4f2ebfff12b3207767968", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34459, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34459, + "url": "http://localhost:34459/anthropic/v1/messages", + "url.full": "http://localhost:34459/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:34459/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "25d05905e1ef4266", + "span_id": "ce801f323a41bf2b", + "start_timestamp": 1772808809.523, "status": "ok", + "timestamp": 1772808809.5922043, + "trace_id": "2a017df14cc4f2ebfff12b3207767968", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "c1b694f81349078c", + "span_id": "611fdb858fdddb3b", + "start_timestamp": 1772808809.611, "status": "internal_error", + "timestamp": 1772808809.6376092, + "trace_id": "2a017df14cc4f2ebfff12b3207767968", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addr
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "ca1f70666fd865fd", + "span_id": "7c60ab82a6333a99", + "start_timestamp": 1772808808.63, "status": "ok", + "timestamp": 1772808808.7034123, + "trace_id": "3f035d35ddc5411ac3f010422798ec73", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46349, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46349, + "url": "http://localhost:46349/anthropic/v1/messages", + "url.full": "http://localhost:46349/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:46349/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7c60ab82a6333a99", + "span_id": "0f0a4f2a5a97ad6a", + "start_timestamp": 1772808808.658, "status": "ok", + "timestamp": 1772808808.6999183, + "trace_id": "3f035d35ddc5411ac3f010422798ec73", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "ca1f70666fd865fd", + "span_id": "bd373e183a8ebd12", + "start_timestamp": 1772808808.704, "status": "internal_error", + "timestamp": 1772808808.7284808, + "trace_id": "3f035d35ddc5411ac3f010422798ec73", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addre
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/tracing/http-client-spans/fetch-strip-query/test.ts > strips and handles query params in spans of outgoing fetch requests: dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-strip-query/test.ts#L21
AssertionError: expected { span_id: 'b1b8e53f0dc4fe6f', …(9) } to match object { data: { …(18) }, …(7) } (2 matching properties omitted from actual) - Expected + Received @@ -1,11 +1,10 @@ { "data": { "http.query": "id=1", "http.request.method": "GET", "http.request.method_original": "GET", - "http.response.header.content-length": 0, "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": Any<Number>, "otel.kind": "CLIENT", "sentry.op": "http.client", ❯ transaction suites/tracing/http-client-spans/fetch-strip-query/test.ts:21:32 ❯ expectTransactionEvent utils/runner.ts:746:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "360c1052cc8b2978", + "span_id": "6fe241f5ed733b5a", + "start_timestamp": 1772808963.18, "status": "ok", + "timestamp": 1772808963.2457902, + "trace_id": "817fe8f7eec22b463478c4b78e338ea9", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42669, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42669, + "url": "http://localhost:42669/anthropic/v1/messages", + "url.full": "http://localhost:42669/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:42669/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6fe241f5ed733b5a", + "span_id": "3b19f8912fbe078f", + "start_timestamp": 1772808963.204, "status": "ok", + "timestamp": 1772808963.2430577, + "trace_id": "817fe8f7eec22b463478c4b78e338ea9", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "360c1052cc8b2978", + "span_id": "154b8c1582b890da", + "start_timestamp": 1772808963.246, "status": "internal_error", + "timestamp": 1772808963.2633255, + "trace_id": "817fe8f7eec22b463478c4b78e338ea9", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addre
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic 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) } (91 matching properties omitted from actual) - Expected + Received @@ -1,112 +1,167 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": 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": "claude-3-haiku-20240307", "gen_ai.request.temperature": 0.7, "gen_ai.response.id": "msg_mock123", "gen_ai.response.model": "claude-3-haiku-20240307", "gen_ai.response.text": "Hello from Anthropic mock!", "gen_ai.system": "anthropic", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 10, "gen_ai.usage.output_tokens": 15, "gen_ai.usage.total_tokens": 25, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat claude-3-haiku-20240307", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "6eb73202b6e10b07", + "span_id": "30905765866a2ec0", + "start_timestamp": 1772808962.353, "status": "ok", + "timestamp": 1772808962.4220533, + "trace_id": "60cd1f71f3ca004bc1dc02a5db1fc5d2", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 247, "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35923, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35923, + "url": "http://localhost:35923/anthropic/v1/messages", + "url.full": "http://localhost:35923/anthropic/v1/messages", "url.path": "/anthropic/v1/messages", "url.query": "", "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:35923/anthropic/v1/messages", "op": "http.client", "origin": "auto.http.otel.node_fetch", + "parent_span_id": "30905765866a2ec0", + "span_id": "91a53476957d3d2a", + "start_timestamp": 1772808962.369, "status": "ok", + "timestamp": 1772808962.4195614, + "trace_id": "60cd1f71f3ca004bc1dc02a5db1fc5d2", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"This will fail\"}]", "gen_ai.operation.name": "chat", "gen_ai.request.model": "error-model", "gen_ai.system": "anthropic", "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.anthropic", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat error-model", "op": "gen_ai.chat", "origin": "auto.ai.anthropic", + "parent_span_id": "6eb73202b6e10b07", + "span_id": "9a56964ca2b0f5ba", + "start_timestamp": 1772808962.423, "status": "internal_error", + "timestamp": 1772808962.4412944, + "trace_id": "60cd1f71f3ca004bc1dc02a5db1fc5d2", }, - ObjectContaining { - "data": ObjectContaining { + { + "data": { "http.request.method": "POST", "http.request.method_original": "POST", - "http.response.header.content-length": 15, "http.response.status_code": 404, + "network.peer.addr
All required jobs passed or were skipped
Process completed with exit code 1.
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
No coverage files found
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
No coverage files found
PW loader_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing_replay Tests
No coverage files found
PW loader_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay Tests
No coverage files found
PW loader_base Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_base Tests
No coverage files found
PW loader_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing Tests
No coverage files found
PW loader_replay_buffer Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay_buffer Tests
No coverage files found
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
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 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) Tests
No coverage files found
Playwright bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
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 (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
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
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_min Tests
No coverage files found
Playwright bundle_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay Tests
No coverage files found
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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (2/4) Tests
No coverage files found
Playwright esm (1/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (1/4) Tests
No coverage files found
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
Playwright esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
Playwright esm (4/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (4/4) Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 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 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-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-esm-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 node-fastify-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 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-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-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 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
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
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
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
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 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 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 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 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 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-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 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-core-light-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-light-express Test
No coverage files found
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 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 node-express-incorrect-instrumentation Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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-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 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 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 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 node-fastify-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No coverage files found
E2E nestjs-with-submodules Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No coverage files found
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
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-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 browser-webworker-vite Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E browser-webworker-vite Test
No coverage files found
E2E browser-webworker-vite Test
Please ensure your test framework is generating JUnit XML output.
E2E browser-webworker-vite Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E browser-webworker-vite Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-workers Test
No coverage files found
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-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 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-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 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 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 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 nestjs-8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
No coverage files found
E2E nestjs-8 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 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 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 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 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 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 astro-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No coverage files found
E2E react-router-7-framework-spa Test
No coverage files found
E2E astro-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-4 Test
No 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-connect Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-connect Test
No coverage files found
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 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-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
E2E astro-5-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5-cf-workers Test
No coverage files found
E2E astro-5-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5-cf-workers 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 create-remix-app-express-vite-dev Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express-vite-dev Test
No coverage files found
E2E create-remix-app-express-vite-dev Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express-vite-dev Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 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-router-7-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 sveltekit-2-svelte-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-svelte-5 Test
No coverage files found
E2E sveltekit-2-svelte-5 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 sveltekit-2-svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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-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 react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 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 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 react-router-7-framework-spa-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
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 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-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 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 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 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 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 angular-19 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-19 Test
No coverage files found
E2E angular-19 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-19 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-19 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 nextjs-16-userfeedback Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 nextjs-16-userfeedback Test
No coverage files found
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 nextjs-16-trailing-slash (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No coverage files found
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-18 Test
No coverage files found
E2E angular-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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-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
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 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-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 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 angular-21 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-21 Test
No coverage files found
E2E angular-21 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-21 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-21 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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-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 hydrogen-react-router-7 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E hydrogen-react-router-7 Test
No coverage files found
E2E hydrogen-react-router-7 Test
Please ensure your test framework is generating JUnit XML output.
E2E hydrogen-react-router-7 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-20 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-20 Test
No coverage files found
E2E angular-20 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-20 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-20 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework (latest) Test
No coverage files found
E2E create-react-app Test
No coverage files found
E2E react-router-7-framework (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app 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 create-react-app 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 create-react-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2-non-vite Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-v2-non-vite Test
No coverage files found
E2E create-remix-app-v2-non-vite Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-v2-non-vite Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2-non-vite Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-dynamic-import Test
No coverage files found
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 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 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-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 angular-17 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-17 Test
No coverage files found
E2E angular-17 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-17 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-17 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nuxt-3 Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 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 nuxt-3 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 nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cacheComponents Test
No coverage files found
E2E nextjs-16-cacheComponents Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cacheComponents Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
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
E2E ember-embroider Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E ember-embroider Test
No coverage files found
E2E ember-embroider Test
Please ensure your test framework is generating JUnit XML output.
E2E ember-embroider Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E ember-embroider Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
Playwright bundle_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
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 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 ember-classic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E ember-classic Test
No coverage files found
E2E ember-classic Test
Please ensure your test framework is generating JUnit XML output.
E2E ember-classic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E ember-classic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 20) Test
No coverage files found
E2E aws-serverless (Node 20) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 20) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers (latest) Test
No coverage files found
E2E nextjs-16-cf-workers (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
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-13 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-13 Test
No coverage files found
E2E nextjs-13 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-13 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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-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 aws-serverless Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless Test
No coverage files found
E2E aws-serverless Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 18) Test
No coverage files found
E2E aws-serverless (Node 18) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 18) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-intl Test
No coverage files found
E2E nextjs-15-intl Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-intl Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-basepath Test
No coverage files found
E2E nextjs-15-basepath Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-basepath Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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-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
E2E nextjs-14 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-14 Test
No coverage files found
E2E nextjs-14 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-14 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@13) Test
No coverage files found
E2E nextjs-pages-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 nextjs-16 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 Test
No coverage files found
E2E nextjs-16 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
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 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
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-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
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
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
E2E nextjs-16 (latest, webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, webpack) Test
No coverage files found
E2E nextjs-16 (latest, webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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.
E2E nextjs-16 (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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
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 (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
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
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
33 MB
sha256:7ac6dabae38d9840bbd6437b8e94bfe0f2fe7d104b62866f354f7a2c8fd88327
codecov-coverage-results-ab-bump-otel-job_browser_unit_tests Expired
92.5 KB
sha256:88517bde5205ecc332ab8fe3a07acf6e10b4b2200580d075d80790c076405926
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-18 Expired
222 KB
sha256:d1fe6e59ba13b66a89d59ed17abbf633f9053caaedf199d372be0c041c9f4e87
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-20 Expired
201 KB
sha256:1b21e87d7b231df76f7af64b73ff25791664a916b181240e3ed13dcb8be9f78d
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-22 Expired
201 KB
sha256:b13df9c913303a01f4bef37c904925586b20da2a06a0e7b520082fa9cf380a1c
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-24 Expired
230 KB
sha256:17988dfafbde3b79c7ff991246e87ebb74365f3c19756cb771e4b2519a8761d8
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_base Expired
242 Bytes
sha256:a5a1fd7d65e69855ca70f54b936ae615e60476fb5a1da5994bc7494f0b9ffcc4
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_debug Expired
240 Bytes
sha256:65b4a160d4dbdb47aa28a62b19d92d8d8b0cce7856816c4391c3bb1d7cecfcd9
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_eager Expired
243 Bytes
sha256:6f2d476e06c16156ac8b3a4403a04c97f710d441f68b86db833e9999662bc51c
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_replay Expired
240 Bytes
sha256:1a2ade6c9c472dd3361cb4b68b7e7530ebb952ead7d0f421862ebb6826e99391
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_replay_buffer Expired
240 Bytes
sha256:d5cf6532e1a11f7895b9448d9077dfc70889d8cdbc7e9e17ce90a8df3e0c6d03
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_tracing Expired
240 Bytes
sha256:74e7efd25908924b006fcf055ca1de49503adc23ec864c2b9f7a3dfded55b170
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_tracing_replay Expired
238 Bytes
sha256:d45399fbd75328906a8fc2423b0d1fae3bde9d59a09d46179723bba89578e59a
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle-chromium Expired
246 Bytes
sha256:9e530a605fc9e8c73ce488a331d47220c45bee863af26d6093537c0891a01d4d
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium Expired
248 Bytes
sha256:9ddaafe139b9245f91e702fdd78db7e4d8d1fa3d266079e0588905e071d4e3a9
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_min-chromium Expired
248 Bytes
sha256:44c9bcda6a9722c98635b95419b0990b4a391d8d773dc7994c449bdbae4f4e80
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium Expired
247 Bytes
sha256:f7b593a9f67229bc42943afed3726df71d57506a9b2b3dc00ec3036b0c78e69d
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium Expired
246 Bytes
sha256:cf279cbe1799a415f6c4700dca87481ff87f4ddb93e29c3f37372ca239b16931
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium Expired
249 Bytes
sha256:84627ab6983513d2d5d461aa8e5ec7fc8e4de00a4ce9787540e07a3b79310b58
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium Expired
244 Bytes
sha256:7bbd61ea2c88b2e86ecc3078e0aa9fdb1e3e2de9ce67d9d9b6936696069ef181
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium Expired
241 Bytes
sha256:164a02caebdf8751757589bc491df91262359b6c2861c144e756e1796e45b983
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium Expired
243 Bytes
sha256:bff5278b1b0cc2f0a94d70386b43a41f27f7a7700aa3763ab5615460dadc9fb9
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium Expired
244 Bytes
sha256:4b315e0f240e5d78f4dd9b64378ef4977f1c345a67e4f6344ca8305c29e2f957
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium Expired
243 Bytes
sha256:73ac825ba3718781757dccf43d90e339e6b7f99540414ecccc5b216c7b5fb6a8
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox Expired
236 Bytes
sha256:02f2ec66b10bd41645a76e4de268d1a8bb4f55dd5b14dbc80613d3af390770b3
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit Expired
242 Bytes
sha256:275b0837a8f65862175e51cdb5c505ecb7801408a08e97fd41af15f2ca7b27d7
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium Expired
245 Bytes
sha256:3b5782f4f6f32a32d427945fea22947028532c0653598c901a652a7f28113e5b
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-1 Expired
244 Bytes
sha256:82822d68d5c2bcd5a21585db6d1ea9e098f9d36e5a85049ba76622e620eae1d3
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-2 Expired
243 Bytes
sha256:515fddc46f24087cb4f43364b3f9febbc68f519210eddcae65da9bc588abc724
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-3 Expired
245 Bytes
sha256:96244ade0d21a787a69a2a2e6218a27d4667419e2fc8a649b3bf8a6da1b85a59
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-4 Expired
245 Bytes
sha256:e7cd24c99c644958687eb1fed4c91f07dc6b5863a20a63a9504f5737b7b3267f
codecov-test-results-ab-bump-otel-job_browser_unit_tests Expired
238 Bytes
sha256:b89e08e915a2cd9e57256faf353690a9c283c462616c6b2c916a7eed95a1bf46
codecov-test-results-ab-bump-otel-job_node_unit_tests-18 Expired
254 Bytes
sha256:1b873e191fe1e52a7b26cae2bedd2d8cf401d6262f3848bc4d167f05f5553a9f
codecov-test-results-ab-bump-otel-job_node_unit_tests-20 Expired
610 Bytes
sha256:c6fcd5f7af32937f2aa4eb9b02f6a7153f2f5c40d1862621adbbcec90aa6bb0a
codecov-test-results-ab-bump-otel-job_node_unit_tests-22 Expired
610 Bytes
sha256:6689f4d6fdb3f3c52de6d69216b7f5a6c4ef9f06de412d6faa349806b4f4a193
codecov-test-results-ab-bump-otel-job_node_unit_tests-24 Expired
251 Bytes
sha256:eb57e745731bfb239a97fc7f95fd9580f230cfa23c3a6ebac871e8d0dcfb6138
codecov-test-results-ab-bump-otel-job_remix_integration_tests-18 Expired
232 Bytes
sha256:41c4798baa8bcfd59ecc008c79d5a7b52b77d767807388bd0bef98865773bf0a
codecov-test-results-ab-bump-otel-job_remix_integration_tests-20 Expired
232 Bytes
sha256:c72f0bc3e06930fd5233c71bc82cb576fe7d646e77f30a7a4268dc5d4103a3b3
codecov-test-results-ab-bump-otel-job_remix_integration_tests-22 Expired
235 Bytes
sha256:26d31054c18a551db90f58e123839dc39362285affcd008cf428d9b19a09b415
codecov-test-results-ab-bump-otel-job_remix_integration_tests-24 Expired
230 Bytes
sha256:fa101d5210a0f6ff4638662593a736c2137b3b85e7ef7e8ffb85c07871123093
playwright-traces-job_e2e_playwright_tests-aws-serverless Expired
8.68 KB
sha256:384884e6af65130298b356bedab72fe38bfdb8dd0cedd79b05ff924e7640573e
playwright-traces-job_e2e_playwright_tests-node-otel-without-tracing Expired
3.63 KB
sha256:4e59e81fcf0b376db937f77e8248d855ac0ea943854b907d311ab01ab8fa5cc0