Skip to content

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

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

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

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

build.yml

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

Annotations

44 errors and 809 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: 1772814856.159, …(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": "a61fcf2207900b3b", - "timestamp": Any<Number>, + "timestamp": 1772814856.159, - "trace_id": Any<String>, + "trace_id": "db21ebdbe46f4a0faa8dae38b076b1a5", "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: 1772814856.159, …(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": "a61fcf2207900b3b", + "timestamp": 1772814856.159, + "trace_id": "db21ebdbe46f4a0faa8dae38b076b1a5", "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.
Playwright bundle_logs_metrics Tests
Process completed with exit code 1.
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
Playwright bundle_replay_logs_metrics Tests
Process completed with exit code 1.
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 (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": 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": 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
Playwright esm (2/4) Tests
Process completed with exit code 1.
Node (20) Unit Tests
Process completed with exit code 1.
Node (24) Unit Tests
Process completed with exit code 1.
Node (22) Unit Tests
Process completed with exit code 1.
Node (18) Unit Tests
Process completed with exit code 1.
E2E angular (canary) Test (optional)
Process completed with exit code 3.
E2E angular (canary) Test (optional)
Process completed with exit code 3.
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit 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
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
Lint
Process completed with exit code 1.
Playwright bundle_tracing_replay_feedback_logs_metrics 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": 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": 1, }, "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": 0, }, "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": 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": 2, }, "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": 0, }, "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": 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": 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": 1, }, "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": 2, }, "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_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_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing 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
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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
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
Playwright bundle_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_logs_metrics Tests
No coverage files found
Playwright bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Node (24) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Node-Core Integration Tests
No coverage files found
Node (24) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) 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
Node (18) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Node-Core Integration Tests
No coverage files found
Node (18) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) 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
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 (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
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 esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 webpack-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-5 Test
No coverage files found
E2E tsx-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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 tsx-express Test
No coverage files found
E2E webpack-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
Please ensure your test framework is generating JUnit XML output.
E2E tsx-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-cjs Test
No coverage files found
E2E node-profiling-cjs Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-cjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-preload Test
No coverage files found
E2E node-express-esm-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 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 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 sveltekit-cloudflare-pages Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-cloudflare-pages Test
No coverage files found
E2E sveltekit-cloudflare-pages Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-cloudflare-pages Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
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-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 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-create-memory-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-memory-router Test
No coverage files found
E2E react-create-memory-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-memory-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework 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 webpack-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
No coverage files found
E2E webpack-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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-otel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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-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 solidstart-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-dynamic-import Test
No coverage files found
E2E solidstart-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 Test
No coverage files found
E2E vue-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 node-express-esm-without-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-sdk-node Test
No coverage files found
E2E node-core-express-otel-v2-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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-express-v5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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
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-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-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 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 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 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 solidstart-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No coverage files found
E2E solidstart-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 vue-3 (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 (latest) Test
No coverage files found
E2E vue-3 (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-3 (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 Test
No coverage files found
E2E react-router-6 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_feedback Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback Tests
No coverage files found
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 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 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 react-router-6-use-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-use-routes Test
No coverage files found
E2E react-router-6-use-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-use-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
E2E react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
No coverage files found
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 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 nestjs-fastify Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-fastify Test
No coverage files found
E2E nestjs-fastify Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-fastify Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-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 react-router-6-descendant-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-descendant-routes Test
No coverage files found
E2E react-router-6-descendant-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-descendant-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No coverage files found
E2E create-remix-app-express Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-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 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
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cacheComponents Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
No coverage files found
E2E nextjs-16-cacheComponents Test
No coverage files found
E2E nextjs-16-cacheComponents Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cacheComponents Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Playwright bundle_tracing_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_logs_metrics Tests
No coverage files found
E2E 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 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-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-exports-test-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-exports-test-app Test
No coverage files found
E2E node-exports-test-app Test
Please ensure your test framework is generating JUnit XML output.
E2E node-exports-test-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-top-level-import Test
No coverage files found
E2E nuxt-3-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 sveltekit-2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
No coverage files found
E2E sveltekit-2 Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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-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 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 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-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-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
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 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 nestjs-basic-with-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic-with-graphql Test
No coverage files found
E2E nestjs-basic-with-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic-with-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
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-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 nextjs-sourcemaps Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-sourcemaps Test
No coverage files found
E2E nextjs-sourcemaps Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-sourcemaps Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-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 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 astro-5-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5-cf-workers Test
No coverage files found
E2E astro-5-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-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 angular-19 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-19 Test
No coverage files found
E2E angular-19 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-19 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-19 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash Test
No coverage files found
E2E nextjs-16-trailing-slash Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 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 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 create-react-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app Test
No coverage files found
E2E create-react-app Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express Test
No coverage files found
E2E node-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 aws-serverless (Node 18) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 18) Test
No coverage files found
E2E aws-serverless (Node 18) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 18) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@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 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 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
E2E aws-serverless Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless Test
No coverage files found
E2E aws-serverless Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E hydrogen-react-router-7 Test
No coverage files found
E2E hydrogen-react-router-7 Test
Please ensure your test framework is generating JUnit XML output.
E2E hydrogen-react-router-7 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-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 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 Test
No coverage files found
E2E nextjs-16 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-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-14 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-14 Test
No coverage files found
E2E nextjs-14 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-14 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (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 aws-serverless (Node 20) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 20) Test
No coverage files found
E2E aws-serverless (Node 20) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 20) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E 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 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 supabase-nextjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E supabase-nextjs Test
No coverage files found
E2E supabase-nextjs Test
Please ensure your test framework is generating JUnit XML output.
E2E supabase-nextjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (24) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Integration Tests
No coverage files found
Node (24) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-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 (latest, webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, webpack) Test
No coverage files found
E2E nextjs-16 (latest, webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (18) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Integration Tests
No coverage files found
Node (18) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (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 (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-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 (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-16 (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (webpack) Test
No coverage files found
E2E nextjs-16 (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir Test
No coverage files found
E2E nextjs-app-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@15) Test
No coverage files found
E2E nextjs-app-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
Failed to detect default branch, falling back to 'main': <!DOCTYPE html> <!-- Hello future GitHubber! I bet you're here to remove those nasty inline styles, DRY up these templates and make 'em nice and re-usable, right? Please, don't. https://github.com/styleguide/templates/2.0 --> <html> <head> <title>Unicorn! &middot; GitHub</title> <style type="text/css" media="screen"> body { background-color: #f1f1f1; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .container { margin: 50px auto 40px auto; width: 600px; text-align: center; } a { color: #4183c4; text-decoration: none; } a:hover { text-decoration: underline; } h1 { letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px; text-shadow: 0 1px 0 #fff; } p { color: rgba(0, 0, 0, 0.5); margin: 10px 0 10px; font-size: 18px; font-weight: 200; line-height: 1.6em;} ul { list-style: none; margin: 25px 0; padding: 0; } li { display: table-cell; font-weight: bold; width: 1%; } .logo { display: inline-block; margin-top: 35px; } .logo-img-2x { display: none; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .logo-img-1x { display: none; } .logo-img-2x { display: inline-block; } } #suggestions { margin-top: 35px; color: #ccc; } #suggestions a { color: #666666; font-weight: 200; font-size: 14px; margin: 0 10px; } </style> </head> <body> <div class="container"> <p> <img width="200" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAZAAAAGZCAMAAACQbpc2AAADAFBMVEWEBz6FAD6FAD6GAD+MAEGOAEOKAEGOAEOGAD+IAECOAEOOAUOOAEOOAEOOAEOOAEOOAEOOAEOCACyOAEQAAACKAEJpoJ2KADqu0eSKAD2BAD+KAD6AxCNqwoX1Ziawo9LYnGuwhL7aiwaIyYudst6DlrnhcWvCcVvlbE9PvsL2u3uYmdCZum9Rns7clUYsreOYp2nuj37kiZLUfqhvxafqfmrNWEjA22uz1Vu6lsiRAArWhLfgdoONnF36rWrzpz/ajy/LbqR8pdWDVXx8faN6m0+6hE3+1pmHP2mTy1b4k1p/ueFlj7vMfzyBs1v/2GfLpFL5rQD+7teQABj4n0/rpCz6r1Z8apP+4rrfw1iV0JyLUkqQACTDnah5AACtaEt9zcGNhleJbU5lsOFRvE5FuOPS4WLSt7+8ajvXcJpcyNvhztSwUkTGgZz9uDSxRnPZwsnTkqy7jpsPt/AxyvnAeJMAxPnMiqPJYIyzf4/KqrPedaK5bIsQwfTo2t72hUepPWvn6mO8VoXrgbDRaJXle6r75FzZm7S2TnyTNUXv5eiDAA6j0WmKyWv51liRAACjP0OZNVuwa4L+uQAcw/SiNGH57mIxxPKmU3DgpL2sX3rutc3/vh9gu1D3tNEAtvOSKVAmxfagRmbnrcWZJVaTJET2qsv84eyk04PzcEb71OX0u9OUzHD1nsR+1PhtwFUBvfQ5x/RizvdQy/VZzPWaz3b8uST+wFWDABqKAC6m03uGx2X+xGKBxmL2iWDQjb777/Nt0Pf+xmlCyPT+v032hVv+yXD3lGx2wlr99/hJyvX1gFV20vf1e1DCaqr6xdz+wlzJe7T2jmWFACT3i7v+0IP9u0R8xF7Oh7r+zHn/+WLHc7CQGUP3vtePEUT0i7qHADORIUyEAC2BAACf0Hr3j73zhLX7x96RGkrMgbePFEiRDUeOA0P4wNiVAEaPBkTzh7f9yeCPCkSLADmRAESYAEf+/f6CAET4xdz4wtnzibiKAEH/9GH///+OAEP4w9pHeYEoAAAAFXRSTlP9+PLorFm9i97MnGlJOnoNKxwBAwB644ahAACClklEQVR42uydf0xUZ77/rQLyS4TBk4Yh2XTdxLrurr3qVcyuRdzvt7CSRYSrLMS7S/R6WZqy9Mem2dt+myLG2E4VOnXipLWYGnXStTXx/lOUq/QSgwgxWpEgFccTkE0cYZyJZ2YcyeDj9/15nvODmQG1OpR1t+8znBlmEPW85vPz+ZwzM+b9A8o0b85c7J5K/SMCMc2bG/cDkL8jZc5LmTnvByB/N8qcl/lM4rynVf+QQGYHEp5WA/nHA2LKnBfv9yQDy9OpfzQg4JHKmCftByB/H8o0gYc/5In/AchjKTMz1uYxL83vlxhL/wHIY/HALbY4MhICjDH/M09tGQIg04gjIw0HzhQ7HJlpIY+kuCVPwlNrIAAynUQSslNxFwvXB6xzU2YF/JJTYu7A0xvTpxnInIAnLoMi8RPIZOKRKD1tJnDITrPVEfLP+QHI4/WcMmf5A+ZUHNMngQFlpCRIwOF2SOb1FZJ/5twfgDx2TR3ye2bj0eOwEDAy01MSQoEAAw7ZbKnoX292xD29PKYTCL27Uz1MYoE42Mp3+4PEQsBInsUCMA5Jdihmtn5n/1hl0PX0ViEAMr0571yzn7FQIAk+5pFRmMTDjNS0OA6DSYrT4ZTMLL+xf2xsp9s/4yn2WNNpIXMyKM/ySCDiSXz4MRQuijQ3PT4tLjHkGRkZdkIOJwuZg9b1jf3gQR7r6W1kTScQpFjPxKOwDgAIUzyzQOQRYMydkzI7YZbidDkcTkUKQWazOeitXF9hBw5SZciZOi9T6GnkMp0uKymQkDHHAxzMLwcSM+eZJqWhskhOMivDDscIC5ohyW+x1lTm56+v2DkGGlz9FSEnynRdgPKUlezTCSTe4zGnZfsVtmWT34kljAmJgAbBSEuYyQIjLngnkLBUgkJFY6PdbgcKaExT

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32.2 MB
sha256:32c2310ed7b929520fbc303482be089939b20019a124000ccac86f0d74424db3
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_unit_tests Expired
92.5 KB
sha256:c84f0e5d09695bde945e1fd13c1f7b24eda90e3855e3d7797146d2426ef52001
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-18 Expired
140 KB
sha256:21f320f2b4154b59af31f7c77446cdd140f14839aa2038697a1e6f865afe8e74
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-20 Expired
148 KB
sha256:0a1ee80c6cad0bea9172cb4e167a36c4432843fea0b5e1a7d59792b49d7b6906
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-22 Expired
148 KB
sha256:4498de82e40b9c07523346a65689a71466aa47a6da1822bdee0594c48d577f26
codecov-coverage-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-24 Expired
148 KB
sha256:ece4b2b6e57994aaa5e3b56b1352c051b799f4844fe12fb9934b49e541ac05d6
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_base Expired
240 Bytes
sha256:faf40f335f3806c97e6fde41952afccc776df85de1dc265c30f57c615b653a1a
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:01da28303d91323cf4d3bebb95d1bd04732e0faf36bc67ffa1e35d064a6273f8
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_eager Expired
239 Bytes
sha256:ce34a4ad81fb4bef5a0719e21d13c72ed3979cdba94b4383734adc64e2829122
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_replay Expired
241 Bytes
sha256:fe3f8d617c87abea352da8853be51757a279ca060234ae1372c95ad89d0894b0
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:49467b362f60c944619996a97997ec84bf6fe8a2c0c7a8df87c6b97fbe631a4f
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_tracing Expired
240 Bytes
sha256:8162f1b9635bbf159fe10d14f22beea291bbc4489550d7128972f3e88674be1b
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_loader_tests-browser-loader-loader_tracing_replay Expired
240 Bytes
sha256:405caa5b4052e4f1b705495b4118cb648df7cf16b3ededd1f8230c1b2cf18c21
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle-chromium Expired
248 Bytes
sha256:be29b76f1a65a158a773480497e11102c04387ec55f7c361f30aa9358e699c30
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:74a5efe4baecfd7c8253ca4c768ddf9aa8217fa1f35fc4293c2cb5aede8939be
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_min-chromium Expired
244 Bytes
sha256:15c54c7202a540f6ee4ddee2879315f6f15bf1cc58f631530d6c682ffc493541
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:796e77f83cf292bffd0d85c28e37ae59b580cc091697882404aee8f09fca9932
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.08 KB
sha256:508e524166233ed3b2c2fd374acbead1221b41bd3bc49189bbe25317b5d42781
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium Expired
248 Bytes
sha256:1da21270406cac361a24e5bd8ad9558bb4c6cb3b0cff333a0bd2f2ab728853b5
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.41 KB
sha256:9c384eb45074f56f665fb4ceaf9e9b399e801e689b3dc7f2b1a7edc4787cdf9f
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
244 Bytes
sha256:eeb655d7760b00dabfeb7270e589d061618d812cdcd2174b7c4106275b13168b
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
244 Bytes
sha256:a2474530caa4e90176b666a1286be74e89d1a5c4b91747985c6213d5aa84097c
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.39 KB
sha256:f6240c9adee13acc6cd182f24e215f0deb00a919c22049482ab5bd025432a251
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:ef07936ea8180d34bc5545eb50c13074668bf326cb491b789a9f64e12d8ce0b3
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
236 Bytes
sha256:223e7082c47b838719458421f78dfc76b322ee29a351350986862aac20e8cd68
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:10642714cb2dd2c718f6abf0050b4a5ee7ba6896b1ab9a2ffbb5d7c641fe5d8f
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:e4209e30f9d19fe40f6da0930f1c5114ff720b1263de7bc6d2fd59da2a77171b
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-1 Expired
241 Bytes
sha256:1eab64a9caba954077d1930b41518e68527b21bffb2d133b363810dccc3a7330
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:e80506d92a01bff41cb33a50eb14a4c5740a57f6307e0fcc15e2d9fe4b5be3c2
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:f3304f4b14046d7ae601f98fb5ced25b777059d90ecce7b3dc0b9979a825abeb
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_playwright_tests-browser-playwright-esm-chromium-4 Expired
245 Bytes
sha256:a8564b9d2276e592aeca6f2360fae072038ceb24d8958772b6f0dcbdddbe315e
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_browser_unit_tests Expired
243 Bytes
sha256:06562181a031a682565f4f14cfae3dc4f9976d4a833bf00d814f46f2876873e3
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-18 Expired
1.21 KB
sha256:6dd60229efa372be344e47d86173bd510572f1b0e87a307b5c60dd44a2e513f8
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-20 Expired
1.16 KB
sha256:4edd9bee9143f46249105c74b47b1552c71604487e30b32be1c24f0c1c961b9d
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-22 Expired
1.21 KB
sha256:cfb0e4dc31f4b19d10956a5cfb2949bf17a0ff297e2f7e1580f7927ac9b18727
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_node_unit_tests-24 Expired
1.2 KB
sha256:a09825e07a2163a2489f835f897dfa6365770fe3477141cb7d12cda4d3d02c36
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-18 Expired
234 Bytes
sha256:30be010c8e0ff82d72db6ab8511131d42981631c3edf33b7ec133497e38ad91b
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-20 Expired
235 Bytes
sha256:3caff3507cdade59fd674e14d4b93612ca8e055d3e1013f297f350890e5d942b
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-22 Expired
232 Bytes
sha256:a0ae5d6e03504c803c540acf11e4235702358b54a127345053f9efd6770b9f12
codecov-test-results-awad-js-1762-add-log-sequence-attribute-for-timestamp-tie-breaking-job_remix_integration_tests-24 Expired
232 Bytes
sha256:92ab47262f89b6ba5ad0cffdbd246dd633c33f5a6cbae9303e89c0c5e39dce91
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0 Expired
1010 KB
sha256:fa649b27dff6c54031134dc34a3d290d621031a4dced1b782c5ee939104a1b9a
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0 Expired
1.79 MB
sha256:2f5efc89280f3e0b73797f6475b53c5fc1cb907e0df0e584ab72d54bf9bfc303
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
1.96 MB
sha256:faec7079f2bcf180f3aac3dfc1412f302f91c2a37f28f2e79cf53c3867f8f7da
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
2.98 MB
sha256:242a72839c33c76edac532e949820bb86bc87aa351b9095f35617b3b0ef759e5
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
1.08 MB
sha256:d22b885531e15a25b295f4cb88b9c4f0b273ec42edf30713ec4698e51e23b662
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
1.08 MB
sha256:48f31283c87366f590341f20440ca588f0350ff519e5752775e1636aade5d6bc
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
2.89 MB
sha256:1907353bf89b1854884d6ccd073ad981b2a7701a8c195a4d47d04b405b200bc4
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
4.57 MB
sha256:495bba78273e864a16c7ce3fd2265a9b1d2443d893f3db258c5da4a962a726f8