Skip to content

test(e2e): Move react-router-8-cloudflare MySQL tests into react-router-8-framework #58522

test(e2e): Move react-router-8-cloudflare MySQL tests into react-router-8-framework

test(e2e): Move react-router-8-cloudflare MySQL tests into react-router-8-framework #58522

Triggered via pull request September 22, 2026 16:42
Status Failure
Total duration 16m 54s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
10s
Get CI Metadata / Get Metadata
Check lockfile
2m 20s
Check lockfile
Check file formatting
44s
Check file formatting
Check PR branches
5s
Check PR branches
Build bundles
2m 8s
Build bundles
Build Lambda layer
1m 33s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 39s
Lint
Circular Dependency Check
1m 45s
Circular Dependency Check
Browser Unit Tests
2m 13s
Browser Unit Tests
Bun Unit Tests
45s
Bun Unit Tests
Deno Unit Tests
1m 3s
Deno Unit Tests
Cloudflare Integration Tests
5m 15s
Cloudflare Integration Tests
Bun Integration Tests
58s
Bun Integration Tests
Deno Integration Tests
1m 0s
Deno Integration Tests
Check for faulty .d.ts files
43s
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
6s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 319 notices
E2E react-router-8-framework (deno) Test (optional)
Process completed with exit code 1.
E2E react-router-8-framework (deno) Test (optional)
Error: Process from config.webServer exited early.
E2E cloudflare-workers-send-to-sentry Test (optional)
Process completed with exit code 1.
[chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection: ../../_temp/test-application/tests/performance/trace-propagation.test.ts#L54
10) [chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection Error: expect(received).toBe(expected) // Object.is equality Expected: "handler" Received: "http.server" 52 | const requestHandlerSpan = streamedSpans.find(span => span.span_id === handlerSpanId); 53 | expect(requestHandlerSpan).toBeDefined(); > 54 | expect(getSpanOp(requestHandlerSpan!)).toBe('handler'); | ^ 55 | expect(requestHandlerSpan!.trace_id).toBe(traceId); 56 | }); 57 | at /home/runner/work/_temp/test-application/tests/performance/trace-propagation.test.ts:54:44
[chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route: ../../_temp/test-application/tests/performance/performance.server.test.ts#L54
9) [chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -17,11 +17,11 @@ Any<String>, ], }, "sentry.sdk.name": Object { "type": "string", - "value": "sentry.javascript.react-router", + "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": Object { "type": "string", "value": Any<String>, }, 52 | 53 | expect(getSpanOp(span)).toBe('http.server'); > 54 | expect(span.attributes).toMatchObject({ | ^ 55 | 'sentry.op': { value: 'http.server', type: 'string' }, 56 | 'sentry.origin': { value: 'auto.http.react_router.request_handler', type: 'string' }, 57 | 'sentry.segment.name.source': { value: 'route', type: 'string' }, at /home/runner/work/_temp/test-application/tests/performance/performance.server.test.ts:54:29
[chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload: ../../_temp/test-application/tests/performance/performance.server.test.ts#L24
8) [chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -17,11 +17,11 @@ Any<String>, ], }, "sentry.sdk.name": Object { "type": "string", - "value": "sentry.javascript.react-router", + "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": Object { "type": "string", "value": Any<String>, }, 22 | 23 | expect(getSpanOp(span)).toBe('http.server'); > 24 | expect(span.attributes).toMatchObject({ | ^ 25 | 'sentry.op': { value: 'http.server', type: 'string' }, 26 | 'sentry.origin': { value: 'auto.http.react_router.request_handler', type: 'string' }, 27 | 'sentry.segment.name.source': { value: 'route', type: 'string' }, at /home/runner/work/_temp/test-application/tests/performance/performance.server.test.ts:24:29
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload span: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L24
7) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload span Error: expect(received).toMatchObject(expected) - Expected - 2 + Received + 2 @@ -29,15 +29,15 @@ "type": "string", "value": "route", }, "url.full": Object { "type": "string", - "value": StringMatching /^https?:\/\/localhost:\d+\/performance\/$/, + "value": "http://localhost:3030/performance", }, "url.path": Object { "type": "string", - "value": "/performance/", + "value": "/performance", }, "url.template": Object { "type": "string", "value": "/performance", }, 22 | }); 23 | > 24 | expect(span.attributes).toMatchObject({ | ^ 25 | 'sentry.origin': { value: 'auto.pageload.react_router', type: 'string' }, 26 | 'sentry.op': { value: 'pageload', type: 'string' }, 27 | 'sentry.segment.name.source': { value: 'route', type: 'string' }, at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:24:29
[chromium] › tests/performance/navigation.client.test.ts:141:3 › client - navigation performance › should create navigation span for navigate(-1) with correct url attributes: ../../_temp/test-application/tests/performance/navigation.client.test.ts#L164
6) [chromium] › tests/performance/navigation.client.test.ts:141:3 › client - navigation performance › should create navigation span for navigate(-1) with correct url attributes Error: expect(received).toMatchObject(expected) - Expected - 2 + Received + 2 @@ -11,15 +11,15 @@ "type": "string", "value": "route", }, "url.full": Object { "type": "string", - "value": StringMatching /^https?:\/\/localhost:\d+\/performance\/$/, + "value": "http://localhost:3030/performance", }, "url.path": Object { "type": "string", - "value": "/performance/", + "value": "/performance", }, "url.template": Object { "type": "string", "value": "/performance", }, 162 | const span = await backNavPromise; 163 | > 164 | expect(span.attributes).toMatchObject({ | ^ 165 | 'sentry.segment.name.source': { value: 'route', type: 'string' }, 166 | 'sentry.op': { value: 'navigation', type: 'string' }, 167 | 'sentry.origin': { value: 'auto.navigation.react_router', type: 'string' }, at /home/runner/work/_temp/test-application/tests/performance/navigation.client.test.ts:164:29
[chromium] › tests/performance/navigation.client.test.ts:72:3 › client - navigation performance › should create navigation span when navigating with search-only object `to` prop: ../../_temp/test-application/tests/performance/navigation.client.test.ts#L87
5) [chromium] › tests/performance/navigation.client.test.ts:72:3 › client - navigation performance › should create navigation span when navigating with search-only object `to` prop Error: expect(received).toMatchObject(expected) - Expected - 2 + Received + 2 @@ -7,15 +7,15 @@ "type": "string", "value": "auto.navigation.react_router", }, "url.full": Object { "type": "string", - "value": StringMatching /^https?:\/\/localhost:\d+\/performance\/\?query=test$/, + "value": "http://localhost:3030/performance?query=test", }, "url.path": Object { "type": "string", - "value": "/performance/", + "value": "/performance", }, "url.template": Object { "type": "string", "value": "/performance", }, 85 | const span = await navigationSpanPromise; 86 | > 87 | expect(span.attributes).toMatchObject({ | ^ 88 | 'sentry.op': { value: 'navigation', type: 'string' }, 89 | 'sentry.origin': { value: 'auto.navigation.react_router', type: 'string' }, 90 | 'url.template': { value: '/performance', type: 'string' }, at /home/runner/work/_temp/test-application/tests/performance/navigation.client.test.ts:87:29
[chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload: ../../_temp/test-application/tests/performance/middleware.server.test.ts#L0
4) [chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload Test timeout of 30000ms exceeded.
[chromium] › tests/performance/low-quality-filter.server.test.ts:7:3 › low-quality span filter › does not send a server span for /__manifest? requests: ../../_temp/test-application/tests/performance/low-quality-filter.server.test.ts#L32
3) [chromium] › tests/performance/low-quality-filter.server.test.ts:7:3 › low-quality span filter › does not send a server span for /__manifest? requests Error: expect(received).toBe(expected) // Object.is equality Expected: false Received: true 30 | return typeof urlPath === 'string' && urlPath.includes('/__manifest'); 31 | }; > 32 | expect(streamedSpans.some(targetIsManifest)).toBe(false); | ^ 33 | }); 34 | }); 35 | at /home/runner/work/_temp/test-application/tests/performance/low-quality-filter.server.test.ts:32:50
[chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action: ../../_temp/test-application/tests/errors/errors.server.test.ts#L64
2) [chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action Error: expect(received).toMatchObject(expected) - Expected - 8 + Received + 4 @@ -8,29 +8,25 @@ "environment": "qa", "exception": Object { "values": Array [ Object { "mechanism": Object { - "handled": false, - "type": "react-router", + "handled": true, + "type": "generic", }, "type": "Error", "value": "Madonna mia! Che casino nella Server Action!", }, ], }, "level": "error", - "platform": "node", + "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "errors/server-action", }, "sdk": Object { "integrations": Any<Array>, - "name": "sentry.javascript.react-router", + "name": "sentry.javascript.cloudflare", "version": Any<String>, }, - "tags": Object { - "runtime": "node", - }, - "transaction": "POST /{*splat}", } 62 | const error = await errorPromise; 63 | > 64 | expect(error).toMatchObject({ | ^ 65 | exception: { 66 | values: [ 67 | { at /home/runner/work/_temp/test-application/tests/errors/errors.server.test.ts:64:19
[chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader: ../../_temp/test-application/tests/errors/errors.server.test.ts#L16
1) [chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader Error: expect(received).toMatchObject(expected) - Expected - 8 + Received + 4 @@ -8,29 +8,25 @@ "environment": "qa", "exception": Object { "values": Array [ Object { "mechanism": Object { - "handled": false, - "type": "react-router", + "handled": true, + "type": "generic", }, "type": "Error", "value": "¡Madre mía del server!", }, ], }, "level": "error", - "platform": "node", + "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "errors/server-loader", }, "sdk": Object { "integrations": Any<Array>, - "name": "sentry.javascript.react-router", + "name": "sentry.javascript.cloudflare", "version": Any<String>, }, - "tags": Object { - "runtime": "node", - }, - "transaction": "GET /{*splat}", } 14 | const error = await errorPromise; 15 | > 16 | expect(error).toMatchObject({ | ^ 17 | exception: { 18 | values: [ 19 | { at /home/runner/work/_temp/test-application/tests/errors/errors.server.test.ts:16:19
[chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection: ../../_temp/test-application/tests/performance/trace-propagation.test.ts#L50
10) [chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection Error: expect(received).toBeDefined() Received: undefined Call Log: - Timeout 10000ms exceeded while waiting on the predicate 48 | const findServerSegmentSpan = () => 49 | streamedSpans.find(span => getSpanOp(span) === 'http.server' && span.is_segment && span.trace_id === traceId); > 50 | await expect.poll(findServerSegmentSpan).toBeDefined(); | ^ 51 | 52 | const requestHandlerSpan = streamedSpans.find(span => span.span_id === handlerSpanId); 53 | expect(requestHandlerSpan).toBeDefined(); at /home/runner/work/_temp/test-application/tests/performance/trace-propagation.test.ts:50:46
[chromium] › tests/performance/trace-propagation.test.ts:7:3 › Trace propagation › should inject metatags in ssr pageload: ../../_temp/test-application/tests/performance/trace-propagation.test.ts#L11
9) [chromium] › tests/performance/trace-propagation.test.ts:7:3 › Trace propagation › should inject metatags in ssr pageload Error: expect(received).toMatch(expected) Expected pattern: /^[a-f0-9]{32}-[a-f0-9]{16}-[01]$/ Received string: "cc9d32eb71d645a6be18c85a32ea12fe-b074d31185fd3b44" 9 | const sentryTraceContent = await page.getAttribute('meta[name="sentry-trace"]', 'content'); 10 | expect(sentryTraceContent).toBeDefined(); > 11 | expect(sentryTraceContent).toMatch(/^[a-f0-9]{32}-[a-f0-9]{16}-[01]$/); | ^ 12 | const baggageContent = await page.getAttribute('meta[name="baggage"]', 'content'); 13 | expect(baggageContent).toBeDefined(); 14 | expect(baggageContent).toContain('sentry-environment=qa'); at /home/runner/work/_temp/test-application/tests/performance/trace-propagation.test.ts:11:32
[chromium] › tests/performance/redis.server.test.ts:6:3 › server - redis db spans › server loader emits db.query child spans on the http.server segment: ../../_temp/test-application/tests/performance/redis.server.test.ts#L0
8) [chromium] › tests/performance/redis.server.test.ts:6:3 › server - redis db spans › server loader emits db.query child spans on the http.server segment Test timeout of 30000ms exceeded.
[chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route: ../../_temp/test-application/tests/performance/performance.server.test.ts#L0
7) [chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route Test timeout of 30000ms exceeded.
[chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload: ../../_temp/test-application/tests/performance/performance.server.test.ts#L0
6) [chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload Test timeout of 30000ms exceeded.
[chromium] › tests/performance/mysql.server.test.ts:32:3 › server - mysql db spans › a nested query lands on the same segment (async context restored): ../../_temp/test-application/tests/performance/mysql.server.test.ts#L0
5) [chromium] › tests/performance/mysql.server.test.ts:32:3 › server - mysql db spans › a nested query lands on the same segment (async context restored) Test timeout of 30000ms exceeded.
[chromium] › tests/performance/mysql.server.test.ts:8:3 › server - mysql db spans › a real mysql query emits a db span with orchestrion-channel attributes: ../../_temp/test-application/tests/performance/mysql.server.test.ts#L0
4) [chromium] › tests/performance/mysql.server.test.ts:8:3 › server - mysql db spans › a real mysql query emits a db span with orchestrion-channel attributes Test timeout of 30000ms exceeded.
[chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload: ../../_temp/test-application/tests/performance/middleware.server.test.ts#L0
3) [chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload Test timeout of 30000ms exceeded.
[chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action: ../../_temp/test-application/tests/errors/errors.server.test.ts#L64
2) [chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 0 @@ -18,19 +18,14 @@ }, ], }, "level": "error", "platform": "node", - "request": Object { - "headers": Any<Object>, - "url": StringContaining "errors/server-action", - }, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.react-router", "version": Any<String>, }, "tags": Object { "runtime": "node", }, - "transaction": "POST /{*splat}", } 62 | const error = await errorPromise; 63 | > 64 | expect(error).toMatchObject({ | ^ 65 | exception: { 66 | values: [ 67 | { at /home/runner/work/_temp/test-application/tests/errors/errors.server.test.ts:64:19
[chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader: ../../_temp/test-application/tests/errors/errors.server.test.ts#L16
1) [chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 0 @@ -18,19 +18,14 @@ }, ], }, "level": "error", "platform": "node", - "request": Object { - "headers": Any<Object>, - "url": StringContaining "errors/server-loader", - }, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.react-router", "version": Any<String>, }, "tags": Object { "runtime": "node", }, - "transaction": "GET /{*splat}", } 14 | const error = await errorPromise; 15 | > 16 | expect(error).toMatchObject({ | ^ 17 | exception: { 18 | values: [ 19 | { at /home/runner/work/_temp/test-application/tests/errors/errors.server.test.ts:16:19
🎭 Playwright Run Summary
5 skipped 25 passed (8.8s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.3s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.6s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.0s)
🎭 Playwright Run Summary
5 skipped 25 passed (15.2s)
🎭 Playwright Run Summary
8 skipped 22 passed (8.4s)
🎭 Playwright Run Summary
484 skipped 198 passed (41.4s)
🎭 Playwright Run Summary
489 skipped 193 passed (40.1s)
🎭 Playwright Run Summary
487 skipped 195 passed (39.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (20.3s)
🎭 Playwright Run Summary
4 passed (9.3s)
🎭 Playwright Run Summary
8 passed (8.7s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
4 passed (4.2s)
🎭 Playwright Run Summary
7 passed (3.3s)
🎭 Playwright Run Summary
1 skipped 19 passed (2.4s)
🎭 Playwright Run Summary
12 passed (10.2s)
🎭 Playwright Run Summary
4 passed (6.0s)
🎭 Playwright Run Summary
5 passed (10.8s)
🎭 Playwright Run Summary
23 passed (16.3s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
4 passed (4.1s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
10 passed (10.0s)
🎭 Playwright Run Summary
9 passed (3.6s)
🎭 Playwright Run Summary
9 passed (3.7s)
🎭 Playwright Run Summary
5 passed (12.6s)
🎭 Playwright Run Summary
7 passed (8.0s)
🎭 Playwright Run Summary
1 passed (5.0s)
🎭 Playwright Run Summary
10 passed (19.0s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
3 passed (6.0s)
🎭 Playwright Run Summary
1 passed (4.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.6s)
🎭 Playwright Run Summary
4 passed (7.4s)
🎭 Playwright Run Summary
11 passed (11.5s)
🎭 Playwright Run Summary
8 passed (7.1s)
🎭 Playwright Run Summary
5 passed (6.8s)
🎭 Playwright Run Summary
10 passed (18.4s)
🎭 Playwright Run Summary
2 skipped 14 passed (14.6s)
🎭 Playwright Run Summary
10 passed (9.7s)
🎭 Playwright Run Summary
16 passed (10.6s)
🎭 Playwright Run Summary
10 passed (12.9s)
🎭 Playwright Run Summary
11 passed (20.2s)
🎭 Playwright Run Summary
23 passed (19.2s)
🎭 Playwright Run Summary
2 passed (1.9s)
🎭 Playwright Run Summary
11 passed (7.2s)
🎭 Playwright Run Summary
16 passed (20.5s)
🎭 Playwright Run Summary
3 passed (4.1s)
🎭 Playwright Run Summary
3 passed (15.3s)
🎭 Playwright Run Summary
3 passed (10.0s)
🎭 Playwright Run Summary
4 passed (7.7s)
🎭 Playwright Run Summary
8 passed (10.1s)
🎭 Playwright Run Summary
3 skipped 17 passed (8.3s)
🎭 Playwright Run Summary
11 skipped 2 passed (3.9s)
🎭 Playwright Run Summary
1 skipped 19 passed (8.1s)
🎭 Playwright Run Summary
19 passed (14.6s)
🎭 Playwright Run Summary
16 passed (10.6s)
🎭 Playwright Run Summary
9 passed (14.3s)
🎭 Playwright Run Summary
3 passed (12.4s)
🎭 Playwright Run Summary
3 passed (11.1s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
4 passed (35.1s)
🎭 Playwright Run Summary
13 passed (30.5s)
🎭 Playwright Run Summary
4 passed (5.7s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
6 passed (15.3s)
🎭 Playwright Run Summary
3 passed (7.3s)
🎭 Playwright Run Summary
5 passed (13.3s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
10 passed (30.6s)
🎭 Playwright Run Summary
1 passed (4.5s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.5s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.6s)
🎭 Playwright Run Summary
4 passed (3.5s)
🎭 Playwright Run Summary
4 passed (12.1s)
🎭 Playwright Run Summary
2 passed (5.2s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
11 passed (11.5s)
🎭 Playwright Run Summary
3 passed (3.1s)
🎭 Playwright Run Summary
5 passed (12.8s)
🎭 Playwright Run Summary
6 passed (14.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.5s)
🎭 Playwright Run Summary
13 passed (25.3s)
🎭 Playwright Run Summary
1 passed (2.5s)
🎭 Playwright Run Summary
1 skipped 16 passed (32.7s)
🎭 Playwright Run Summary
2 passed (26.3s)
🎭 Playwright Run Summary
7 passed (11.1s)
🎭 Playwright Run Summary
4 passed (16.5s)
🎭 Playwright Run Summary
4 passed (9.7s)
🎭 Playwright Run Summary
11 passed (18.9s)
🎭 Playwright Run Summary
6 passed (13.8s)
🎭 Playwright Run Summary
25 passed (25.3s)
🎭 Playwright Run Summary
3 passed (5.7s)
🎭 Playwright Run Summary
22 passed (18.1s)
🎭 Playwright Run Summary
15 passed (10.4s)
🎭 Playwright Run Summary
12 passed (33.2s)
🎭 Playwright Run Summary
1 skipped 73 passed (14.5s)
🎭 Playwright Run Summary
12 passed (10.0s)
🎭 Playwright Run Summary
5 passed (14.7s)
🎭 Playwright Run Summary
3 passed (15.9s)
🎭 Playwright Run Summary
3 passed (10.9s)
🎭 Playwright Run Summary
12 passed (8.2s)
🎭 Playwright Run Summary
6 passed (35.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (18.4s)
🎭 Playwright Run Summary
7 passed (27.1s)
🎭 Playwright Run Summary
12 passed (40.6s)
🎭 Playwright Run Summary
13 passed (39.1s)
🎭 Playwright Run Summary
7 passed (6.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (13.8s)
🎭 Playwright Run Summary
10 passed (4.3s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
9 passed (36.7s)
🎭 Playwright Run Summary
1 skipped 12 passed (29.0s)
🎭 Playwright Run Summary
2 passed (16.5s)
🎭 Playwright Run Summary
13 passed (43.6s)
🎭 Playwright Run Summary
352 skipped 330 passed (1.5m)
🎭 Playwright Run Summary
1 passed (4.3s)
🎭 Playwright Run Summary
1 passed (4.5s)
🎭 Playwright Run Summary
5 passed (10.9s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
16 passed (18.6s)
🎭 Playwright Run Summary
4 passed (3.6s)
🎭 Playwright Run Summary
15 passed (30.4s)
🎭 Playwright Run Summary
9 passed (11.9s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.8s)
🎭 Playwright Run Summary
8 passed (6.6s)
🎭 Playwright Run Summary
5 passed (12.1s)
🎭 Playwright Run Summary
30 passed (34.8s)
🎭 Playwright Run Summary
10 passed (28.7s)
🎭 Playwright Run Summary
15 passed (18.9s)
🎭 Playwright Run Summary
12 passed (20.9s)
🎭 Playwright Run Summary
11 passed (20.1s)
🎭 Playwright Run Summary
10 passed (42.5s)
🎭 Playwright Run Summary
9 passed (27.0s)
🎭 Playwright Run Summary
9 passed (8.6s)
🎭 Playwright Run Summary
4 passed (13.1s)
🎭 Playwright Run Summary
10 passed (41.2s)
🎭 Playwright Run Summary
353 skipped 329 passed (1.5m)
🎭 Playwright Run Summary
2 passed (42.9s)
🎭 Playwright Run Summary
22 passed (34.7s)
🎭 Playwright Run Summary
21 skipped 2 passed (5.1s)
🎭 Playwright Run Summary
14 passed (31.8s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
5 passed (12.4s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
3 passed (22.5s)
🎭 Playwright Run Summary
3 passed (12.8s)
🎭 Playwright Run Summary
10 passed (12.1s)
🎭 Playwright Run Summary
23 passed (21.2s)
🎭 Playwright Run Summary
4 passed (11.6s)
🎭 Playwright Run Summary
9 passed (12.5s)
🎭 Playwright Run Summary
13 passed (39.0s)
🎭 Playwright Run Summary
25 passed (53.3s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.8s)
🎭 Playwright Run Summary
8 skipped 6 passed (13.4s)
🎭 Playwright Run Summary
4 passed (22.0s)
🎭 Playwright Run Summary
4 passed (11.5s)
🎭 Playwright Run Summary
3 passed (29.6s)
🎭 Playwright Run Summary
13 passed (34.8s)
🎭 Playwright Run Summary
30 passed (33.4s)
🎭 Playwright Run Summary
14 passed (19.1s)
🎭 Playwright Run Summary
12 passed (41.4s)
🎭 Playwright Run Summary
13 passed (38.3s)
🎭 Playwright Run Summary
12 passed (37.4s)
🎭 Playwright Run Summary
40 passed (35.0s)
🎭 Playwright Run Summary
9 passed (15.6s)
🎭 Playwright Run Summary
8 passed (17.6s)
🎭 Playwright Run Summary
17 passed (31.0s)
🎭 Playwright Run Summary
2 passed (3.2s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
4 passed (3.4s)
🎭 Playwright Run Summary
4 passed (26.3s)
🎭 Playwright Run Summary
4 passed (8.7s)
🎭 Playwright Run Summary
12 passed (39.8s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.9s)
🎭 Playwright Run Summary
11 passed (39.8s)
🎭 Playwright Run Summary
40 passed (35.2s)
🎭 Playwright Run Summary
2 passed (17.3s)
🎭 Playwright Run Summary
13 passed (36.8s)
🎭 Playwright Run Summary
13 passed (45.1s)
🎭 Playwright Run Summary
2 passed (17.7s)
🎭 Playwright Run Summary
15 passed (45.8s)
🎭 Playwright Run Summary
12 passed (41.5s)
🎭 Playwright Run Summary
22 passed (47.6s)
🎭 Playwright Run Summary
1 skipped 11 passed (30.9s)
🎭 Playwright Run Summary
12 passed (10.3s)
🎭 Playwright Run Summary
6 passed (44.8s)
🎭 Playwright Run Summary
5 passed (31.9s)
🎭 Playwright Run Summary
5 passed (32.5s)
🎭 Playwright Run Summary
12 passed (17.1s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
2 passed (17.9s)
🎭 Playwright Run Summary
13 passed (35.6s)
🎭 Playwright Run Summary
25 passed (56.3s)
🎭 Playwright Run Summary
53 passed (36.9s)
🎭 Playwright Run Summary
17 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 7 passed (32.2s)
🎭 Playwright Run Summary
10 passed (26.8s)
🎭 Playwright Run Summary
10 passed (6.5s)
🎭 Playwright Run Summary
16 skipped 12 passed (28.2s)
🎭 Playwright Run Summary
13 passed (44.3s)
🎭 Playwright Run Summary
10 passed (56.2s)
🎭 Playwright Run Summary
16 skipped 12 passed (26.2s)
🎭 Playwright Run Summary
10 passed (21.8s)
🎭 Playwright Run Summary
10 passed (13.3s)
🎭 Playwright Run Summary
9 passed (13.7s)
🎭 Playwright Run Summary
5 passed (33.4s)
🎭 Playwright Run Summary
5 passed (33.9s)
🎭 Playwright Run Summary
22 passed (50.4s)
🎭 Playwright Run Summary
6 skipped 7 passed (34.8s)
🎭 Playwright Run Summary
13 passed (19.1s)
🎭 Playwright Run Summary
11 passed (38.2s)
🎭 Playwright Run Summary
9 passed (12.4s)
🎭 Playwright Run Summary
2 passed (19.1s)
🎭 Playwright Run Summary
2 skipped 21 passed (36.4s)
🎭 Playwright Run Summary
4 passed (11.9s)
🎭 Playwright Run Summary
9 passed (33.5s)
🎭 Playwright Run Summary
2 passed (14.9s)
🎭 Playwright Run Summary
18 passed (52.5s)
🎭 Playwright Run Summary
17 passed (1.1m)
🎭 Playwright Run Summary
24 passed (1.1m)
🎭 Playwright Run Summary
15 passed (1.2m)
🎭 Playwright Run Summary
5 passed (46.2s)
🎭 Playwright Run Summary
5 passed (13.5s)
🎭 Playwright Run Summary
2 passed (33.4s)
🎭 Playwright Run Summary
3 passed (15.2s)
🎭 Playwright Run Summary
3 passed (10.7s)
🎭 Playwright Run Summary
3 passed (40.9s)
🎭 Playwright Run Summary
3 passed (8.0s)
🎭 Playwright Run Summary
2 passed (21.3s)
🎭 Playwright Run Summary
2 skipped 21 passed (45.2s)
🎭 Playwright Run Summary
3 passed (28.5s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
4 skipped 12 passed (32.9s)
🎭 Playwright Run Summary
2 skipped 14 passed (16.4s)
🎭 Playwright Run Summary
2 passed (20.0s)
🎭 Playwright Run Summary
11 passed (40.4s)
🎭 Playwright Run Summary
2 passed (18.2s)
🎭 Playwright Run Summary
18 passed (1.0m)
🎭 Playwright Run Summary
3 passed (38.6s)
🎭 Playwright Run Summary
3 passed (12.7s)
🎭 Playwright Run Summary
13 passed (53.3s)
🎭 Playwright Run Summary
13 passed (14.6s)
🎭 Playwright Run Summary
1 skipped 170 passed (2.6m)
🎭 Playwright Run Summary
9 passed (59.8s)
🎭 Playwright Run Summary
9 passed (8.4s)
🎭 Playwright Run Summary
4 passed (15.3s)
🎭 Playwright Run Summary
4 skipped 51 passed (45.8s)
🎭 Playwright Run Summary
4 skipped 12 passed (34.5s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.6s)
🎭 Playwright Run Summary
2 passed (26.2s)
🎭 Playwright Run Summary
15 passed (1.1m)
🎭 Playwright Run Summary
13 passed (51.4s)
🎭 Playwright Run Summary
13 passed (14.5s)
🎭 Playwright Run Summary
6 skipped 7 passed (53.6s)
🎭 Playwright Run Summary
13 passed (18.5s)
🎭 Playwright Run Summary
24 passed (1.2m)
🎭 Playwright Run Summary
4 skipped 167 passed (2.5m)
🎭 Playwright Run Summary
13 passed (50.6s)
🎭 Playwright Run Summary
13 passed (14.7s)
🎭 Playwright Run Summary
11 failed [chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader [chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action [chromium] › tests/performance/low-quality-filter.server.test.ts:7:3 › low-quality span filter › does not send a server span for /__manifest? requests [chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload [chromium] › tests/performance/navigation.client.test.ts:72:3 › client - navigation performance › should create navigation span when navigating with search-only object `to` prop [chromium] › tests/performance/navigation.client.test.ts:141:3 › client - navigation performance › should create navigation span for navigate(-1) with correct url attributes [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload span [chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload [chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route [chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection [chromium] › tests/performance/trace-propagation.test.ts:58:3 › Trace propagation › should not have trace connection for prerendered pages 13 passed (1.8m)
🎭 Playwright Run Summary
1 skipped 11 passed (1.1m)
🎭 Playwright Run Summary
12 passed (10.1s)
🎭 Playwright Run Summary
4 skipped 30 passed (56.8s)
🎭 Playwright Run Summary
2 skipped 32 passed (1.2m)
🎭 Playwright Run Summary
197 skipped 485 passed (3.3m)
🎭 Playwright Run Summary
5 skipped 165 passed (3.4m)
🎭 Playwright Run Summary
5 skipped 30 passed (1.4m)
🎭 Playwright Run Summary
5 skipped 30 passed (51.0s)
🎭 Playwright Run Summary
193 skipped 489 passed (3.4m)
🎭 Playwright Run Summary
1 skipped 5 passed (30.3s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
4 skipped 166 passed (3.7m)
🎭 Playwright Run Summary
1 skipped 5 passed (30.2s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
60 skipped 622 passed (4.0m)
🎭 Playwright Run Summary
1 skipped 5 passed (27.1s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 5 passed (26.0s)
🎭 Playwright Run Summary
67 passed (2.2m)
🎭 Playwright Run Summary
187 skipped 495 passed (3.8m)
🎭 Playwright Run Summary
1 skipped 5 passed (29.4s)
🎭 Playwright Run Summary
67 passed (2.2m)
🎭 Playwright Run Summary
5 skipped 30 passed (1.9m)
🎭 Playwright Run Summary
4 skipped 31 passed (48.4s)
🎭 Playwright Run Summary
67 passed (2.5m)
🎭 Playwright Run Summary
58 skipped 624 passed (4.3m)
🎭 Playwright Run Summary
60 skipped 622 passed (4.3m)
🎭 Playwright Run Summary
56 skipped 626 passed (4.4m)
🎭 Playwright Run Summary
56 skipped 626 passed (4.4m)
🎭 Playwright Run Summary
5 skipped 30 passed (1.8m)
🎭 Playwright Run Summary
4 skipped 31 passed (49.0s)
🎭 Playwright Run Summary
44 passed (2.6m)
🎭 Playwright Run Summary
16 skipped 32 passed (2.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
16 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.7m)
🎭 Playwright Run Summary
15 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
1 skipped 5 passed (29.0s)
🎭 Playwright Run Summary
67 passed (2.3m)
🎭 Playwright Run Summary
16 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
4 passed (18.1s)
🎭 Playwright Run Summary
10 failed [chromium] › tests/errors/errors.server.test.ts:6:3 › server-side errors › captures error thrown in server loader [chromium] › tests/errors/errors.server.test.ts:53:3 › server-side errors › captures error thrown in server action [chromium] › tests/performance/middleware.server.test.ts:6:3 › server - middleware › should send middleware span on pageload [chromium] › tests/performance/mysql.server.test.ts:8:3 › server - mysql db spans › a real mysql query emits a db span with orchestrion-channel attributes [chromium] › tests/performance/mysql.server.test.ts:32:3 › server - mysql db spans › a nested query lands on the same segment (async context restored) [chromium] › tests/performance/performance.server.test.ts:6:3 › server - performance › should send server span on pageload [chromium] › tests/performance/performance.server.test.ts:36:3 › server - performance › should send server span on parameterized route [chromium] › tests/performance/redis.server.test.ts:6:3 › server - redis db spans › server loader emits db.query child spans on the http.server segment [chromium] › tests/performance/trace-propagation.test.ts:7:3 › Trace propagation › should inject metatags in ssr pageload [chromium] › tests/performance/trace-propagation.test.ts:21:3 › Trace propagation › should have trace connection 14 passed (4.4m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.7m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.6m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.7m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
13 skipped 35 passed (3.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
19.8 MB
sha256:b3b131a540c77bceb42e291156d044b2b8c00004f7bfe23674de76f0984b9729
build-layer-output
1.32 MB
sha256:a9ffa46e8a6c9a9ea55f5fa2c2ee5c8f77d55c084ca7629f607556a0c0b57d4e
build-output
14.1 MB
sha256:cf174d7b6f21eda7119c229f364fd91dc317b6591c236828d69463511ab18f8c
build-tarball-output
7.23 MB
sha256:b47dcd2022e05d9ab19c8539b3e656358ad48537617592ee01e2aef8e950b158