Skip to content

feat(core): Add sentry.timestamp.sequence attribute for timestamp tie-breaking #44162

feat(core): Add sentry.timestamp.sequence attribute for timestamp tie-breaking

feat(core): Add sentry.timestamp.sequence attribute for timestamp tie-breaking #44162

Triggered via pull request March 6, 2026 16:03
Status Failure
Total duration 19m 42s
Artifacts 48

build.yml

on: pull_request
Get Metadata
9s
Get Metadata
Check lockfile
3m 0s
Check lockfile
Check file formatting
40s
Check file formatting
Check PR branches
4s
Check PR branches
Prepare E2E tests
2m 53s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 22s
Size Check
Lint
6m 41s
Lint
Circular Dependency Check
1m 29s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
4m 18s
Browser Unit Tests
Bun Unit Tests
42s
Bun Unit Tests
Deno Unit Tests
51s
Deno Unit Tests
Cloudflare Integration Tests
56s
Cloudflare Integration Tests
Node Overhead Check
3m 31s
Node Overhead Check
Check for faulty .d.ts files
38s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

46 errors and 808 warnings
Cloudflare Integration Tests
Process completed with exit code 1.
suites/public-api/metrics/server-address/test.ts > should add server.address attribute to metrics when serverName is set: dev-packages/cloudflare-integration-tests/suites/public-api/metrics/server-address/test.ts#L10
AssertionError: expected { timestamp: 1772813560.471, …(6) } to deeply equal ObjectContaining{…} - Expected + Received @@ -1,6 +1,6 @@ - ObjectContaining { + Object { "attributes": Object { "endpoint": Object { "type": "string", "value": "/api/test", }, @@ -8,27 +8,31 @@ "type": "string", "value": "test", }, "sentry.release": Object { "type": "string", - "value": Any<String>, + "value": "1.0.0", }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": Object { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": Object { + "type": "integer", + "value": 0, }, "server.address": Object { "type": "string", "value": "mi-servidor.com", }, }, "name": "test.counter", - "span_id": Any<String>, + "span_id": "a66b4424d4da84d6", - "timestamp": Any<Number>, + "timestamp": 1772813560.471, - "trace_id": Any<String>, + "trace_id": "42b7c52bbddf48e0a7196f51d7050825", "type": "counter", "value": 1, } ❯ suites/public-api/metrics/server-address/test.ts:10:31 ❯ assertEnvelopeMatches runner.ts:119:11 ❯ newEnvelope runner.ts:161:13 ❯ ../test-utils/src/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ ../../node_modules/express/lib/router/index.js:284:15 ❯ param ../../node_modules/express/lib/router/index.js:365:14
Unhandled error: dev-packages/cloudflare-integration-tests/suites/public-api/metrics/server-address/test.ts#L10
AssertionError: expected { timestamp: 1772813560.471, …(6) } to deeply equal ObjectContaining{…} - Expected + Received @@ -1,6 +1,6 @@ - ObjectContaining { + { "attributes": { "endpoint": { "type": "string", "value": "/api/test", }, @@ -8,27 +8,31 @@ "type": "string", "value": "test", }, "sentry.release": { "type": "string", - "value": Any<String>, + "value": "1.0.0", }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": "mi-servidor.com", }, }, "name": "test.counter", - "span_id": Any<String>, - "timestamp": Any<Number>, - "trace_id": Any<String>, + "span_id": "a66b4424d4da84d6", + "timestamp": 1772813560.471, + "trace_id": "42b7c52bbddf48e0a7196f51d7050825", "type": "counter", "value": 1, } ❯ suites/public-api/metrics/server-address/test.ts:10:31 ❯ assertEnvelopeMatches runner.ts:119:11 ❯ newEnvelope runner.ts:161:13 ❯ ../test-utils/src/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ ../../node_modules/express/lib/router/index.js:284:15 ❯ param ../../node_modules/express/lib/router/index.js:365:14 This error originated in "suites/public-api/metrics/server-address/test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should add server.address attribute to metrics when serverName is set". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Node (24) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/logs/test.ts > logger public API > captures logs with custom scopes and parameters in different forms: dev-packages/node-core-integration-tests/suites/public-api/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(1) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(1) ] } - Expected + Received @@ -12,10 +12,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, "user.name": { @@ -48,10 +52,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, @@ -85,10 +93,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/public-api/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
suites/light-mode/logs/test.ts > light mode logs > captures logs with trace context: dev-packages/node-core-integration-tests/suites/light-mode/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to deeply equal { items: [ { …(6) }, { …(6) } ] } - Expected + Received @@ -16,10 +16,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -40,10 +44,14 @@ "value": "sentry.javascript.node-light", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/light-mode/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
Node (22) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/logs/test.ts > logger public API > captures logs with custom scopes and parameters in different forms: dev-packages/node-core-integration-tests/suites/public-api/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(1) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(1) ] } - Expected + Received @@ -12,10 +12,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, "user.name": { @@ -48,10 +52,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, @@ -85,10 +93,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/public-api/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
suites/light-mode/logs/test.ts > light mode logs > captures logs with trace context: dev-packages/node-core-integration-tests/suites/light-mode/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to deeply equal { items: [ { …(6) }, { …(6) } ] } - Expected + Received @@ -16,10 +16,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -40,10 +44,14 @@ "value": "sentry.javascript.node-light", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/light-mode/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
Size Check
Size limit has been exceeded.
Node (18) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/logs/test.ts > logger public API > captures logs with custom scopes and parameters in different forms: dev-packages/node-core-integration-tests/suites/public-api/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(1) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(1) ] } - Expected + Received @@ -12,10 +12,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, "user.name": { @@ -48,10 +52,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, @@ -85,10 +93,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/public-api/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
suites/light-mode/logs/test.ts > light mode logs > captures logs with trace context: dev-packages/node-core-integration-tests/suites/light-mode/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to deeply equal { items: [ { …(6) }, { …(6) } ] } - Expected + Received @@ -16,10 +16,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -40,10 +44,14 @@ "value": "sentry.javascript.node-light", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/light-mode/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
Node (20) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/logs/test.ts > logger public API > captures logs with custom scopes and parameters in different forms: dev-packages/node-core-integration-tests/suites/public-api/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(1) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(1) ] } - Expected + Received @@ -12,10 +12,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, "user.name": { @@ -48,10 +52,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, @@ -85,10 +93,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/public-api/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
suites/light-mode/logs/test.ts > light mode logs > captures logs with trace context: dev-packages/node-core-integration-tests/suites/light-mode/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to deeply equal { items: [ { …(6) }, { …(6) } ] } - Expected + Received @@ -16,10 +16,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -40,10 +44,14 @@ "value": "sentry.javascript.node-light", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/light-mode/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
Playwright bundle_replay_logs_metrics Tests
Process completed with exit code 1.
Playwright esm (2/4) Tests
Process completed with exit code 1.
Node (24) Unit Tests
Process completed with exit code 1.
Playwright bundle_logs_metrics Tests
Process completed with exit code 1.
Node (18) Unit Tests
Process completed with exit code 1.
Node (20) Unit Tests
Process completed with exit code 1.
Node (22) Unit Tests
Process completed with exit code 1.
Browser Unit Tests
Process completed with exit code 1.
Node (24) (TS 3.8) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/logs/test.ts > logger public API > captures logs with custom scopes and parameters in different forms: dev-packages/node-core-integration-tests/suites/public-api/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(1) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(1) ] } - Expected + Received @@ -12,10 +12,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, "user.name": { @@ -48,10 +52,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, @@ -85,10 +93,14 @@ "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/public-api/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
suites/light-mode/logs/test.ts > light mode logs > captures logs with trace context: dev-packages/node-core-integration-tests/suites/light-mode/logs/test.ts#L13
AssertionError: expected { items: [ { …(6) }, { …(6) } ] } to deeply equal { items: [ { …(6) }, { …(6) } ] } - Expected + Received @@ -16,10 +16,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -40,10 +44,14 @@ "value": "sentry.javascript.node-light", }, "sentry.sdk.version": { "type": "string", "value": Any<String>, + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", "value": Any<String>, }, ❯ log suites/light-mode/logs/test.ts:13:33 ❯ expectLog utils/runner.ts:655:5 ❯ newEnvelope utils/runner.ts:410:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:508:15 ❯ Socket.<anonymous> utils/runner.ts:526:15
E2E angular (canary) Test (optional)
Process completed with exit code 3.
E2E angular (canary) Test (optional)
Process completed with exit code 3.
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
Lint
Process completed with exit code 1.
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
Node (24) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L37
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -20,10 +20,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -55,15 +59,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, @@ -97,15 +105,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, @@ -144,15 +156,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, @@ -191,15 +207,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope_2", "level": "info", "severity_number": 9, ❯ log suites/public-api/logger/test.ts:37:33 ❯ expectLog utils/runner.ts:786: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/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L37
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -20,10 +20,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -55,15 +59,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, @@ -97,15 +105,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, @@ -144,15 +156,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, @@ -191,15 +207,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope_2", "level": "info", "severity_number": 9, ❯ log suites/public-api/logger/test.ts:37:33 ❯ expectLog utils/runner.ts:786: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/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L37
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -20,10 +20,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -55,15 +59,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, @@ -97,15 +105,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, @@ -144,15 +156,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, @@ -191,15 +207,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope_2", "level": "info", "severity_number": 9, ❯ log suites/public-api/logger/test.ts:37:33 ❯ expectLog utils/runner.ts:786: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/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L37
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -20,10 +20,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -55,15 +59,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, @@ -97,15 +105,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, @@ -144,15 +156,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, @@ -191,15 +207,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope_2", "level": "info", "severity_number": 9, ❯ log suites/public-api/logger/test.ts:37:33 ❯ expectLog utils/runner.ts:786: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/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L37
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -20,10 +20,14 @@ }, "sentry.sdk.version": { "type": "string", "value": Any<String>, }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, + }, "server.address": { "type": "string", "value": Any<String>, }, }, @@ -55,15 +59,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, @@ -97,15 +105,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, @@ -144,15 +156,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, @@ -191,15 +207,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.42.0", + }, + "sentry.timestamp.sequence": { + "type": "integer", + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm0kj6c", }, }, "body": "log_with_scope_2", "level": "info", "severity_number": 9, ❯ log suites/public-api/logger/test.ts:37:33 ❯ expectLog utils/runner.ts:786:5 ❯ newEnvelope utils/runner.ts:529:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
All required jobs passed or were skipped
Process completed with exit code 1.
PW loader_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing Tests
No coverage files found
PW loader_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing_replay Tests
No coverage files found
PW loader_replay_buffer Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay_buffer Tests
No coverage files found
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
No coverage files found
PW loader_base Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_base Tests
No coverage files found
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
No coverage files found
PW loader_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay Tests
No coverage files found
Playwright bundle_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_min Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
Node (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
Node (18) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Node-Core Integration Tests
No coverage files found
Node (18) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (20) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Node-Core Integration Tests
No coverage files found
Node (20) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (20) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) Tests
No coverage files found
Playwright bundle_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay_logs_metrics Tests
No coverage files found
Playwright bundle_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay Tests
No coverage files found
Playwright esm (2/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (2/4) Tests
No coverage files found
Playwright esm (1/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (1/4) Tests
No coverage files found
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
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
E2E node-otel-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-custom-sampler Test
No coverage files found
E2E node-otel-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 node-core-express-otel-v1 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1 Test
No coverage files found
E2E node-core-express-otel-v1 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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-express-esm-without-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright 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 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 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 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 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-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 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 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-core-express-otel-v1-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-sdk-node Test
No coverage files found
E2E node-core-express-otel-v1-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-5 Test
No coverage files found
E2E node-fastify-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 nestjs-websockets Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-websockets Test
No coverage files found
E2E nestjs-websockets Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-websockets Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 nestjs-microservices Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-microservices Test
No coverage files found
E2E nestjs-microservices Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-microservices Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-microservices Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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-esm-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-loader Test
No coverage files found
E2E node-express-esm-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-sdk-node Test
No coverage files found
E2E node-core-express-otel-v2-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2.5.0-twp Test
No coverage files found
E2E sveltekit-2.5.0-twp Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2.5.0-twp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v2-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 nextjs-sourcemaps Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No coverage files found
E2E webpack-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-sourcemaps Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-distributed-tracing Test
No coverage files found
E2E nestjs-distributed-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-distributed-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-5 Test
No coverage files found
E2E webpack-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-light-express Test
No coverage files found
E2E node-core-light-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-light-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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 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-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 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-core-express-otel-v1-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v1-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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-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-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 react-router-7-framework-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 tsx-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tsx-express Test
No coverage files found
E2E tsx-express Test
Please ensure your test framework is generating JUnit XML output.
E2E tsx-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-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-express-incorrect-instrumentation Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-incorrect-instrumentation Test
No coverage files found
E2E node-express-incorrect-instrumentation Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-incorrect-instrumentation Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-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 node-fastify-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No coverage files found
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstack-router Test
No coverage files found
E2E tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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-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 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 nestjs-with-submodules-decorator Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules-decorator Test
No coverage files found
E2E nestjs-with-submodules-decorator Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules-decorator Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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 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-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
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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
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 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 default-browser Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E default-browser Test
No coverage files found
E2E default-browser Test
Please ensure your test framework is generating JUnit XML output.
E2E default-browser Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E default-browser Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-userfeedback Test
No coverage files found
E2E nextjs-16-userfeedback Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-userfeedback Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-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 nextjs-16-trailing-slash (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No coverage files found
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 node-express-v5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E create-react-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app Test
No coverage files found
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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 node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 nextjs-16-bun Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-bun Test
No coverage files found
E2E nextjs-16-bun Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-bun Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-bun Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No coverage files found
E2E create-remix-app-express Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 react-router-7-framework-custom Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-custom Test
No coverage files found
E2E react-router-7-framework-custom Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-custom Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-19 Test
No coverage files found
E2E react-19 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-19 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express-vite-dev Test
No coverage files found
E2E create-remix-app-express-vite-dev Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express-vite-dev Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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
Playwright bundle_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
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 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 angular-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-18 Test
No coverage files found
E2E angular-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework Test
No coverage files found
E2E react-router-7-framework Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 node-otel-without-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-without-tracing Test
No coverage files found
E2E node-otel-without-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-without-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-without-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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 solidstart-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-cloudflare-pages Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No coverage files found
E2E sveltekit-cloudflare-pages Test
No coverage files found
E2E solidstart-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-cloudflare-pages 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 sveltekit-cloudflare-pages Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
No coverage files found
E2E nuxt-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cacheComponents Test
No coverage files found
E2E vue-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 Test
No coverage files found
E2E nextjs-16-cacheComponents Test
Please ensure your test framework is generating JUnit XML output.
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 nextjs-16-cacheComponents Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-use-routes Test
No coverage files found
E2E react-router-6-use-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-use-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-descendant-routes Test
No coverage files found
E2E react-router-6-descendant-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-descendant-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_logs_metrics Tests
No coverage files found
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 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 nextjs-16-tunnel (turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (turbopack) Test
No coverage files found
E2E nextjs-16-tunnel (turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-browser-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-browser-router Test
No coverage files found
E2E react-create-browser-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-browser-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-browser-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
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 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 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 (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 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 nuxt-3-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-dynamic-import Test
No coverage files found
E2E nuxt-3-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-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-21 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-21 Test
No coverage files found
E2E angular-21 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-21 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-21 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 ember-classic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E ember-classic Test
No coverage files found
E2E ember-classic Test
Please ensure your test framework is generating JUnit XML output.
E2E ember-classic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E ember-classic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless Test
No coverage files found
E2E aws-serverless Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 18) Test
No coverage files found
E2E aws-serverless (Node 18) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 18) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 react-router-6 (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 (TS 3.8) Test
No coverage files found
E2E react-router-6 (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-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 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 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 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 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 nuxt-3-min Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-min Test
No coverage files found
E2E nuxt-3-min Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-min Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-min Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-13 Test
No coverage files found
E2E nextjs-13 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-13 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir Test
No coverage files found
E2E nextjs-pages-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-intl Test
No coverage files found
E2E nextjs-15-intl Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-intl Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-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-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
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
No coverage files found
E2E nextjs-pages-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@15) Test
No coverage files found
E2E nextjs-pages-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-14 Test
No coverage files found
E2E nextjs-14 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-14 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_feedback Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback Tests
No coverage files found
E2E nuxt-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-4 Test
No coverage files found
E2E nuxt-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, turbopack) Test
No coverage files found
E2E nextjs-16 (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 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 react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (24) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Integration Tests
No coverage files found
Node (24) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (22) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Integration Tests
No coverage files found
Node (22) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (22) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Integration Tests
No coverage files found
Node (18) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-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
Node (20) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Integration Tests
No coverage files found
Node (20) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (20) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@13) Test
No coverage files found
E2E nextjs-app-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (webpack) Test
No coverage files found
E2E nextjs-16 (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-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 supabase-nextjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E supabase-nextjs Test
No coverage files found
E2E supabase-nextjs Test
Please ensure your test framework is generating JUnit XML output.
E2E supabase-nextjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir Test
No coverage files found
E2E nextjs-app-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (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
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

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32.2 MB
sha256:8276eac273e94e6f14a8b4a3856f7c5354196527e3b909f77be358f37546a600
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_unit_tests Expired
80.3 KB
sha256:7b0c398e76098944efcfd88a30761afc3412f560eae0cc30f6b51e7cbbcef8cd
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-18 Expired
140 KB
sha256:a8164cb52fe54ae932531aa2fe061e965bc7e95cf4daebbcc133a0df02a5cf19
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-20 Expired
148 KB
sha256:f4c4efa3b3571777d15b24815e96e56a1e45787c3742c48f66e772ecaddf3ad8
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-22 Expired
148 KB
sha256:dd22ae63db2f3112520869bf9e824d6f88b6fb0a1fd7a3f6831f29246f6c23f5
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-24 Expired
148 KB
sha256:e70544d065a2ab2a47a0765da19fba5962e1da862d800a74c6d160b655d30753
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_base Expired
242 Bytes
sha256:cff36cb78da40e1df6d666e1aa8780be1dcbfb2ad3b2639a2b49573c9b99e8d7
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_debug Expired
243 Bytes
sha256:9082f2cc2e6c48eaca4c801da49c373d1484cd1d2db0907aab0f4dbab4bd8ba9
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_eager Expired
243 Bytes
sha256:a67059e28867645c7c0958437b83e5ec47fbe6931467c8c8aaf9c00bdfa9e399
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_replay Expired
240 Bytes
sha256:73c65cb715ca657d119416752b890387f9ffd3aa13f8cb02b94c04bfb44cf885
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_replay_buffer Expired
240 Bytes
sha256:47f880d7c82245729f96f127451923b54edf0d4b9ee8a32a08bfae98f48f84b1
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_tracing Expired
243 Bytes
sha256:98e83763443bfa075526502398fdb016978b6c80a1d445c608bae0fbd061c6f8
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_tracing_replay Expired
238 Bytes
sha256:c975160ff02c3282057bb38b410980e1778b0fbd7336984622f7990761a91168
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle-chromium Expired
249 Bytes
sha256:33c7c1b053b08f0395a7f23e5c4a46efd87fd62c5c4ac944c99668233543f824
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium Expired
2.09 KB
sha256:e49b39fc1fbed116697da8cee442f9077e99f1a40ee3704fa63edd2200098c23
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_min-chromium Expired
248 Bytes
sha256:14c4b7e35bdd04e220be7ce03e4d25e1fd9d30ec240284872d9e10ce57134675
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium Expired
247 Bytes
sha256:f88297f3223d454132ad6fb5d74383383de97ff503ae1381aa0ea6a6e19b3bc0
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium Expired
2.09 KB
sha256:a28903cef815b4f66072f553e9b7b69c6da934a88a20cf6487433e36dc4e4a52
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium Expired
249 Bytes
sha256:b3eddc210d936c765d32fc8f652ccb3d02c63151a4b7460319755ad6995409ae
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium Expired
2.4 KB
sha256:bbbc0c52ca7e28d1af0c2037cac4ddbf9bbf0d7dc1ca4f473eca0cdb8ff0f8d3
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium Expired
243 Bytes
sha256:6a6f2a3e8e7ffa731f86c759eeb77867949c1724fb221e6f610af9058d4be70a
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium Expired
243 Bytes
sha256:bf83f51b9e4e411037a82db1980398fb831d4c9a226366c6791e18a30828b455
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium Expired
2.38 KB
sha256:12f7cc53469a6db0eaa49dd085f8ea3e389c9ba7a384ea840e229f25e94201c3
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium Expired
2.4 KB
sha256:075f76c6ed92f44dc2033219b7447c7d658391826449293f18cdfae377ca0c4e
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox Expired
232 Bytes
sha256:154cfefca820acfaf370cfc6ebfd0954e138720ea558e3f0c3b6714725bff938
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit Expired
2.4 KB
sha256:14b7330067b78be7f3e29286e74c8352c71a8520dc44688c228e8c26af8478f8
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium Expired
2.41 KB
sha256:d0e57ffc60463f6ff69c07a2669c928f045ad837578636208d5a4251ed9ef3cd
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-1 Expired
245 Bytes
sha256:b54ab5589d2fb591149ebc3557970dbc6c1e4b2c2fb67bffb629dce45e27cc21
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-2 Expired
2.39 KB
sha256:1ccaa2cc6e738acde6b265a0a14ab3c220d2bc0a38ae6f802c5117b4cd7567ac
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-3 Expired
245 Bytes
sha256:122afb011981798aacb7572657ef043709fe79355fa7f0f9e0436554ea06ca62
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-4 Expired
244 Bytes
sha256:724ab5d5f6270d68018389f2191d5865cf86df398de336d332ad68e3dc991c11
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_unit_tests Expired
805 Bytes
sha256:b2f331886c8d099c0e484039db9f13187303249edd5ca33a1ed80891012fdf7f
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-18 Expired
1.16 KB
sha256:6ad6fb33d7b26280fc4db84620a72bab10de93a580ebe6b8bb4a29bc9966a150
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-20 Expired
1.02 KB
sha256:0c6d4e61818f7227a915177e285f3b6cdcc536b4b66c90bd35619695459899b4
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-22 Expired
1.02 KB
sha256:2f36b374035176a67e53e23a5e6ae84ae72fc18055d2d4a4d85d3e2b7b62c17a
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-24 Expired
1.17 KB
sha256:c307c09fd3174df239a6ae369e60a554a4bf42795f1c3f7bea9b13a9682dfcac
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-18 Expired
235 Bytes
sha256:33956c96d8ac41abcaa7b24b5ddbf831190ecf4d683b66c4c0ef3ffbfe6ec726
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-20 Expired
232 Bytes
sha256:075737a2a6b021489124f526fa8ee7fb1eff0468d52b34b6c84cec96eb9a7d56
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-22 Expired
232 Bytes
sha256:44259424274aa78cca9af58abf149e2f6dfd5256ca054d0a4da698340e416058
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-24 Expired
232 Bytes
sha256:d2d4e59e26133d58e926646520279f416515361412197c3747f1327c21561a3d
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0 Expired
1010 KB
sha256:b10caaf48e2910122a5901d9cae3a80296f238680d9dc8585f81a1dfdb3e6a3a
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0 Expired
1.79 MB
sha256:95f0ddf219fea261279701c4371337355d1cf1287d8053556cb7155e54eb8d43
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
1.96 MB
sha256:4698b777e78261668fa2613038ee0d377b82a743ca5f43d29a3600e30b3002cf
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
2.98 MB
sha256:0f00b74345f3c1932bd86449d4cc7338a21b8331c7b29c0b59cc7b25be2254f6
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
1.08 MB
sha256:0746f01545094cbe8ebfd7d819cbaed52e5e24eaff603b69b702f194ec96b790
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
1.07 MB
sha256:07b5e6bc564dacf1a0a02170e638388aea520cf77ef8dc92ef530a8e3c86cb44
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
2.89 MB
sha256:f85e5c4923f9f82878b6307a45976116730193e7e939bf996b191cfaaa43f239
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
4.57 MB
sha256:954c58587639f3389c3006106fc983ec6cb951b30f15145c52950a0857d2ab29