Skip to content

feat(core)!: Flip genAI defaults to collect it by default #52988

feat(core)!: Flip genAI defaults to collect it by default

feat(core)!: Flip genAI defaults to collect it by default #52988

Triggered via pull request July 27, 2026 16:07
Status Failure
Total duration 14m 6s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
5s
Get CI Metadata / Get Metadata
Check lockfile
0s
Check lockfile
Check file formatting
53s
Check file formatting
Check PR branches
5s
Check PR branches
Build Lambda layer
1m 13s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 21s
Lint
Circular Dependency Check
1m 36s
Circular Dependency Check
Browser Unit Tests
3m 32s
Browser Unit Tests
Bun Unit Tests
51s
Bun Unit Tests
Deno Unit Tests
1m 16s
Deno Unit Tests
Cloudflare Integration Tests
5m 44s
Cloudflare Integration Tests
Bun Integration Tests
49s
Bun Integration Tests
Deno Integration Tests
46s
Deno Integration Tests
Check for faulty .d.ts files
54s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 4 warnings, and 254 notices
E2E node-express-send-to-sentry Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L12
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3030/", waiting until "load" 10 | }); 11 | > 12 | await page.goto('/'); | ^ 13 | await page.waitForTimeout(500); 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:12:14
[chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
E2E debug-id-sourcemaps Test (optional)
Process completed with exit code 1.
E2E react-send-to-sentry Test (optional)
Process completed with exit code 1.
Cloudflare Integration Tests
Process completed with exit code 1.
suites/tracing/workers-ai/test.ts > traces a streaming Workers AI text generation request: dev-packages/cloudflare-integration-tests/suites/tracing/workers-ai/test.ts#L73
AssertionError: expected { contexts: { …(4) }, …(11) } to deeply equal ObjectContaining{…} - Expected + Received @@ -1,32 +1,113 @@ - ObjectContaining { - "contexts": ObjectContaining { - "trace": ObjectContaining { + { + "contexts": { + "cloud_resource": { + "cloud.provider": "cloudflare", + }, + "culture": { + "timezone": "America/Chicago", + }, + "runtime": { + "name": "cloudflare", + }, + "trace": { + "data": { + "http.request.header.accept": "*/*", + "http.request.header.accept_encoding": "br, gzip", + "http.request.header.accept_language": "*", + "http.request.header.cf_connecting_ip": "[Filtered]", + "http.request.header.host": "localhost:34181", + "http.request.header.sec_fetch_mode": "cors", + "http.request.header.user_agent": "node", + "http.request.method": "GET", + "http.response.status_code": 200, + "network.protocol.name": "HTTP/1.1", + "sentry.op": "http.server", + "sentry.origin": "auto.http.cloudflare", + "sentry.sample_rate": 1, + "sentry.source": "url", + "server.address": "localhost", + "url.full": "http://localhost:34181/stream", + "url.path": "/stream", + "url.port": "34181", + "url.scheme": "http:", + "user_agent.original": "node", + }, "op": "http.server", "origin": "auto.http.cloudflare", + "span_id": "815e7fab60b5bfa2", "status": "ok", + "trace_id": "ccac9cc2c22b4b9caa1abae5a08809d6", }, }, + "environment": "production", + "event_id": "38ab0275674547e88293f3cc422dd83b", + "platform": "javascript", + "request": { + "headers": { + "accept": "*/*", + "accept-encoding": "br, gzip", + "accept-language": "*", + "host": "localhost:34181", + "sec-fetch-mode": "cors", + "user-agent": "node", + }, + "method": "GET", + "url": "http://localhost:34181/stream", + }, + "sdk": { + "integrations": [ + "Dedupe", + "InboundFilters", + "FunctionToString", + "ConversationId", + "LinkedErrors", + "Fetch", + "HttpServer", + "RequestData", + "Console", + ], + "name": "sentry.javascript.cloudflare", + "packages": [ + { + "name": "npm:@sentry/cloudflare", + "version": "10.67.0", + }, + ], + "version": "10.67.0", + }, "spans": [ - ObjectContaining { + { "data": { + "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.output.messages": "[{\"role\":\"assistant\",\"parts\":[{\"type\":\"text\",\"content\":\"The capital of France is Paris.\"}]}]", "gen_ai.provider.name": "cloudflare.workers_ai", "gen_ai.request.model": "@cf/meta/llama-3.1-8b-instruct", "gen_ai.request.stream": true, "gen_ai.response.streaming": true, + "gen_ai.response.text": "The capital of France is Paris.", "gen_ai.usage.input_tokens": 12, "gen_ai.usage.output_tokens": 7, "gen_ai.usage.total_tokens": 19, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.cloudflare.workers_ai", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat @cf/meta/llama-3.1-8b-instruct", "op": "gen_ai.chat", "origin": "auto.ai.cloudflare.workers_ai", + "parent_span_id": "815e7fab60b5bfa2", + "span_id": "a2ed6a64e77fd380", + "start_timestamp": 1785168859.87, + "status": "ok", + "timestamp": 1785168859.882, + "trace_id": "ccac9cc2c22b4b9caa1abae5a08809d6", }, ], + "start_timestamp": 1785168859.868, + "timestamp": 1785168859.883, "transaction": "GET /stream", "transaction_info": { "source": "url", }, "type": "transaction", ❯ suites/tracing/workers-ai/test.ts:73:32 οΏ½
suites/tracing/workers-ai/test.ts > traces a basic Workers AI text generation request: dev-packages/cloudflare-integration-tests/suites/tracing/workers-ai/test.ts#L28
AssertionError: expected { contexts: { …(4) }, …(11) } to deeply equal ObjectContaining{…} - Expected + Received @@ -1,32 +1,114 @@ - ObjectContaining { - "contexts": ObjectContaining { - "trace": ObjectContaining { + { + "contexts": { + "cloud_resource": { + "cloud.provider": "cloudflare", + }, + "culture": { + "timezone": "America/Chicago", + }, + "runtime": { + "name": "cloudflare", + }, + "trace": { + "data": { + "http.request.header.accept": "*/*", + "http.request.header.accept_encoding": "br, gzip", + "http.request.header.accept_language": "*", + "http.request.header.cf_connecting_ip": "[Filtered]", + "http.request.header.host": "localhost:34861", + "http.request.header.sec_fetch_mode": "cors", + "http.request.header.user_agent": "node", + "http.request.method": "GET", + "http.response.status_code": 200, + "network.protocol.name": "HTTP/1.1", + "sentry.op": "http.server", + "sentry.origin": "auto.http.cloudflare", + "sentry.sample_rate": 1, + "sentry.source": "route", + "server.address": "localhost", + "url.full": "http://localhost:34861/", + "url.path": "/", + "url.port": "34861", + "url.scheme": "http:", + "user_agent.original": "node", + }, "op": "http.server", "origin": "auto.http.cloudflare", + "span_id": "b7254d621c70496e", "status": "ok", + "trace_id": "5f35dbac238347f7985658414cb056cf", + }, + }, + "environment": "production", + "event_id": "149aea69f3194d518bb9cb2dc2ba6811", + "platform": "javascript", + "request": { + "headers": { + "accept": "*/*", + "accept-encoding": "br, gzip", + "accept-language": "*", + "host": "localhost:34861", + "sec-fetch-mode": "cors", + "user-agent": "node", + }, + "method": "GET", + "url": "http://localhost:34861/", + }, + "sdk": { + "integrations": [ + "Dedupe", + "InboundFilters", + "FunctionToString", + "ConversationId", + "LinkedErrors", + "Fetch", + "HttpServer", + "RequestData", + "Console", + ], + "name": "sentry.javascript.cloudflare", + "packages": [ + { + "name": "npm:@sentry/cloudflare", + "version": "10.67.0", }, + ], + "version": "10.67.0", }, "spans": [ - ObjectContaining { + { "data": { + "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", "gen_ai.operation.name": "chat", + "gen_ai.output.messages": "[{\"role\":\"assistant\",\"parts\":[{\"type\":\"text\",\"content\":\"The capital of France is Paris.\"}]}]", "gen_ai.provider.name": "cloudflare.workers_ai", "gen_ai.request.max_tokens": 100, "gen_ai.request.model": "@cf/meta/llama-3.1-8b-instruct", "gen_ai.request.temperature": 0.7, + "gen_ai.response.text": "The capital of France is Paris.", + "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", "gen_ai.usage.input_tokens": 12, "gen_ai.usage.output_tokens": 7, "gen_ai.usage.total_tokens": 19, "sentry.op": "gen_ai.chat", "sentry.origin": "auto.ai.cloudflare.workers_ai", + "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, }, "description": "chat @cf/meta/llama-3.1-8b-instruct", "op": "gen_ai.chat", "origin": "auto.ai.cloudflare.workers_ai", + "parent_span_id": "b7254d621c70496e", + "span_id": "b4f78cbdd7dc44c0", + "start_timestamp": 1785168867.383, + "status": "ok", + "timestamp": 1785168867.394, + "trace_id": "5f35dbac238347f7985658414cb056cf", }, ], + "start_timestamp": 1785168867.382, + "timestamp": 1785168867.396, "transaction": "GET /", "transaction_info": { "source
suites/tracing/openai/test.ts > traces a basic chat completion request with the openai SDK: dev-packages/cloudflare-integration-tests/suites/tracing/openai/test.ts#L31
AssertionError: expected { …(9) } to deeply equal { trace_id: Any<String>, …(8) } - Expected + Received @@ -1,7 +1,11 @@ { "attributes": { + "gen_ai.input.messages": { + "type": "string", + "value": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", + }, "gen_ai.operation.name": { "type": "string", "value": "chat", }, "gen_ai.request.model": { @@ -21,14 +25,22 @@ "value": "chatcmpl-mock123", }, "gen_ai.response.model": { "type": "string", "value": "gpt-3.5-turbo", + }, + "gen_ai.response.text": { + "type": "string", + "value": "[\"Hello from OpenAI!\"]", }, "gen_ai.system": { "type": "string", "value": "openai", + }, + "gen_ai.system_instructions": { + "type": "string", + "value": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", }, "gen_ai.usage.input_tokens": { "type": "integer", "value": 10, }, @@ -45,10 +57,14 @@ "value": "gen_ai.chat", }, "sentry.origin": { "type": "string", "value": "auto.ai.openai", + }, + "sentry.sdk_meta.gen_ai.input.messages.original_length": { + "type": "integer", + "value": 1, }, }, "end_timestamp": Any<Number>, "is_segment": false, "name": "chat gpt-3.5-turbo", ❯ suites/tracing/openai/test.ts:31:34 ❯ assertEnvelopeMatches runner.ts:244:11 ❯ newEnvelope runner.ts:298: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
suites/tracing/google-genai/test.ts > traces Google GenAI chat, generateContent, and embedContent calls: dev-packages/cloudflare-integration-tests/suites/tracing/google-genai/test.ts#L34
AssertionError: expected { …(9) } to deeply equal { trace_id: Any<String>, …(8) } - Expected + Received @@ -1,14 +1,22 @@ { "attributes": { + "gen_ai.input.messages": { + "type": "string", + "value": "[{\"role\":\"user\",\"content\":\"Tell me a joke\"}]", + }, "gen_ai.operation.name": { "type": "string", "value": "chat", }, "gen_ai.request.model": { "type": "string", "value": "gemini-1.5-pro", + }, + "gen_ai.response.text": { + "type": "string", + "value": "Hello from Google GenAI!", }, "gen_ai.system": { "type": "string", "value": "google_genai", }, @@ -29,10 +37,14 @@ "value": "gen_ai.chat", }, "sentry.origin": { "type": "string", "value": "auto.ai.google_genai", + }, + "sentry.sdk_meta.gen_ai.input.messages.original_length": { + "type": "integer", + "value": 1, }, }, "end_timestamp": Any<Number>, "is_segment": false, "name": "chat gemini-1.5-pro", ❯ suites/tracing/google-genai/test.ts:34:45 ❯ assertEnvelopeMatches runner.ts:244:11 ❯ newEnvelope runner.ts:298: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
suites/tracing/anthropic-ai/test.ts > traces a basic message creation request with the anthropic SDK: dev-packages/cloudflare-integration-tests/suites/tracing/anthropic-ai/test.ts#L31
AssertionError: expected { …(9) } to deeply equal { trace_id: Any<String>, …(8) } - Expected + Received @@ -1,7 +1,11 @@ { "attributes": { + "gen_ai.input.messages": { + "type": "string", + "value": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", + }, "gen_ai.operation.name": { "type": "string", "value": "chat", }, "gen_ai.request.max_tokens": { @@ -21,10 +25,14 @@ "value": "msg_mock123", }, "gen_ai.response.model": { "type": "string", "value": "claude-3-haiku-20240307", + }, + "gen_ai.response.text": { + "type": "string", + "value": "Hello from Anthropic!", }, "gen_ai.system": { "type": "string", "value": "anthropic", }, @@ -45,10 +53,14 @@ "value": "gen_ai.chat", }, "sentry.origin": { "type": "string", "value": "auto.ai.anthropic", + }, + "sentry.sdk_meta.gen_ai.input.messages.original_length": { + "type": "integer", + "value": 1, }, }, "end_timestamp": Any<Number>, "is_segment": false, "name": "chat claude-3-haiku-20240307", ❯ suites/tracing/anthropic-ai/test.ts:31:34 ❯ assertEnvelopeMatches runner.ts:244:11 ❯ newEnvelope runner.ts:298: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
All required jobs passed or were skipped
Process completed with exit code 1.
E2E aws-serverless-layer (Node 22) Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Size Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ./dev-packages/size-limit-gh-action. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
2 passed (2.5s)
🎭 Playwright Run Summary
4 passed (3.6s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.3s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
1 passed (3.0s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
1 skipped 71 passed (4.2s)
🎭 Playwright Run Summary
4 passed (3.3s)
🎭 Playwright Run Summary
1 skipped 71 passed (4.1s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
13 passed (12.7s)
🎭 Playwright Run Summary
12 passed (5.8s)
🎭 Playwright Run Summary
15 passed (3.1s)
🎭 Playwright Run Summary
2 passed (4.7s)
🎭 Playwright Run Summary
13 passed (12.8s)
🎭 Playwright Run Summary
19 passed (6.9s)
🎭 Playwright Run Summary
1 passed (4.6s)
🎭 Playwright Run Summary
1 skipped 71 passed (6.7s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
5 passed (18.9s)
🎭 Playwright Run Summary
4 passed (5.6s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
5 skipped 8 passed (6.3s)
🎭 Playwright Run Summary
10 passed (10.6s)
🎭 Playwright Run Summary
7 passed (6.6s)
🎭 Playwright Run Summary
13 passed (15.3s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.8s)
🎭 Playwright Run Summary
11 passed (8.8s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
2 passed (17.2s)
🎭 Playwright Run Summary
7 passed (6.2s)
🎭 Playwright Run Summary
2 passed (30.8s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
6 passed (25.8s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
12 passed (5.4s)
🎭 Playwright Run Summary
19 skipped 2 passed (4.7s)
🎭 Playwright Run Summary
10 passed (27.1s)
🎭 Playwright Run Summary
4 skipped 9 passed (28.5s)
🎭 Playwright Run Summary
4 passed (7.7s)
🎭 Playwright Run Summary
5 passed (7.7s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
6 passed (10.8s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.4s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.8s)
🎭 Playwright Run Summary
5 passed (11.4s)
🎭 Playwright Run Summary
4 skipped 9 passed (28.4s)
🎭 Playwright Run Summary
3 passed (4.7s)
🎭 Playwright Run Summary
8 passed (3.4s)
🎭 Playwright Run Summary
8 passed (3.4s)
🎭 Playwright Run Summary
6 passed (10.4s)
🎭 Playwright Run Summary
12 passed (28.5s)
🎭 Playwright Run Summary
7 passed (15.5s)
🎭 Playwright Run Summary
11 passed (11.7s)
🎭 Playwright Run Summary
30 passed (30.9s)
🎭 Playwright Run Summary
10 passed (28.0s)
🎭 Playwright Run Summary
10 passed (26.9s)
🎭 Playwright Run Summary
16 passed (28.8s)
🎭 Playwright Run Summary
2 passed (28.9s)
🎭 Playwright Run Summary
2 passed (30.0s)
🎭 Playwright Run Summary
16 passed (23.6s)
🎭 Playwright Run Summary
19 skipped 2 passed (4.2s)
🎭 Playwright Run Summary
7 passed (9.7s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
1 skipped 9 passed (6.4s)
🎭 Playwright Run Summary
2 passed (32.1s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.8s)
🎭 Playwright Run Summary
1 skipped 24 passed (12.3s)
🎭 Playwright Run Summary
10 passed (27.7s)
🎭 Playwright Run Summary
11 passed (5.4s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
53 passed (26.6s)
🎭 Playwright Run Summary
2 skipped 22 passed (35.2s)
🎭 Playwright Run Summary
15 passed (20.0s)
🎭 Playwright Run Summary
12 passed (19.7s)
🎭 Playwright Run Summary
10 passed (33.7s)
🎭 Playwright Run Summary
11 passed (19.6s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
11 passed (14.5s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
13 passed (32.4s)
🎭 Playwright Run Summary
3 passed (16.9s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
2 passed (32.8s)
🎭 Playwright Run Summary
10 passed (37.3s)
🎭 Playwright Run Summary
12 passed (28.8s)
🎭 Playwright Run Summary
2 skipped 22 passed (35.2s)
🎭 Playwright Run Summary
2 skipped 22 passed (34.3s)
🎭 Playwright Run Summary
12 passed (8.6s)
🎭 Playwright Run Summary
9 passed (8.7s)
🎭 Playwright Run Summary
8 passed (24.4s)
🎭 Playwright Run Summary
8 passed (6.1s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
8 passed (7.0s)
🎭 Playwright Run Summary
13 passed (25.2s)
🎭 Playwright Run Summary
14 passed (23.0s)
🎭 Playwright Run Summary
10 passed (37.2s)
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
22 passed (10.5s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.8s)
🎭 Playwright Run Summary
9 passed (9.0s)
🎭 Playwright Run Summary
9 passed (9.8s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
12 passed (26.8s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
2 passed (36.5s)
🎭 Playwright Run Summary
2 passed (2.0s)
🎭 Playwright Run Summary
7 passed (26.8s)
🎭 Playwright Run Summary
1 passed (6.2s)
🎭 Playwright Run Summary
15 skipped 12 passed (21.2s)
🎭 Playwright Run Summary
15 skipped 12 passed (22.2s)
🎭 Playwright Run Summary
15 passed (35.9s)
🎭 Playwright Run Summary
3 passed (17.0s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
5 passed (35.6s)
🎭 Playwright Run Summary
12 passed (28.7s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
4 passed (7.6s)
🎭 Playwright Run Summary
9 passed (9.3s)
🎭 Playwright Run Summary
2 skipped 22 passed (34.5s)
🎭 Playwright Run Summary
2 passed (32.8s)
🎭 Playwright Run Summary
5 passed (8.0s)
🎭 Playwright Run Summary
19 skipped 2 passed (7.7s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
40 passed (20.6s)
🎭 Playwright Run Summary
15 skipped 12 passed (22.6s)
🎭 Playwright Run Summary
19 skipped 2 passed (4.4s)
🎭 Playwright Run Summary
9 passed (11.1s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
2 skipped 19 passed (11.0s)
🎭 Playwright Run Summary
12 passed (31.9s)
🎭 Playwright Run Summary
12 passed (31.9s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
4 passed (9.5s)
🎭 Playwright Run Summary
5 skipped 25 passed (17.5s)
🎭 Playwright Run Summary
2 passed (30.8s)
🎭 Playwright Run Summary
1 skipped 13 passed (23.5s)
🎭 Playwright Run Summary
2 passed (36.3s)
🎭 Playwright Run Summary
11 passed (14.6s)
🎭 Playwright Run Summary
8 passed (12.6s)
🎭 Playwright Run Summary
4 passed (10.1s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.9s)
🎭 Playwright Run Summary
40 passed (19.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (21.7s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.0s)
🎭 Playwright Run Summary
5 passed (39.6s)
🎭 Playwright Run Summary
5 passed (28.4s)
🎭 Playwright Run Summary
9 passed (44.8s)
🎭 Playwright Run Summary
13 passed (35.2s)
🎭 Playwright Run Summary
13 passed (7.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (21.2s)
🎭 Playwright Run Summary
17 passed (57.6s)
🎭 Playwright Run Summary
15 passed (26.8s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ───────────── [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation 1 passed (39.7s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ────────────── 2 passed (43.9s)
🎭 Playwright Run Summary
3 passed (7.7s)
🎭 Playwright Run Summary
472 skipped 190 passed (27.2s)
🎭 Playwright Run Summary
8 passed (17.5s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.4s)
🎭 Playwright Run Summary
4 skipped 26 passed (32.2s)
🎭 Playwright Run Summary
2 skipped 28 passed (36.2s)
🎭 Playwright Run Summary
467 skipped 195 passed (36.3s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.7s)
🎭 Playwright Run Summary
13 passed (50.5s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
3 passed (38.1s)
🎭 Playwright Run Summary
3 passed (9.8s)
🎭 Playwright Run Summary
6 skipped 6 passed (37.6s)
🎭 Playwright Run Summary
12 passed (51.0s)
🎭 Playwright Run Summary
4 passed (4.8s)
🎭 Playwright Run Summary
5 passed (47.1s)
🎭 Playwright Run Summary
5 passed (11.1s)
🎭 Playwright Run Summary
4 passed (5.0s)
🎭 Playwright Run Summary
4 passed (19.5s)
🎭 Playwright Run Summary
52 passed (1.1m)
🎭 Playwright Run Summary
23 passed (13.3s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
8 passed (16.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (36.4s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.8s)
🎭 Playwright Run Summary
1 skipped 71 passed (4.3s)
🎭 Playwright Run Summary
4 passed (18.1s)
🎭 Playwright Run Summary
52 passed (1.1m)
🎭 Playwright Run Summary
15 passed (11.0s)
🎭 Playwright Run Summary
3 skipped 31 passed (1.2m)
🎭 Playwright Run Summary
3 skipped 31 passed (37.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
6 passed (35.5s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
11 passed (6.9s)
🎭 Playwright Run Summary
13 passed (50.1s)
🎭 Playwright Run Summary
13 passed (9.3s)
🎭 Playwright Run Summary
1 passed (5.6s)
🎭 Playwright Run Summary
471 skipped 191 passed (31.5s)
🎭 Playwright Run Summary
19 skipped 2 passed (5.0s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
4 passed (10.3s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
5 skipped 25 passed (12.5s)
🎭 Playwright Run Summary
13 skipped 30 passed (1.7m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
15 passed (33.4s)
🎭 Playwright Run Summary
13 skipped 30 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
6 skipped 6 passed (47.9s)
🎭 Playwright Run Summary
12 passed (51.5s)
🎭 Playwright Run Summary
3 skipped 31 passed (1.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (35.1s)
🎭 Playwright Run Summary
8 skipped 22 passed (9.5s)
🎭 Playwright Run Summary
13 skipped 30 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
4 passed (40.0s)
🎭 Playwright Run Summary
4 passed (8.0s)
🎭 Playwright Run Summary
3 skipped 31 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (38.6s)
🎭 Playwright Run Summary
197 skipped 465 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
60 skipped 602 passed (4.0m)
🎭 Playwright Run Summary
55 skipped 607 passed (4.1m)
🎭 Playwright Run Summary
4 passed (19.6s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
190 skipped 472 passed (4.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
335 skipped 327 passed (1.3m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
337 skipped 325 passed (1.4m)
🎭 Playwright Run Summary
60 skipped 602 passed (3.8m)
🎭 Playwright Run Summary
55 skipped 607 passed (3.9m)
🎭 Playwright Run Summary
4 skipped 162 passed (1.9m)
🎭 Playwright Run Summary
166 passed (2.0m)
🎭 Playwright Run Summary
57 skipped 605 passed (3.8m)
🎭 Playwright Run Summary
5 skipped 160 passed (2.6m)
🎭 Playwright Run Summary
192 skipped 470 passed (3.0m)
🎭 Playwright Run Summary
3 skipped 162 passed (3.4m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
17.6 MB
sha256:3935ff26ceb8493be150e77fb2d51a5127494d119df229a9d0e47ce86fbbaca9
build-layer-output
1.63 MB
sha256:20d4e5c9faa5d37302ccc0d7e365f7b5d8d86612c4356f43a01320fe4fab9e44
build-output
13 MB
sha256:0b5e7adffa80f03773443f336f1ddd7e23e781192ac34649becfa2f30b39b016
build-tarball-output
6.76 MB
sha256:0dded1c19946e015497465aca9a79d260b2d958a5c805f5ff4dd259b77d6fabc