Skip to content

feat(core,cloudflare,deno): Add instrumentPostgresJsSql instrumentation #43911

feat(core,cloudflare,deno): Add instrumentPostgresJsSql instrumentation

feat(core,cloudflare,deno): Add instrumentPostgresJsSql instrumentation #43911

Triggered via pull request February 27, 2026 13:57
Status Failure
Total duration 19m 13s
Artifacts 40

build.yml

on: pull_request
Get Metadata
9s
Get Metadata
Check lockfile
2m 57s
Check lockfile
Check file formatting
46s
Check file formatting
Check PR branches
5s
Check PR branches
Prepare E2E tests
3m 11s
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 9s
Size Check
Lint
7m 3s
Lint
Circular Dependency Check
1m 34s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 12s
Browser Unit Tests
Bun Unit Tests
57s
Bun Unit Tests
Deno Unit Tests
48s
Deno Unit Tests
Cloudflare Integration Tests
58s
Cloudflare Integration Tests
Node Overhead Check
3m 31s
Node Overhead Check
Check for faulty .d.ts files
32s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 793 warnings
Node (24) Integration Tests
Process completed with exit code 1.
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > cjs > uses runName for chain spans instead of unknown_chain: 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,28 +1,137 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "4677bcf25ac2a318", + "span_id": "37812d38242dd8a7", + "start_timestamp": 1772201228.149, + "status": "ok", + "timestamp": 1772201228.15367, + "trace_id": "cd324da38f186e31d22971204b99082d", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 36795, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36795, + "url": "http://localhost:36795/v1/messages", + "url.full": "http://localhost:36795/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:36795/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4677bcf25ac2a318", + "span_id": "059916dc9254d455", + "start_timestamp": 1772201228.196, + "status": "ok", + "timestamp": 1772201228.2645576, + "trace_id": "cd324da38f186e31d22971204b99082d", }, - "description": "chain parse_output", - "op": "gen_ai.invoke_agent", + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", "origin": "auto.ai.langchain", + "parent_span_id": "4677bcf25ac2a318", + "span_id": "6d6ef2b63d0b62f8", + "start_timestamp": 1772201228.158, + "status": "ok", + "timestamp": 1772201228.2692807, + "trace_id": "cd324da38f186e31d22971204b99082d", }, - ObjectContaining { + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, "description":
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > esm > uses runName for chain spans instead of unknown_chain: 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,28 +1,111 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "5819b92cee0c7d13", + "span_id": "8bb9972188494f61", + "start_timestamp": 1772201227.026, + "status": "ok", + "timestamp": 1772201227.0311902, + "trace_id": "a2485c28794f306ae31124709bad6c03", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 45723, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45723, + "url": "http://localhost:45723/v1/messages", + "url.full": "http://localhost:45723/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:45723/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "5819b92cee0c7d13", + "span_id": "cc4621835dd4b483", + "start_timestamp": 1772201227.056, + "status": "ok", + "timestamp": 1772201227.1165118, + "trace_id": "a2485c28794f306ae31124709bad6c03", + }, + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", + "origin": "auto.ai.langchain", + "parent_span_id": "5819b92cee0c7d13", + "span_id": "acc255ae38afc9bb", + "start_timestamp": 1772201227.037, + "status": "ok", + "timestamp": 1772201227.1222126, + "trace_id": "a2485c28794f306ae31124709bad6c03", + }, + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain parse_output", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "5819b92cee0c7d13", + "span_id": "e7928fdefd237708", + "start_timestamp": 1772201227.122, + "status": "ok", + "timestamp": 1772201227.1224353, + "trace_id": "a2485c28794f306ae31124709bad6c03", }, - ObjectContaining { - "description": "chat claude-3-5-sonnet-20241022", - "op": "gen_ai.chat", + { + "data": { + "langchain.chain.name": "u
Node (22) Integration Tests
Process completed with exit code 1.
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > cjs > uses runName for chain spans instead of unknown_chain: 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,28 +1,137 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "a02b33ba1b5152a8", + "span_id": "b847fd141486790a", + "start_timestamp": 1772201230.972, + "status": "ok", + "timestamp": 1772201230.9751868, + "trace_id": "5463cbdeea18354a26c9ff31f147007b", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 40105, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40105, + "url": "http://localhost:40105/v1/messages", + "url.full": "http://localhost:40105/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:40105/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "a02b33ba1b5152a8", + "span_id": "0df5748b8a787a0c", + "start_timestamp": 1772201231.017, + "status": "ok", + "timestamp": 1772201231.0740473, + "trace_id": "5463cbdeea18354a26c9ff31f147007b", }, - "description": "chain parse_output", - "op": "gen_ai.invoke_agent", + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", "origin": "auto.ai.langchain", + "parent_span_id": "a02b33ba1b5152a8", + "span_id": "c990be5ceaac6cc8", + "start_timestamp": 1772201230.979, + "status": "ok", + "timestamp": 1772201231.0793748, + "trace_id": "5463cbdeea18354a26c9ff31f147007b", }, - ObjectContaining { + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, "description"
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > esm > uses runName for chain spans instead of unknown_chain: 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,28 +1,111 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "9e74ed50fc43a582", + "span_id": "93a7bcd0a81d14ac", + "start_timestamp": 1772201229.754, + "status": "ok", + "timestamp": 1772201229.7583067, + "trace_id": "72047a20acba3045e1418c7fdde61520", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 35169, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35169, + "url": "http://localhost:35169/v1/messages", + "url.full": "http://localhost:35169/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:35169/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "9e74ed50fc43a582", + "span_id": "de562239e7804bc0", + "start_timestamp": 1772201229.782, + "status": "ok", + "timestamp": 1772201229.847488, + "trace_id": "72047a20acba3045e1418c7fdde61520", + }, + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", + "origin": "auto.ai.langchain", + "parent_span_id": "9e74ed50fc43a582", + "span_id": "8d2ad99f43864a82", + "start_timestamp": 1772201229.762, + "status": "ok", + "timestamp": 1772201229.8528867, + "trace_id": "72047a20acba3045e1418c7fdde61520", + }, + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain parse_output", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "9e74ed50fc43a582", + "span_id": "d0d1537938846395", + "start_timestamp": 1772201229.854, + "status": "ok", + "timestamp": 1772201229.8545253, + "trace_id": "72047a20acba3045e1418c7fdde61520", }, - ObjectContaining { - "description": "chat claude-3-5-sonnet-20241022", - "op": "gen_ai.chat", + { + "data": { + "langchain.chain.name": "un
Node (18) Integration Tests
Process completed with exit code 1.
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > cjs > uses runName for chain spans instead of unknown_chain: 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,28 +1,137 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "f856a3312ed3bde3", + "span_id": "fcfb4055bdfc59ef", + "start_timestamp": 1772201245.138, + "status": "ok", + "timestamp": 1772201245.1432436, + "trace_id": "b0c43773824b803856e054c875b6a742", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 41885, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41885, + "url": "http://localhost:41885/v1/messages", + "url.full": "http://localhost:41885/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:41885/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f856a3312ed3bde3", + "span_id": "d9240ffb713718e9", + "start_timestamp": 1772201245.189, + "status": "ok", + "timestamp": 1772201245.238328, + "trace_id": "b0c43773824b803856e054c875b6a742", }, - "description": "chain parse_output", - "op": "gen_ai.invoke_agent", + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", "origin": "auto.ai.langchain", + "parent_span_id": "f856a3312ed3bde3", + "span_id": "794fde05c56698f7", + "start_timestamp": 1772201245.148, + "status": "ok", + "timestamp": 1772201245.2489364, + "trace_id": "b0c43773824b803856e054c875b6a742", }, - ObjectContaining { + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, "description":
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > esm > uses runName for chain spans instead of unknown_chain: 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,28 +1,111 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "40f255d605606ab1", + "span_id": "8a691a633c4c246f", + "start_timestamp": 1772201243.84, + "status": "ok", + "timestamp": 1772201243.8453317, + "trace_id": "2ca6d64d7efe24ae3fd1aadbea911d57", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 32827, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 32827, + "url": "http://localhost:32827/v1/messages", + "url.full": "http://localhost:32827/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:32827/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "40f255d605606ab1", + "span_id": "e022a729eba8e112", + "start_timestamp": 1772201243.888, + "status": "ok", + "timestamp": 1772201243.9658563, + "trace_id": "2ca6d64d7efe24ae3fd1aadbea911d57", + }, + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", + "origin": "auto.ai.langchain", + "parent_span_id": "40f255d605606ab1", + "span_id": "797e762c7eaaaf42", + "start_timestamp": 1772201243.851, + "status": "ok", + "timestamp": 1772201243.97435, + "trace_id": "2ca6d64d7efe24ae3fd1aadbea911d57", + }, + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain parse_output", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "40f255d605606ab1", + "span_id": "1da6709d29735415", + "start_timestamp": 1772201243.975, + "status": "ok", + "timestamp": 1772201243.9759247, + "trace_id": "2ca6d64d7efe24ae3fd1aadbea911d57", }, - ObjectContaining { - "description": "chat claude-3-5-sonnet-20241022", - "op": "gen_ai.chat", + { + "data": { + "langchain.chain.name": "unkn
Node (20) Integration Tests
Process completed with exit code 1.
suites/tracing/knex/mysql2/test.ts > knex auto instrumentation > with `mysql2` client > esm/cjs > cjs > should auto-instrument `knex` package: dev-packages/node-integration-tests/suites/tracing/knex/mysql2/test.ts#L10
Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ suites/tracing/knex/mysql2/test.ts:10:7 ❯ utils/runner.ts:310:7
suites/tracing/knex/mysql2/test.ts > knex auto instrumentation > with `mysql2` client > esm/cjs > esm > should auto-instrument `knex` package: dev-packages/node-integration-tests/suites/tracing/knex/mysql2/test.ts#L10
Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ suites/tracing/knex/mysql2/test.ts:10:7 ❯ utils/runner.ts:300:7
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > cjs > uses runName for chain spans instead of unknown_chain: 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,28 +1,137 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "30423ac93c4c50a7", + "span_id": "b39970adb9cb63e2", + "start_timestamp": 1772201234.871, + "status": "ok", + "timestamp": 1772201234.877456, + "trace_id": "a5caa553b568a859d686558c041842cf", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 40579, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40579, + "url": "http://localhost:40579/v1/messages", + "url.full": "http://localhost:40579/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:40579/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "30423ac93c4c50a7", + "span_id": "1868542e0eda01f2", + "start_timestamp": 1772201234.919, + "status": "ok", + "timestamp": 1772201234.9804351, + "trace_id": "a5caa553b568a859d686558c041842cf", }, - "description": "chain parse_output", - "op": "gen_ai.invoke_agent", + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", "origin": "auto.ai.langchain", + "parent_span_id": "30423ac93c4c50a7", + "span_id": "4a23b44be92200ad", + "start_timestamp": 1772201234.881, + "status": "ok", + "timestamp": 1772201234.986136, + "trace_id": "a5caa553b568a859d686558c041842cf", }, - ObjectContaining { + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, "description":
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > esm > uses runName for chain spans instead of unknown_chain: 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,28 +1,111 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "5ddf8a35474524b9", + "span_id": "de04773cff8c0e19", + "start_timestamp": 1772201233.778, + "status": "ok", + "timestamp": 1772201233.7824073, + "trace_id": "ed6cc5ef384f9324e9cb1a79bf032add", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 34967, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34967, + "url": "http://localhost:34967/v1/messages", + "url.full": "http://localhost:34967/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:34967/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "5ddf8a35474524b9", + "span_id": "1fb1e88d4a1bc3c0", + "start_timestamp": 1772201233.823, + "status": "ok", + "timestamp": 1772201233.8767445, + "trace_id": "ed6cc5ef384f9324e9cb1a79bf032add", + }, + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", + "origin": "auto.ai.langchain", + "parent_span_id": "5ddf8a35474524b9", + "span_id": "6327797e4a353aca", + "start_timestamp": 1772201233.787, + "status": "ok", + "timestamp": 1772201233.8831382, + "trace_id": "ed6cc5ef384f9324e9cb1a79bf032add", + }, + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain parse_output", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "5ddf8a35474524b9", + "span_id": "c724789fa257785a", + "start_timestamp": 1772201233.884, + "status": "ok", + "timestamp": 1772201233.8845873, + "trace_id": "ed6cc5ef384f9324e9cb1a79bf032add", }, - ObjectContaining { - "description": "chat claude-3-5-sonnet-20241022", - "op": "gen_ai.chat", + { + "data": { + "langchain.chain.name": "u
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > cjs > uses runName for chain spans instead of unknown_chain: 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,28 +1,137 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "9013c80bb1b5f272", + "span_id": "c78247677ec445f0", + "start_timestamp": 1772201386.639, + "status": "ok", + "timestamp": 1772201386.6439607, + "trace_id": "84f4934a25400820e7e02e8c30c825e4", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 35757, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35757, + "url": "http://localhost:35757/v1/messages", + "url.full": "http://localhost:35757/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:35757/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "9013c80bb1b5f272", + "span_id": "62b01ab3572858f7", + "start_timestamp": 1772201386.683, + "status": "ok", + "timestamp": 1772201386.7489266, + "trace_id": "84f4934a25400820e7e02e8c30c825e4", }, - "description": "chain parse_output", - "op": "gen_ai.invoke_agent", + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", "origin": "auto.ai.langchain", + "parent_span_id": "9013c80bb1b5f272", + "span_id": "2ed199f3a47e3c99", + "start_timestamp": 1772201386.648, + "status": "ok", + "timestamp": 1772201386.751977, + "trace_id": "84f4934a25400820e7e02e8c30c825e4", }, - ObjectContaining { + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, "description":
suites/tracing/langchain/test.ts > LangChain integration > esm/cjs > esm > uses runName for chain spans instead of unknown_chain: 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,28 +1,111 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "format_prompt", + "spans": [ + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain format_prompt", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "8d377519eb197cfb", + "span_id": "f950cb2a38a8cd56", + "start_timestamp": 1772201385.533, + "status": "ok", + "timestamp": 1772201385.5372233, + "trace_id": "b08111ad42d89a3281b9b8e73e2635fa", }, - ObjectContaining { - "data": ObjectContaining { - "langchain.chain.name": "parse_output", + { + "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": 45267, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45267, + "url": "http://localhost:45267/v1/messages", + "url.full": "http://localhost:45267/v1/messages", + "url.path": "/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.65.0", + }, + "description": "POST http://localhost:45267/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8d377519eb197cfb", + "span_id": "85acee30c782e07a", + "start_timestamp": 1772201385.558, + "status": "ok", + "timestamp": 1772201385.6093473, + "trace_id": "b08111ad42d89a3281b9b8e73e2635fa", + }, + { + "data": { + "gen_ai.operation.name": "chat", + "gen_ai.request.max_tokens": 50, + "gen_ai.request.model": "claude-3-5-sonnet-20241022", + "gen_ai.request.temperature": 0, + "gen_ai.response.id": "msg_chain_test", + "gen_ai.response.model": "claude-3-5-sonnet-20241022", + "gen_ai.response.stop_reason": "end_turn", + "gen_ai.system": "anthropic", + "gen_ai.usage.input_tokens": 10, + "gen_ai.usage.output_tokens": 5, + "gen_ai.usage.total_tokens": 15, + "sentry.op": "gen_ai.chat", + "sentry.origin": "auto.ai.langchain", + }, + "description": "chat claude-3-5-sonnet-20241022", + "op": "gen_ai.chat", + "origin": "auto.ai.langchain", + "parent_span_id": "8d377519eb197cfb", + "span_id": "538f8644686caad5", + "start_timestamp": 1772201385.542, + "status": "ok", + "timestamp": 1772201385.6137025, + "trace_id": "b08111ad42d89a3281b9b8e73e2635fa", + }, + { + "data": { + "langchain.chain.name": "unknown_chain", + "sentry.op": "gen_ai.invoke_agent", + "sentry.origin": "auto.ai.langchain", }, - "description": "chain parse_output", + "description": "chain unknown_chain", "op": "gen_ai.invoke_agent", "origin": "auto.ai.langchain", + "parent_span_id": "8d377519eb197cfb", + "span_id": "b2d2024d3f421aa2", + "start_timestamp": 1772201385.614, + "status": "ok", + "timestamp": 1772201385.6144257, + "trace_id": "b08111ad42d89a3281b9b8e73e2635fa", }, - ObjectContaining { - "description": "chat claude-3-5-sonnet-20241022", - "op": "gen_ai.chat", + { + "data": { + "langchain.chain.name": "u
All required jobs passed or were skipped
Process completed with exit code 1.
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug 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
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager 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_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing_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_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay 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 Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
Playwright bundle_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_logs_metrics 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
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) 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
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
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
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
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 bundle_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay 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
Playwright esm (2/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (2/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 bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
No coverage files found
E2E webpack-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1 Test
No coverage files found
E2E node-core-express-otel-v1 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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-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-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 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 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 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 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-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-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
Playwright esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
E2E node-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-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 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 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-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 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 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 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 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 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 astro-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 nestjs-with-submodules Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules Test
No coverage files found
E2E nestjs-8 Test
No coverage files found
E2E react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No coverage files found
E2E nestjs-8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-8 Test
No 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 react-router-7-framework-spa 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 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 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-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 astro-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No coverage files found
E2E astro-4 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 astro-4 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-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 generic-ts3.8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts3.8 Test
No coverage files found
E2E generic-ts3.8 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts3.8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-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 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 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 nextjs-16-userfeedback Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-userfeedback Test
No coverage files found
E2E nextjs-16-userfeedback Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-userfeedback Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v1-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-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 node-core-express-otel-v1-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-11 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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-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 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 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 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 nestjs-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-graphql Test
No coverage files found
E2E nestjs-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 react-router-6-use-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-use-routes Test
No coverage files found
E2E react-router-6-use-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-use-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 node-core-express-otel-v2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2 Test
No coverage files found
E2E node-core-express-otel-v2 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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 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 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 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 solidstart-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-spa Test
No coverage files found
E2E nestjs-basic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 nestjs-basic Test
No coverage files found
E2E solidstart-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 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 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 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 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 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 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 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 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 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 nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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 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 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 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 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 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 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 create-react-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app Test
No coverage files found
E2E create-react-app Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 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 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 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
E2E react-router-7-framework (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework (latest) Test
No coverage files found
E2E react-router-7-framework (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 nuxt-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
No coverage files found
E2E nuxt-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 nextjs-16-tunnel (turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (turbopack) Test
No coverage files found
E2E nextjs-16-tunnel (turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 (TS 3.8) Test
No coverage files found
E2E react-router-6 (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
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 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 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 react-router-6 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 Test
No coverage files found
E2E react-router-6 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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-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 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
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 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 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 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-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 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
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 Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
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 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
Playwright bundle_tracing_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_logs_metrics Tests
No coverage files found
E2E 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-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-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
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 node-fastify-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No coverage files found
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-3 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 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
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-tunnel (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (webpack) Test
No coverage files found
E2E nextjs-16-tunnel (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 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-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
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-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
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 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
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 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 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 react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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-16 (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, turbopack) Test
No coverage files found
E2E nextjs-16 (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-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 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 (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
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
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
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 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
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 (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
32.1 MB
sha256:8a72e462d8bdbd51f22b214a550a9236b5bf13562e545335d8a304bf45db99cd
codecov-coverage-results-ab-postgresjs-core-instrumentation-job_browser_unit_tests Expired
86 KB
sha256:023287356c0e1228bba881ed6df792c1a421eba8f931030adc70f9e2af32a38b
codecov-coverage-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-18 Expired
219 KB
sha256:1e5a21511fa6cccb1e42fb62971d75a867b3bb1e3ab73aede5957e04b32813ae
codecov-coverage-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-20 Expired
226 KB
sha256:ccc268db294fbc25d24241ffa807cdec7bcff98e611d2016c1c1aee69a8924cf
codecov-coverage-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-22 Expired
226 KB
sha256:f92194437c9f7df7225f49bfb33819be8b1ba9378efb41031022fc56c1c83e40
codecov-coverage-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-24 Expired
226 KB
sha256:fd2cbf94d7f4540505d2fbb5a71f6aa0b62340edef0a3a5d5931b79f3c155a82
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_base Expired
243 Bytes
sha256:967af20a1e8041c925133c74e48665a8ce93f25aef4c5932fa793aa6ed55ab04
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_debug Expired
243 Bytes
sha256:8ed357560df80aea043d55b777def276adbd18dad36ae5e88a652aa285fdd1ff
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_eager Expired
243 Bytes
sha256:1e32467362029388c7b7594713e3893cb9583e017854bec93ca8dcc9be7d0928
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_replay Expired
240 Bytes
sha256:afc07a9bf8544bd2649f83803436fb6c301a35c6dbe4a1752e9aa05b1b73452a
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_replay_buffer Expired
241 Bytes
sha256:0919ad4743abe80b93850f4ba9bd3a57ed9ded979dd133600537e68ba3e9f694
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_tracing Expired
243 Bytes
sha256:e1f9edfe693e9d20cbdf30a753b3b367f486611830a1a9e6cf2862146ff62172
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_loader_tests-browser-loader-loader_tracing_replay Expired
240 Bytes
sha256:08112785e7abc8e1e1e3264f06a0fc7b14298b89c0cf1a5007814bea554b143e
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle-chromium Expired
247 Bytes
sha256:54b345120f89491aa94b221a47b9b75aeee2998f432bcba480ee01490e7ce9f8
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium Expired
249 Bytes
sha256:58a4a0a5b0c69dd1c33c2994bf31142b9bdc4a9b21ae9910549d9d945de633b5
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_min-chromium Expired
248 Bytes
sha256:aa33c01fa486b199cb026a150f0a95b792dd14b3cc4f41c7fa51722419f2ef23
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium Expired
247 Bytes
sha256:fd305b77933742666ed60a5967f13e2d43dcee7bb8ec180fcde71571db52582e
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium Expired
246 Bytes
sha256:b82accdee67ff0066587528cceabc98d4b22c27ed6db26992ca01a76969cd850
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium Expired
249 Bytes
sha256:c1ff0c9b83fe8cf354291c2d2f86731c6070a3c702513a056e91b28294af31c8
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium Expired
248 Bytes
sha256:31ac73d9dd83a87787181982a780a36aa120c00038394fd83d974c3f4fcb44c8
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium Expired
242 Bytes
sha256:faf245b53c6e3bf1cbef9d2550868ec2e38dff74680cfe25b17a84da88cae55f
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium Expired
244 Bytes
sha256:52aec4f65ae9cf55912ff44559b1fefded0c868dc1638b3122db0754890a85e2
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium Expired
244 Bytes
sha256:5da04c68e13b4a91362467a9c33eb277e91c43b340bc9c88af0d2969508d629f
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium Expired
246 Bytes
sha256:80bf483d61e3f9653dbb2657e10753139e7323f199e18b2e2872d42cc400bfe1
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox Expired
236 Bytes
sha256:3719e70abd9da47201dd2ad081039c5912a374234db5960003533892163a04a6
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit Expired
247 Bytes
sha256:42924399f12ddb32edc2741af7a8d60e488dcb765b06c139b0ea21ae9bfff787
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium Expired
244 Bytes
sha256:1aaada5e676323ae6f9179b04d81d31864124150e9daf2923c3cc1fe5101082a
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-esm-chromium-1 Expired
244 Bytes
sha256:d7d2de5570029fc6b975d19589332d181181dd7577f48ac96f9151435adfe75e
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-esm-chromium-2 Expired
243 Bytes
sha256:ff8869e5c87c84daa93c8dd1ea5bf57c516f9420885a7d7a6c0d311b4f53d7e4
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-esm-chromium-3 Expired
244 Bytes
sha256:ae75f21c43e4c0d634cd3cd0cadc0c924f17bb6b3b53c788672be445df8fcbf5
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_playwright_tests-browser-playwright-esm-chromium-4 Expired
241 Bytes
sha256:664cec3caffe53829b57778909fe736fdb42a29fdbc4c5ee9bf06c1e741fd7a8
codecov-test-results-ab-postgresjs-core-instrumentation-job_browser_unit_tests Expired
243 Bytes
sha256:141f6aa1dbf70d8c6a4455c16a81dbfe5eb160949a7578e9a35cab6379a338a6
codecov-test-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-18 Expired
253 Bytes
sha256:5093a3c86b0c9bc7b8d04d136f738bf7569c0614f0b1d7acc7c3575e472d2011
codecov-test-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-20 Expired
250 Bytes
sha256:fbeda3e111b58c116d515e27ba8bae83a684be1d8badbd36332d76764c23ea18
codecov-test-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-22 Expired
251 Bytes
sha256:a15fc4c7065c89c5fe564ed67c79560f797077299293c39525f5de1660566438
codecov-test-results-ab-postgresjs-core-instrumentation-job_node_unit_tests-24 Expired
251 Bytes
sha256:e7e0561bbf24a1f1f35d7edbba986a8d355540b391e720c994ff2779f014f800
codecov-test-results-ab-postgresjs-core-instrumentation-job_remix_integration_tests-18 Expired
232 Bytes
sha256:a4a02b9860c788455728141731312538aaaeebdace54ded021ac701f0727b365
codecov-test-results-ab-postgresjs-core-instrumentation-job_remix_integration_tests-20 Expired
235 Bytes
sha256:ecd69c574099ab87da56abe5828317a1b684041aae091a147ef94da6769b0b47
codecov-test-results-ab-postgresjs-core-instrumentation-job_remix_integration_tests-22 Expired
232 Bytes
sha256:9280ad4c9cfdcd266c4631ca538c128cd15332f12575194eea6f5b9476e05564
codecov-test-results-ab-postgresjs-core-instrumentation-job_remix_integration_tests-24 Expired
232 Bytes
sha256:c9f7e53841c198a4fca82f883b9071aa1ea07aef58f36e5027e488ca09db1aea