feat(core): Backfill otel attributes on streamed spans #46347
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
6s
Check PR branches
5s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
59s
Circular Dependency Check
1m 35s
Browser Unit Tests
4m 40s
Bun Unit Tests
46s
Deno Unit Tests
1m 6s
Cloudflare Integration Tests
1m 38s
Bun Integration Tests
49s
Check for faulty .d.ts files
1m 8s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
Annotations
6 errors, 17 warnings, and 231 notices
|
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error:
../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ─────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
11 |
12 | await page.goto('/');
> 13 | await page.waitForTimeout(500);
| ^
14 | await page.getByRole('link', { name: 'Error' }).click();
15 |
16 | const orpcError = await orpcErrorPromise;
at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13: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.
|
|
[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.
|
|
Size Check
Size limit has been exceeded.
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Node (22) Unit Tests
❌ Patch coverage check failed: 21.62% < target 80%
|
|
Node (22) Unit Tests
❌ Project coverage check failed: 65.06% (-0.07%) relative to base
|
|
Node (24) Unit Tests
❌ Patch coverage check failed: 21.62% < target 80%
|
|
Node (20) Unit Tests
❌ Patch coverage check failed: 21.62% < target 80%
|
|
Node (20) Unit Tests
❌ Project coverage check failed: 65.10% (-0.07%) relative to base
|
|
Node (18) Unit Tests
❌ Patch coverage check failed: 21.62% < target 80%
|
|
Node (18) Unit Tests
❌ Project coverage check failed: 64.16% (-0.05%) relative to base
|
|
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: .size-limit.js, dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-basic-streamed/scenario.ts, dev-packages/node-integration-tests/suites/tracing/http-client-spans/fetch-basic-streamed/test.ts, dev-packages/node-integration-tests/suites/tracing/httpIntegration-streamed/instrument.mjs, dev-packages/node-integration-tests/suites/tracing/httpIntegration-streamed/server.mjs, dev-packages/node-integration-tests/suites/tracing/httpIntegration-streamed/test.ts, packages/core/src/tracing/spans/captureSpan.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 passed (3.2s)
|
|
🎭 Playwright Run Summary
3 passed (2.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.2s)
|
|
🎭 Playwright Run Summary
1 passed (2.1s)
|
|
🎭 Playwright Run Summary
4 passed (4.0s)
|
|
🎭 Playwright Run Summary
4 passed (6.9s)
|
|
🎭 Playwright Run Summary
4 passed (2.3s)
|
|
🎭 Playwright Run Summary
5 passed (7.8s)
|
|
🎭 Playwright Run Summary
7 passed (6.2s)
|
|
🎭 Playwright Run Summary
5 passed (7.9s)
|
|
🎭 Playwright Run Summary
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
1 passed (4.3s)
|
|
🎭 Playwright Run Summary
10 passed (10.3s)
|
|
🎭 Playwright Run Summary
4 passed (2.8s)
|
|
🎭 Playwright Run Summary
3 passed (2.5s)
|
|
🎭 Playwright Run Summary
3 passed (8.2s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.0s)
|
|
🎭 Playwright Run Summary
11 passed (2.6s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.8s)
|
|
🎭 Playwright Run Summary
12 passed (6.6s)
|
|
🎭 Playwright Run Summary
4 passed (4.6s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
3 skipped
18 passed (3.7s)
|
|
🎭 Playwright Run Summary
7 passed (8.7s)
|
|
🎭 Playwright Run Summary
2 passed (5.1s)
|
|
🎭 Playwright Run Summary
5 passed (7.9s)
|
|
🎭 Playwright Run Summary
13 passed (12.4s)
|
|
🎭 Playwright Run Summary
9 passed (9.7s)
|
|
🎭 Playwright Run Summary
3 passed (6.1s)
|
|
🎭 Playwright Run Summary
1 skipped
20 passed (2.9s)
|
|
🎭 Playwright Run Summary
8 passed (6.2s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
11 passed (5.2s)
|
|
🎭 Playwright Run Summary
11 passed (5.5s)
|
|
🎭 Playwright Run Summary
10 passed (5.1s)
|
|
🎭 Playwright Run Summary
10 passed (5.5s)
|
|
🎭 Playwright Run Summary
3 passed (19.6s)
|
|
🎭 Playwright Run Summary
1 passed (4.4s)
|
|
🎭 Playwright Run Summary
2 passed (2.3s)
|
|
🎭 Playwright Run Summary
9 passed (10.3s)
|
|
🎭 Playwright Run Summary
12 passed (7.4s)
|
|
🎭 Playwright Run Summary
11 passed (6.2s)
|
|
🎭 Playwright Run Summary
11 passed (6.5s)
|
|
🎭 Playwright Run Summary
1 passed (6.1s)
|
|
🎭 Playwright Run Summary
2 passed (4.2s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (17.2s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
11 passed (14.6s)
|
|
🎭 Playwright Run Summary
7 passed (5.0s)
|
|
🎭 Playwright Run Summary
2 passed (3.3s)
|
|
🎭 Playwright Run Summary
14 passed (4.8s)
|
|
🎭 Playwright Run Summary
7 passed (12.2s)
|
|
🎭 Playwright Run Summary
8 passed (3.2s)
|
|
🎭 Playwright Run Summary
8 passed (3.3s)
|
|
🎭 Playwright Run Summary
5 passed (18.4s)
|
|
🎭 Playwright Run Summary
1 skipped
20 passed (4.1s)
|
|
🎭 Playwright Run Summary
1 passed (3.3s)
|
|
🎭 Playwright Run Summary
1 passed (3.3s)
|
|
🎭 Playwright Run Summary
5 passed (8.8s)
|
|
🎭 Playwright Run Summary
22 passed (8.5s)
|
|
🎭 Playwright Run Summary
5 passed (8.4s)
|
|
🎭 Playwright Run Summary
3 passed (5.8s)
|
|
🎭 Playwright Run Summary
12 passed (6.5s)
|
|
🎭 Playwright Run Summary
15 passed (10.4s)
|
|
🎭 Playwright Run Summary
29 passed (26.5s)
|
|
🎭 Playwright Run Summary
5 passed (8.7s)
|
|
🎭 Playwright Run Summary
3 passed (14.3s)
|
|
🎭 Playwright Run Summary
3 passed (2.8s)
|
|
🎭 Playwright Run Summary
5 passed (19.1s)
|
|
🎭 Playwright Run Summary
3 passed (2.1s)
|
|
🎭 Playwright Run Summary
18 passed (19.0s)
|
|
🎭 Playwright Run Summary
1 passed (5.3s)
|
|
🎭 Playwright Run Summary
18 passed (20.3s)
|
|
🎭 Playwright Run Summary
23 passed (12.6s)
|
|
🎭 Playwright Run Summary
12 passed (7.8s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
5 passed (20.9s)
|
|
🎭 Playwright Run Summary
1 passed (6.1s)
|
|
🎭 Playwright Run Summary
3 passed (13.5s)
|
|
🎭 Playwright Run Summary
2 passed (20.5s)
|
|
🎭 Playwright Run Summary
14 passed (25.3s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.1s)
|
|
🎭 Playwright Run Summary
8 passed (5.9s)
|
|
🎭 Playwright Run Summary
10 passed (6.2s)
|
|
🎭 Playwright Run Summary
10 passed (6.1s)
|
|
🎭 Playwright Run Summary
3 passed (5.0s)
|
|
🎭 Playwright Run Summary
10 passed (26.5s)
|
|
🎭 Playwright Run Summary
5 passed (9.8s)
|
|
🎭 Playwright Run Summary
16 passed (23.4s)
|
|
🎭 Playwright Run Summary
3 passed (2.5s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (23.7s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
9 passed (11.7s)
|
|
🎭 Playwright Run Summary
3 passed (2.2s)
|
|
🎭 Playwright Run Summary
12 passed (27.4s)
|
|
🎭 Playwright Run Summary
24 passed (15.0s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (2.6s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (12.2s)
|
|
🎭 Playwright Run Summary
13 passed (24.9s)
|
|
🎭 Playwright Run Summary
13 passed (28.3s)
|
|
🎭 Playwright Run Summary
10 passed (36.4s)
|
|
🎭 Playwright Run Summary
10 passed (26.8s)
|
|
🎭 Playwright Run Summary
4 passed (7.1s)
|
|
🎭 Playwright Run Summary
11 passed (18.5s)
|
|
🎭 Playwright Run Summary
13 passed (28.6s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.5s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
12 passed (27.9s)
|
|
🎭 Playwright Run Summary
4 passed (1.9s)
|
|
🎭 Playwright Run Summary
10 passed (27.4s)
|
|
🎭 Playwright Run Summary
1 skipped
12 passed (5.7s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (22.2s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (2.6s)
|
|
🎭 Playwright Run Summary
16 passed (29.6s)
|
|
🎭 Playwright Run Summary
4 passed (10.4s)
|
|
🎭 Playwright Run Summary
12 passed (27.1s)
|
|
🎭 Playwright Run Summary
40 passed (19.9s)
|
|
🎭 Playwright Run Summary
9 passed (10.7s)
|
|
🎭 Playwright Run Summary
4 passed (18.7s)
|
|
🎭 Playwright Run Summary
4 passed (4.2s)
|
|
🎭 Playwright Run Summary
3 passed (16.4s)
|
|
🎭 Playwright Run Summary
3 passed (9.6s)
|
|
🎭 Playwright Run Summary
5 passed (8.3s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
11 passed (14.3s)
|
|
🎭 Playwright Run Summary
8 passed (10.0s)
|
|
🎭 Playwright Run Summary
4 passed (10.1s)
|
|
🎭 Playwright Run Summary
8 passed (28.7s)
|
|
🎭 Playwright Run Summary
10 passed (37.7s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (21.0s)
|
|
🎭 Playwright Run Summary
12 passed (19.4s)
|
|
🎭 Playwright Run Summary
8 passed (28.8s)
|
|
🎭 Playwright Run Summary
15 passed (20.5s)
|
|
🎭 Playwright Run Summary
7 passed (7.4s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (21.2s)
|
|
🎭 Playwright Run Summary
3 passed (18.6s)
|
|
🎭 Playwright Run Summary
3 passed (10.6s)
|
|
🎭 Playwright Run Summary
4 passed (11.5s)
|
|
🎭 Playwright Run Summary
9 passed (9.1s)
|
|
🎭 Playwright Run Summary
3 passed (4.9s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (21.3s)
|
|
🎭 Playwright Run Summary
40 passed (20.2s)
|
|
🎭 Playwright Run Summary
17 passed (55.7s)
|
|
🎭 Playwright Run Summary
8 passed (2.3s)
|
|
🎭 Playwright Run Summary
13 passed (45.8s)
|
|
🎭 Playwright Run Summary
13 passed (8.3s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (25.5s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (6.3s)
|
|
🎭 Playwright Run Summary
12 passed (27.3s)
|
|
🎭 Playwright Run Summary
3 passed (36.5s)
|
|
🎭 Playwright Run Summary
3 passed (10.4s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (33.5s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (7.7s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (30.5s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (6.6s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ──────────────
2 passed (43.5s)
|
|
🎭 Playwright Run Summary
3 passed (6.7s)
|
|
🎭 Playwright Run Summary
5 passed (44.7s)
|
|
🎭 Playwright Run Summary
5 passed (10.7s)
|
|
🎭 Playwright Run Summary
5 passed (30.7s)
|
|
🎭 Playwright Run Summary
13 passed (51.5s)
|
|
🎭 Playwright Run Summary
13 passed (9.8s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (39.7s)
|
|
🎭 Playwright Run Summary
30 passed (14.2s)
|
|
🎭 Playwright Run Summary
4 passed (38.8s)
|
|
🎭 Playwright Run Summary
4 passed (8.4s)
|
|
🎭 Playwright Run Summary
13 passed (51.1s)
|
|
🎭 Playwright Run Summary
13 passed (8.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 (40.7s)
|
|
🎭 Playwright Run Summary
3 passed (3.4s)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (9.8s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (10.3s)
|
|
🎭 Playwright Run Summary
4 passed (19.5s)
|
|
🎭 Playwright Run Summary
2 skipped
48 passed (1.0m)
|
|
🎭 Playwright Run Summary
4 passed (18.1s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.7s)
|
|
🎭 Playwright Run Summary
4 passed (18.6s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (19.4s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (17.8s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (21.3s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (10.7s)
|
|
🎭 Playwright Run Summary
43 passed (2.2m)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (12.3s)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
344 skipped
325 passed (1.5m)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.9m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
479 skipped
190 passed (36.9s)
|
|
🎭 Playwright Run Summary
15 passed (25.4s)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (38.1s)
|
|
🎭 Playwright Run Summary
474 skipped
195 passed (38.8s)
|
|
🎭 Playwright Run Summary
478 skipped
191 passed (38.8s)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
🎭 Playwright Run Summary
342 skipped
327 passed (1.5m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.5s)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.6m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
4 passed (24.6s)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (3.1m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
3 skipped
164 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 skipped
167 passed (2.5m)
|
|
🎭 Playwright Run Summary
5 skipped
162 passed (3.5m)
|
|
🎭 Playwright Run Summary
199 skipped
470 passed (3.6m)
|
|
🎭 Playwright Run Summary
187 skipped
482 passed (4.0m)
|
|
🎭 Playwright Run Summary
192 skipped
477 passed (3.8m)
|
|
🎭 Playwright Run Summary
3 skipped
164 passed (3.8m)
|
|
🎭 Playwright Run Summary
53 skipped
616 passed (4.7m)
|
|
🎭 Playwright Run Summary
56 skipped
613 passed (4.8m)
|
|
🎭 Playwright Run Summary
51 skipped
618 passed (4.8m)
|
|
🎭 Playwright Run Summary
56 skipped
613 passed (4.7m)
|
|
🎭 Playwright Run Summary
51 skipped
618 passed (4.8m)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (37.9s)
|
|
🎭 Playwright Run Summary
30 passed (13.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
|
20.2 MB |
sha256:442a30d0bd4e8070c1ec364509203c139342c59299c1a483e1d915025e3804bb
|
|
|
build-layer-output
|
1.71 MB |
sha256:18f03852df2092f745d95fd3970fb748810b2c4ff85b26890199ba64c475c011
|
|
|
build-output
|
10.4 MB |
sha256:e2abecaccc56855c9f7779a22ae805ac4c3a97495a25f82175453dac969da314
|
|
|
build-tarball-output
|
4.97 MB |
sha256:e46c8347bccaab1d50383fff270e8dc83d7e2cc88ab63bfb2c5a8b45ef14992e
|
|
|
codecov-coverage-results-cg-streamed-span-op-attribute-job_browser_unit_tests
|
95.1 KB |
sha256:6ba4dd0860014da64a323f8bfeaa64a8e723c77a39d4b17fc1d82b1c9fb440e3
|
|
|
codecov-coverage-results-cg-streamed-span-op-attribute-job_node_unit_tests-18
|
254 KB |
sha256:8eed4774f165369d4438d2252f316957eed616578ff70e11b319d494d379a8ff
|
|
|
codecov-coverage-results-cg-streamed-span-op-attribute-job_node_unit_tests-20
|
262 KB |
sha256:92b70b3814262ececd66db57c701703f7c2651e81b4a25ed26159646966c2896
|
|
|
codecov-coverage-results-cg-streamed-span-op-attribute-job_node_unit_tests-22
|
262 KB |
sha256:9d860965cac45487b26a89461bb43a41de84a2a45360713461426073f5c34dd6
|
|
|
codecov-coverage-results-cg-streamed-span-op-attribute-job_node_unit_tests-24
|
262 KB |
sha256:cff90e7ce3022dc7788c0278aedd85870c05343df9cb7c2360a8fcdfae8d9d68
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_base
|
243 Bytes |
sha256:c801322e668b2b1ebe621c89f05ed68fb31ff0a817ca764de6e144162267d307
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_debug
|
239 Bytes |
sha256:ab4c960719f11338ee9502b1210eda5225e243d2e0da7087e8f731f39c963445
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_eager
|
243 Bytes |
sha256:b78f569cd65c13cde911c262239e1f271561402dda27fb3f93b911c208440b52
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_replay
|
241 Bytes |
sha256:3aad2a39bc44282fffb1deae39411ee1bac24b60405104e9d73d74ba957fe0e7
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
240 Bytes |
sha256:6199779c9148f4e38f49938535aa20331d3a3ff381d401ba12f9eb0b5fd6aef1
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_tracing
|
243 Bytes |
sha256:0551e17df884dfbf91ddb8111f5ff7dbf01297e0df46a7258e50959f359e9914
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
237 Bytes |
sha256:75ff4ba079d4b9e963ad2db634b81a6bcb56285b5f90731f990dbec3125eebf7
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
248 Bytes |
sha256:7565cdcfb39720c6bd6063fca1e54b0fb647168662d92e5da5ef1f81b88e1443
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
247 Bytes |
sha256:06a75c4221ab7a1bab84015a51b4a73773092a817c0486486a874850cbb3ce0d
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
244 Bytes |
sha256:421886c5ed1d3ab346d010564ce41027dcc932ef34b64b50515763002f090183
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
249 Bytes |
sha256:130c47269af62222a9883cd41d20e8f8af827b3b1be1a89e3f8276d25eadb8da
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
249 Bytes |
sha256:ebd1bab199ec49ab487c9ac94647ec6b87b7cd551032a0d60ab604d97f43c916
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
|
243 Bytes |
sha256:1e1ffaf85c043da7bc4918ba7693fe3e9464c761e3d0a2c6117dd648c79f6313
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
245 Bytes |
sha256:73c77974366bf4b2eb60f58f03644a1dd18d8360f54839162d63eb7ba8c09224
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
246 Bytes |
sha256:9caec499c070d68633007e9636d88b357b807697fce311b0f24478db5a70fd02
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
246 Bytes |
sha256:6419dac56469bb586fb173284eedb9942bfbf8a4c8a0f6efd96e0d516e523762
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
245 Bytes |
sha256:728d54645fdbc2abdec6ad1faf5abc185656167aa1b981a6fac9381cd41338bc
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
247 Bytes |
sha256:83c5d69d8e264d6d97e32292a62fd22e8e18b1d05b492dce8456f7945c97b94e
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
236 Bytes |
sha256:309be4d006ebde2f9cf98901067d1d7c623a586f817e7d04007e4943b39a5b7f
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
|
246 Bytes |
sha256:3561bebda977b8813b2d6fcdf215d76aa39bfd39bf417eac1761f60b0d45afba
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
246 Bytes |
sha256:b46aacc3c3010080a6e385d6c5c0839d51a6a7f3e2d1bfed20abc1b8d677e1a7
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
244 Bytes |
sha256:2e155e733ee7f2cb47f27e59e557c909aa5099abe0984d10eb5f586c050a3c78
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
243 Bytes |
sha256:8c14ac516a9fbd3dab5db8203cd87ca6c98fde4dc81c748b7a9acd88a73630a6
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
243 Bytes |
sha256:8aaee424b46ddaa1f4af58b1c3a0eb7356c684ae4ad9961347681f425f20710b
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
242 Bytes |
sha256:7bb9cd75d86e6cc1c9493c319480a0a4db2979ca7c8168bc47f5b5016350a162
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_browser_unit_tests
|
238 Bytes |
sha256:57e1c61db77d1da4abc5a2133d19e0e56d5e66498d7666696a38555d9078b711
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_node_unit_tests-18
|
256 Bytes |
sha256:b8ab44e5fabed74797c3ed7294faad93ec32743b995bd7c9d34404d0a40a139e
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_node_unit_tests-20
|
253 Bytes |
sha256:e5ff8c28ee2d65af40e4607451cc2cf357c69bf3477ef0a5c648e75ba4321096
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_node_unit_tests-22
|
246 Bytes |
sha256:522f73bd35bce669f1a695a3393e23ae496aa0dfb23eb88836819a43cfe6a940
|
|
|
codecov-test-results-cg-streamed-span-op-attribute-job_node_unit_tests-24
|
253 Bytes |
sha256:4e623a411db030b88877083a5313169ac53b22ed2db9cbf3bf01f317051968bb
|
|