Skip to content

feat(consola): Enhance Consola integration to extract objects as searchable attributes #43760

feat(consola): Enhance Consola integration to extract objects as searchable attributes

feat(consola): Enhance Consola integration to extract objects as searchable attributes #43760

Triggered via pull request February 24, 2026 15:09
Status Failure
Total duration 27m 25s
Artifacts 39

build.yml

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

Annotations

35 errors and 771 warnings
Check lockfile
Process completed with exit code 1.
Node (24) Integration Tests
Process completed with exit code 1.
suites/consola/test.ts > consola integration > should preserve special objects (Date, Error, RegExp, Map, Set) as context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to match object { items: [ { …(6) }, { …(6) }, …(3) ] } (15 matching properties omitted from actual) - Expected + Received @@ -1,13 +1,9 @@ { "items": [ { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-01-01T00:00:00.000Z\"", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -45,14 +41,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { @@ -90,14 +82,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -135,18 +123,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, - "consola.args.1": { - "type": "string", - "value": "[1,2,3]", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -184,29 +164,17 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-06-15T12:00:00.000Z\"", - }, - "consola.args.1": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "nestedMetadata": { - "type": "string", - "value": "{\"id\":789,\"name\":\"Jane\",\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -227,17 +195,13 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "userId": { - "type": "integer", - "value": 123, }, }, - "body": "Mixed data a-simple-string", + "body": "Mixed data", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/consola/test.ts > consola integration > should extract objects as searchable context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(8) ] } to match object { items: [ { …(6) }, { …(6) }, …(4) ] } - Expected + Received @@ -1,9 +1,13 @@ { "items": [ { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.840Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -32,47 +36,31 @@ }, "server.address": { "type": "string", "value": Any<String>, }, - "sessionId": { - "type": "string", - "value": "abc-123", }, - "userId": { - "type": "integer", - "value": 123, - }, - }, "body": "User logged in", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "amount": { - "type": "double", - "value": 99.99, + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.844Z\"", }, "consola.level": { "type": "integer", "value": 1, }, "consola.type": { "type": "string", "value": "warn", }, - "currency": { - "type": "string", - "value": "USD", - }, - "orderId": { - "type": "integer", - "value": 456, - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -102,25 +90,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.844Z\"", + }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { "type": "string", "value": "error", - }, - "errorCode": { - "type": "string", - "value": "E001", - }, - "retryable": { - "type": "boolean", - "value": true, }, "sentry.environment": { "type": "string", "value": "test", }, @@ -143,21 +127,21 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Error occurred in payment module", + "body": "Error occurred", "level": "error", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { + "consola.date": { "type": "string", - "value": "[1,2,3,4,5]", + "value": "\"2026-02-24T15:17:53.845Z\"", }, "consola.level": { "type": "integer", "value": 4, }, @@ -196,21 +180,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.845Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "metadata": { - "type": "string", - "value": "{\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -231,35 +215,31 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "user": { - "type": "string", - "value
suites/consola/test.ts > consola integration > should capture consola logs with arguments formatting: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to match object { items: [ { …(6) }, { …(6) } ] } (15 matching properties omitted from actual) - Expected + Received @@ -8,14 +8,10 @@ }, "consola.type": { "type": "string", "value": "info", }, - "key": { - "type": "string", - "value": "value", - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -37,11 +33,11 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Message with args: hello 123", + "body": "Message with args:", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, @@ -52,14 +48,10 @@ "value": 2, }, "consola.type": { "type": "string", "value": "debug", - }, - "customData": { - "type": "string", - "value": "{\"nested\":\"value\",\"count\":42}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -80,18 +72,10 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "sessionId": { - "type": "string", - "value": "abc-123-def", - }, - "userId": { - "type": "integer", - "value": 12345, }, }, "body": "Debug message", "level": "debug", "severity_number": Any<Number>, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
Node (22) Integration Tests
Process completed with exit code 1.
suites/cron/cron/test.ts > cron instrumentation: dev-packages/node-integration-tests/suites/cron/cron/test.ts#L8
Error: Test timed out in 15000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ suites/cron/cron/test.ts:8:1
suites/consola/test.ts > consola integration > should preserve special objects (Date, Error, RegExp, Map, Set) as context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to match object { items: [ { …(6) }, { …(6) }, …(3) ] } (15 matching properties omitted from actual) - Expected + Received @@ -1,13 +1,9 @@ { "items": [ { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-01-01T00:00:00.000Z\"", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -45,14 +41,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { @@ -90,14 +82,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -135,18 +123,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, - "consola.args.1": { - "type": "string", - "value": "[1,2,3]", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -184,29 +164,17 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-06-15T12:00:00.000Z\"", - }, - "consola.args.1": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "nestedMetadata": { - "type": "string", - "value": "{\"id\":789,\"name\":\"Jane\",\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -227,17 +195,13 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "userId": { - "type": "integer", - "value": 123, }, }, - "body": "Mixed data a-simple-string", + "body": "Mixed data", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/consola/test.ts > consola integration > should extract objects as searchable context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(8) ] } to match object { items: [ { …(6) }, { …(6) }, …(4) ] } - Expected + Received @@ -1,9 +1,13 @@ { "items": [ { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:54.577Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -32,47 +36,31 @@ }, "server.address": { "type": "string", "value": Any<String>, }, - "sessionId": { - "type": "string", - "value": "abc-123", }, - "userId": { - "type": "integer", - "value": 123, - }, - }, "body": "User logged in", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "amount": { - "type": "double", - "value": 99.99, + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:54.580Z\"", }, "consola.level": { "type": "integer", "value": 1, }, "consola.type": { "type": "string", "value": "warn", }, - "currency": { - "type": "string", - "value": "USD", - }, - "orderId": { - "type": "integer", - "value": 456, - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -102,25 +90,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:54.581Z\"", + }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { "type": "string", "value": "error", - }, - "errorCode": { - "type": "string", - "value": "E001", - }, - "retryable": { - "type": "boolean", - "value": true, }, "sentry.environment": { "type": "string", "value": "test", }, @@ -143,21 +127,21 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Error occurred in payment module", + "body": "Error occurred", "level": "error", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { + "consola.date": { "type": "string", - "value": "[1,2,3,4,5]", + "value": "\"2026-02-24T15:17:54.581Z\"", }, "consola.level": { "type": "integer", "value": 4, }, @@ -196,21 +180,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:54.582Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "metadata": { - "type": "string", - "value": "{\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -231,35 +215,31 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "user": { - "type": "string", - "value
suites/consola/test.ts > consola integration > should capture consola logs with arguments formatting: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to match object { items: [ { …(6) }, { …(6) } ] } (15 matching properties omitted from actual) - Expected + Received @@ -8,14 +8,10 @@ }, "consola.type": { "type": "string", "value": "info", }, - "key": { - "type": "string", - "value": "value", - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -37,11 +33,11 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Message with args: hello 123", + "body": "Message with args:", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, @@ -52,14 +48,10 @@ "value": 2, }, "consola.type": { "type": "string", "value": "debug", - }, - "customData": { - "type": "string", - "value": "{\"nested\":\"value\",\"count\":42}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -80,18 +72,10 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "sessionId": { - "type": "string", - "value": "abc-123-def", - }, - "userId": { - "type": "integer", - "value": 12345, }, }, "body": "Debug message", "level": "debug", "severity_number": Any<Number>, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
Node (18) Integration Tests
Process completed with exit code 1.
suites/consola/test.ts > consola integration > should preserve special objects (Date, Error, RegExp, Map, Set) as context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to match object { items: [ { …(6) }, { …(6) }, …(3) ] } (15 matching properties omitted from actual) - Expected + Received @@ -1,13 +1,9 @@ { "items": [ { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-01-01T00:00:00.000Z\"", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -45,14 +41,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { @@ -90,14 +82,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -135,18 +123,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, - "consola.args.1": { - "type": "string", - "value": "[1,2,3]", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -184,29 +164,17 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-06-15T12:00:00.000Z\"", - }, - "consola.args.1": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "nestedMetadata": { - "type": "string", - "value": "{\"id\":789,\"name\":\"Jane\",\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -227,17 +195,13 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "userId": { - "type": "integer", - "value": 123, }, }, - "body": "Mixed data a-simple-string", + "body": "Mixed data", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/consola/test.ts > consola integration > should extract objects as searchable context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(8) ] } to match object { items: [ { …(6) }, { …(6) }, …(4) ] } - Expected + Received @@ -1,9 +1,13 @@ { "items": [ { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.671Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -32,47 +36,31 @@ }, "server.address": { "type": "string", "value": Any<String>, }, - "sessionId": { - "type": "string", - "value": "abc-123", }, - "userId": { - "type": "integer", - "value": 123, - }, - }, "body": "User logged in", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "amount": { - "type": "double", - "value": 99.99, + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.678Z\"", }, "consola.level": { "type": "integer", "value": 1, }, "consola.type": { "type": "string", "value": "warn", }, - "currency": { - "type": "string", - "value": "USD", - }, - "orderId": { - "type": "integer", - "value": 456, - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -102,25 +90,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.679Z\"", + }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { "type": "string", "value": "error", - }, - "errorCode": { - "type": "string", - "value": "E001", - }, - "retryable": { - "type": "boolean", - "value": true, }, "sentry.environment": { "type": "string", "value": "test", }, @@ -143,21 +127,21 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Error occurred in payment module", + "body": "Error occurred", "level": "error", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { + "consola.date": { "type": "string", - "value": "[1,2,3,4,5]", + "value": "\"2026-02-24T15:17:53.680Z\"", }, "consola.level": { "type": "integer", "value": 4, }, @@ -196,21 +180,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:53.680Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "metadata": { - "type": "string", - "value": "{\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -231,35 +215,31 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "user": { - "type": "string", - "value
suites/consola/test.ts > consola integration > should capture consola logs with arguments formatting: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to match object { items: [ { …(6) }, { …(6) } ] } (15 matching properties omitted from actual) - Expected + Received @@ -8,14 +8,10 @@ }, "consola.type": { "type": "string", "value": "info", }, - "key": { - "type": "string", - "value": "value", - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -37,11 +33,11 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Message with args: hello 123", + "body": "Message with args:", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, @@ -52,14 +48,10 @@ "value": 2, }, "consola.type": { "type": "string", "value": "debug", - }, - "customData": { - "type": "string", - "value": "{\"nested\":\"value\",\"count\":42}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -80,18 +72,10 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "sessionId": { - "type": "string", - "value": "abc-123-def", - }, - "userId": { - "type": "integer", - "value": 12345, }, }, "body": "Debug message", "level": "debug", "severity_number": Any<Number>, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
Node (20) Integration Tests
Process completed with exit code 1.
suites/consola/test.ts > consola integration > should preserve special objects (Date, Error, RegExp, Map, Set) as context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to match object { items: [ { …(6) }, { …(6) }, …(3) ] } (15 matching properties omitted from actual) - Expected + Received @@ -1,13 +1,9 @@ { "items": [ { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-01-01T00:00:00.000Z\"", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -45,14 +41,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { @@ -90,14 +82,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -135,18 +123,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, - "consola.args.1": { - "type": "string", - "value": "[1,2,3]", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -184,29 +164,17 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-06-15T12:00:00.000Z\"", - }, - "consola.args.1": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "nestedMetadata": { - "type": "string", - "value": "{\"id\":789,\"name\":\"Jane\",\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -227,17 +195,13 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "userId": { - "type": "integer", - "value": 123, }, }, - "body": "Mixed data a-simple-string", + "body": "Mixed data", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/consola/test.ts > consola integration > should extract objects as searchable context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(8) ] } to match object { items: [ { …(6) }, { …(6) }, …(4) ] } - Expected + Received @@ -1,9 +1,13 @@ { "items": [ { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:58.429Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -32,47 +36,31 @@ }, "server.address": { "type": "string", "value": Any<String>, }, - "sessionId": { - "type": "string", - "value": "abc-123", }, - "userId": { - "type": "integer", - "value": 123, - }, - }, "body": "User logged in", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "amount": { - "type": "double", - "value": 99.99, + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:58.434Z\"", }, "consola.level": { "type": "integer", "value": 1, }, "consola.type": { "type": "string", "value": "warn", }, - "currency": { - "type": "string", - "value": "USD", - }, - "orderId": { - "type": "integer", - "value": 456, - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -102,25 +90,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:58.434Z\"", + }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { "type": "string", "value": "error", - }, - "errorCode": { - "type": "string", - "value": "E001", - }, - "retryable": { - "type": "boolean", - "value": true, }, "sentry.environment": { "type": "string", "value": "test", }, @@ -143,21 +127,21 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Error occurred in payment module", + "body": "Error occurred", "level": "error", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { + "consola.date": { "type": "string", - "value": "[1,2,3,4,5]", + "value": "\"2026-02-24T15:17:58.435Z\"", }, "consola.level": { "type": "integer", "value": 4, }, @@ -196,21 +180,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:17:58.435Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "metadata": { - "type": "string", - "value": "{\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -231,35 +215,31 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "user": { - "type": "string", - "value
suites/consola/test.ts > consola integration > should capture consola logs with arguments formatting: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to match object { items: [ { …(6) }, { …(6) } ] } (15 matching properties omitted from actual) - Expected + Received @@ -8,14 +8,10 @@ }, "consola.type": { "type": "string", "value": "info", }, - "key": { - "type": "string", - "value": "value", - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -37,11 +33,11 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Message with args: hello 123", + "body": "Message with args:", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, @@ -52,14 +48,10 @@ "value": 2, }, "consola.type": { "type": "string", "value": "debug", - }, - "customData": { - "type": "string", - "value": "{\"nested\":\"value\",\"count\":42}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -80,18 +72,10 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "sessionId": { - "type": "string", - "value": "abc-123-def", - }, - "userId": { - "type": "integer", - "value": 12345, }, }, "body": "Debug message", "level": "debug", "severity_number": Any<Number>, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/consola/test.ts > consola integration > should preserve special objects (Date, Error, RegExp, Map, Set) as context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to match object { items: [ { …(6) }, { …(6) }, …(3) ] } (15 matching properties omitted from actual) - Expected + Received @@ -1,13 +1,9 @@ { "items": [ { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-01-01T00:00:00.000Z\"", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -45,14 +41,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { @@ -90,14 +82,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -135,18 +123,10 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, - "consola.args.1": { - "type": "string", - "value": "[1,2,3]", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -184,29 +164,17 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { - "type": "string", - "value": "\"2023-06-15T12:00:00.000Z\"", - }, - "consola.args.1": { - "type": "string", - "value": "{\"key\":\"value\"}", - }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "nestedMetadata": { - "type": "string", - "value": "{\"id\":789,\"name\":\"Jane\",\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -227,17 +195,13 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "userId": { - "type": "integer", - "value": 123, }, }, - "body": "Mixed data a-simple-string", + "body": "Mixed data", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/consola/test.ts > consola integration > should extract objects as searchable context attributes: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(8) ] } to match object { items: [ { …(6) }, { …(6) }, …(4) ] } - Expected + Received @@ -1,9 +1,13 @@ { "items": [ { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:20:27.854Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { @@ -32,47 +36,31 @@ }, "server.address": { "type": "string", "value": Any<String>, }, - "sessionId": { - "type": "string", - "value": "abc-123", }, - "userId": { - "type": "integer", - "value": 123, - }, - }, "body": "User logged in", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "amount": { - "type": "double", - "value": 99.99, + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:20:27.858Z\"", }, "consola.level": { "type": "integer", "value": 1, }, "consola.type": { "type": "string", "value": "warn", }, - "currency": { - "type": "string", - "value": "USD", - }, - "orderId": { - "type": "integer", - "value": 456, - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -102,25 +90,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:20:27.858Z\"", + }, "consola.level": { "type": "integer", "value": 0, }, "consola.type": { "type": "string", "value": "error", - }, - "errorCode": { - "type": "string", - "value": "E001", - }, - "retryable": { - "type": "boolean", - "value": true, }, "sentry.environment": { "type": "string", "value": "test", }, @@ -143,21 +127,21 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Error occurred in payment module", + "body": "Error occurred", "level": "error", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { - "consola.args.0": { + "consola.date": { "type": "string", - "value": "[1,2,3,4,5]", + "value": "\"2026-02-24T15:20:27.859Z\"", }, "consola.level": { "type": "integer", "value": 4, }, @@ -196,21 +180,21 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "consola.date": { + "type": "string", + "value": "\"2026-02-24T15:20:27.859Z\"", + }, "consola.level": { "type": "integer", "value": 3, }, "consola.type": { "type": "string", "value": "info", - }, - "metadata": { - "type": "string", - "value": "{\"source\":\"api\"}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -231,35 +215,31 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "user": { - "type": "string", - "value
suites/consola/test.ts > consola integration > should capture consola logs with arguments formatting: dev-packages/node-integration-tests/utils/assertions.ts#L75
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to match object { items: [ { …(6) }, { …(6) } ] } (15 matching properties omitted from actual) - Expected + Received @@ -8,14 +8,10 @@ }, "consola.type": { "type": "string", "value": "info", }, - "key": { - "type": "string", - "value": "value", - }, "sentry.environment": { "type": "string", "value": "test", }, "sentry.origin": { @@ -37,11 +33,11 @@ "server.address": { "type": "string", "value": Any<String>, }, }, - "body": "Message with args: hello 123", + "body": "Message with args:", "level": "info", "severity_number": Any<Number>, "timestamp": Any<Number>, "trace_id": Any<String>, }, @@ -52,14 +48,10 @@ "value": 2, }, "consola.type": { "type": "string", "value": "debug", - }, - "customData": { - "type": "string", - "value": "{\"nested\":\"value\",\"count\":42}", }, "sentry.environment": { "type": "string", "value": "test", }, @@ -80,18 +72,10 @@ "value": Any<String>, }, "server.address": { "type": "string", "value": Any<String>, - }, - "sessionId": { - "type": "string", - "value": "abc-123-def", - }, - "userId": { - "type": "integer", - "value": 12345, }, }, "body": "Debug message", "level": "debug", "severity_number": Any<Number>, ❯ assertSentryLogContainer utils/assertions.ts:75:18 ❯ expectLog utils/runner.ts:788:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
Remix (Node 24) Tests
The job has exceeded the maximum execution time of 15m0s
Remix (Node 24) Tests
The operation was canceled.
E2E nextjs-13 Test
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-13 Test
The operation was canceled.
E2E angular-21 Test
The job has exceeded the maximum execution time of 15m0s
E2E angular-21 Test
The operation was canceled.
E2E nuxt-3-min Test
The job has exceeded the maximum execution time of 15m0s
E2E nuxt-3-min Test
The operation was canceled.
E2E nextjs-14 (canary) Test (optional)
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-14 (canary) Test (optional)
The operation was canceled.
E2E nuxt-3 Test
The job has exceeded the maximum execution time of 15m0s
E2E nuxt-3 Test
The operation was canceled.
All required jobs passed or were skipped
Process completed with exit code 1.
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
No coverage files found
PW loader_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay 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
Playwright bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle 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
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
No coverage files found
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Node (20) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Node-Core Integration Tests
No coverage files found
Node (20) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (20) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Node-Core Integration Tests
No coverage files found
Node (18) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) 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 (22) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Node-Core Integration Tests
No coverage files found
Node (22) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (22) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Playwright bundle_replay_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
PW loader_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing 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
Playwright esm (1/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (1/4) 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
Playwright esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
Playwright esm (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 esm (4/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (4/4) Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
No coverage files found
E2E node-koa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-koa Test
No coverage files found
E2E node-koa Test
Please ensure your test framework is generating JUnit XML output.
E2E node-koa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-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
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 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 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 node-express-incorrect-instrumentation Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-incorrect-instrumentation Test
No coverage files found
E2E node-express-incorrect-instrumentation Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-incorrect-instrumentation Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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
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 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Please ensure your test framework is generating JUnit XML output.
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 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 node-core-express-otel-v1 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1 Test
No coverage files found
E2E node-core-express-otel-v1 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_feedback Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback Tests
No coverage files found
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-express-esm-without-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-4 Test
No coverage files found
E2E node-fastify-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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 generic-ts5.0 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts5.0 Test
No coverage files found
E2E generic-ts5.0 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts5.0 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts5.0 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-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-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 astro-5-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5-cf-workers Test
No coverage files found
E2E astro-5-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa-node-20-18 Test
No coverage files found
E2E react-router-7-framework-spa-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules Test
No coverage files found
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 nestjs-8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
No coverage files found
E2E nestjs-8 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
No coverage files found
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-sdk-node Test
No coverage files found
E2E node-core-express-otel-v1-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 solid Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solid Test
No coverage files found
E2E solid Test
Please ensure your test framework is generating JUnit XML output.
E2E solid Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic-with-graphql Test
No coverage files found
E2E nestjs-basic-with-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic-with-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-11 Test
No coverage files found
E2E nestjs-11 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-11 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 react-router-7-framework Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework Test
No coverage files found
E2E react-router-7-framework Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa (TS 3.8) Test
No coverage files found
E2E react-router-7-spa (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-spa (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-workers Test
No coverage files found
E2E cloudflare-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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 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-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 vue-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-custom Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
No coverage files found
E2E react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 cloudflare-mcp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-mcp Test
No coverage files found
E2E cloudflare-mcp Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-mcp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-mcp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-sdk-node Test
No coverage files found
E2E node-otel-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic Test
No coverage files found
E2E nestjs-basic Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 nextjs-16-trailing-slash (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 astro-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5 Test
No coverage files found
E2E astro-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 solidstart-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-spa Test
No coverage files found
E2E solidstart-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
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 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 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 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 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 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 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 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 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-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 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 angular-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-18 Test
No coverage files found
E2E angular-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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 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 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 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 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 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 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-react-app (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app (TS 3.8) Test
No coverage files found
E2E create-react-app (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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
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 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 angular-17 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-17 Test
No coverage files found
E2E angular-17 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-17 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-17 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 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 react-router-7-cross-usage Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-cross-usage Test
No coverage files found
E2E react-router-7-cross-usage Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-cross-usage Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-cross-usage Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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 nuxt-3-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-dynamic-import Test
No coverage files found
E2E nuxt-3-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-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 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 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 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 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-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 nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 nuxt-3-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-top-level-import Test
No coverage files found
E2E nuxt-3-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-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-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 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-16-tunnel (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (webpack) Test
No coverage files found
E2E nextjs-16-tunnel (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@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 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_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_logs_metrics Tests
No coverage files found
E2E nextjs-15-t3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-basepath Test
No coverage files found
E2E nextjs-15-basepath Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-basepath Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-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-16 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 Test
No coverage files found
E2E nextjs-16 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-4 Test
No coverage files found
E2E nuxt-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-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-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 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 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
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
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
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-15 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15 Test
No coverage files found
E2E nextjs-15 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@13) Test
No coverage files found
E2E nextjs-app-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (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 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 react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (24) (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
Playwright bundle_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_min Tests
No coverage files found
E2E nextjs-app-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@15) Test
No coverage files found
E2E nextjs-app-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, webpack) Test
No coverage files found
E2E nextjs-16 (latest, webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (webpack) Test
No coverage files found
E2E nextjs-16 (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E supabase-nextjs Test
No coverage files found
E2E supabase-nextjs Test
Please ensure your test framework is generating JUnit XML output.
E2E supabase-nextjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 react-router-7-framework-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-fastify Test
No coverage files found
E2E nestjs-fastify Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-fastify Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-memory-router Test
No coverage files found
E2E react-create-memory-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-memory-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-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 18) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 18) Test
No coverage files found
E2E aws-serverless (Node 18) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 18) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-intl Test
No coverage files found
E2E nextjs-15-intl Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-intl Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32 MB
sha256:80bcd5f303df1ea79aa3da06504ed88ad87604c3ce37c9f56be04649e6681463
codecov-coverage-results-sig-consola-objects-job_browser_unit_tests Expired
85.9 KB
sha256:b908927a3c6f4c91387e1c2fa7c9d737bfb4a7cdf858b737872aed0b55008f90
codecov-coverage-results-sig-consola-objects-job_node_unit_tests-18 Expired
219 KB
sha256:d439ce01367dab59eca3d32458798c368678358fcd5d592e78f71330a4f77831
codecov-coverage-results-sig-consola-objects-job_node_unit_tests-20 Expired
226 KB
sha256:2a697eb4f5cbe0c08d73f259278f3bd8b88d7e9d6ceab94655ba41681668db46
codecov-coverage-results-sig-consola-objects-job_node_unit_tests-22 Expired
226 KB
sha256:061b601db647a11438d547c616e37a891acda150b3aa1df189f76564dd8a0974
codecov-coverage-results-sig-consola-objects-job_node_unit_tests-24 Expired
226 KB
sha256:1341f559828e2c011c53b8f46e93944fd0a7c6fd1c310c2c77fea4f26c678093
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_base Expired
242 Bytes
sha256:c84b59f9ca45d88f194f0d5e32416d3fa820bbfdc7beb105bac27e37503af58c
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_debug Expired
243 Bytes
sha256:f31900f2386215912eb58a5623dfd75670d78d52aab0c594e3af947476deecdf
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_eager Expired
240 Bytes
sha256:d892c7b48c5909550d045c8b08b62b99c2481aa1aaf24b587dcf079378fb1011
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_replay Expired
241 Bytes
sha256:fd0ea2d1cf2e796e9ae08ad2a35e6e44732aaf24e69dd82c91544fcd882390e2
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_replay_buffer Expired
240 Bytes
sha256:1a64da0e3997b6c0bc7d1994152c03077586d289d3c1e535720fae2281673577
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_tracing Expired
240 Bytes
sha256:4b63da8bb1ecb56a8d885669d7b9094be2c6d108cbc97e795c52fb18f1bba4bd
codecov-test-results-sig-consola-objects-job_browser_loader_tests-browser-loader-loader_tracing_replay Expired
240 Bytes
sha256:8b8af3a011250a374a79ef89ca4925df0c9246c72b60c289fb30648abdcd937c
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle-chromium Expired
248 Bytes
sha256:a0ac698cd0ece322f8e1632db041bb87fd2370f4757829f4303a0a8672a72d6d
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium Expired
248 Bytes
sha256:c06dc2714eed451b3127c52becdf9bed4a181b60b99b3fe9c174fbc838f274f2
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_min-chromium Expired
249 Bytes
sha256:9f4ec5e43a4ee8c5a90afeac0149eeba0bda465378e7bbac6daccc330f0ff22c
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium Expired
247 Bytes
sha256:ecd59416cf62138a2c84d3d39ac58703851a1ad7a796bc1824de5d2d4164b351
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium Expired
246 Bytes
sha256:59bd11b6135616a48076598929c269fa33702c04c15f46b4ba567d48a7622d7f
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium Expired
248 Bytes
sha256:bd38cc48bdd8c9a7cecdad7f9f315286860f5aff62c71f5cd3c8bf2ed3ee70a2
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium Expired
248 Bytes
sha256:05cbb1628e7f341df981c9123c729b7b15d87c9f5e685834c89337ba9450cfe9
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium Expired
245 Bytes
sha256:58931fcb2234e710bf62fa144fa5d47b60689cd7e5a9a3c4394299fa159839df
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium Expired
243 Bytes
sha256:a5bf6e9dbde9f6d7a2a84015f9faf0652dae8333b5ec175064517d509e547116
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium Expired
244 Bytes
sha256:7dcfc7e39807a97cd59d80b2fefa402ed2b8500d461896df521221bb5bf702c4
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium Expired
246 Bytes
sha256:bcf9f1588603b5cc4584ac2f9a00a8c48a75aa72bea4a7390b813f7939279430
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox Expired
236 Bytes
sha256:4d9f21d3be5e2bb54bc3af0e0afe99ee90d727f639bbade388fdd750392e7507
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit Expired
247 Bytes
sha256:0c820bfe7b2e9e8ad23d6f61a25ea4226cecdf2d0af755f06fde9d7c9d94771c
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium Expired
245 Bytes
sha256:23d78849dd5b2655dd4f103d59ef815edd03635dbef75c9700b53d71cb02b9b4
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-esm-chromium-1 Expired
244 Bytes
sha256:810a4670a5e2caded151664866c521d8cbf72a345658a307db3b5bf6b2a14239
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-esm-chromium-2 Expired
239 Bytes
sha256:aa1a01c5513bcff0af547d868ef62bf06a43e0d7b097edb69f6d0d88a37b1167
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-esm-chromium-3 Expired
244 Bytes
sha256:5188e3a21b25ec8f4eac8ceb68e2fb0c4657d25b5c5beb588715e417ed17c201
codecov-test-results-sig-consola-objects-job_browser_playwright_tests-browser-playwright-esm-chromium-4 Expired
245 Bytes
sha256:f415a41663e56bfeb754b22dbf0c9c44395273172a77487f11240efc5e0adca4
codecov-test-results-sig-consola-objects-job_browser_unit_tests Expired
241 Bytes
sha256:bcc8bb3f1d33cd07f9a48ca7a927a0ad50618ff5b01e5397f495c8d4b749fecc
codecov-test-results-sig-consola-objects-job_node_unit_tests-18 Expired
252 Bytes
sha256:5d9b6c8f6fbc640217df183840a57203e71504bc0662219deab3b4e67f413e02
codecov-test-results-sig-consola-objects-job_node_unit_tests-20 Expired
249 Bytes
sha256:97ef9a5a7b348834f2c26f22c5f068eda6b686f830e1268175f89a4144f3b902
codecov-test-results-sig-consola-objects-job_node_unit_tests-22 Expired
253 Bytes
sha256:57abd2122118883f18c75f019ba119552db8003e2d6cff87533557cebb133e4a
codecov-test-results-sig-consola-objects-job_node_unit_tests-24 Expired
253 Bytes
sha256:8bc9afd6d4e9c0384a383b52842b28d6963443a569699b5015bb05ca2d815f5f
codecov-test-results-sig-consola-objects-job_remix_integration_tests-18 Expired
232 Bytes
sha256:def6c358e45d4ffa354381e2d6ce427e91ae346f3c53630197f4efac0e3acfbb
codecov-test-results-sig-consola-objects-job_remix_integration_tests-20 Expired
232 Bytes
sha256:c094292501087897fcdb979275b66bd540bd582f9284eed208d225de3b3a61d1
codecov-test-results-sig-consola-objects-job_remix_integration_tests-22 Expired
235 Bytes
sha256:b1f6769e635f5808ac4763d5ca4ddeefa7e66589a639372532f6b75ffa46ceb4