Fix Changesets #12598
ci.yml
on: pull_request
Gen 2 SDKs checks
6h 0m
Gen 1 SDK Core
4m 40s
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 1 SDK Snippets
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Annotations
5 errors, 32 warnings, and 36 notices
[sveltekit] › dynamic-loading.spec.ts:33:3 › Dynamic loading of custom components › NotLazyComponent loads immediately even if not requested:
packages/sdks-tests/src/e2e-tests/dynamic-loading.spec.ts#L59
1) [sveltekit] › dynamic-loading.spec.ts:33:3 › Dynamic loading of custom components › NotLazyComponent loads immediately even if not requested
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
57 | await page.waitForLoadState('networkidle');
58 |
> 59 | expect(notLazyComponentRequested).toBe(true);
| ^
60 | });
61 | });
62 |
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/dynamic-loading.spec.ts:59:39
|
[sveltekit] › dynamic-loading.spec.ts:64:3 › Eager dynamic loading of custom components › EagerLazyComponent loads immediately even if not requested:
packages/sdks-tests/src/e2e-tests/dynamic-loading.spec.ts#L97
2) [sveltekit] › dynamic-loading.spec.ts:64:3 › Eager dynamic loading of custom components › EagerLazyComponent loads immediately even if not requested
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
95 |
96 | expect(eagerLazyComponentRequested).toBe(true);
> 97 | expect(eagerLazyComponentRendered).toBe(true);
| ^
98 |
99 | const eagerLazyComponent = page.locator('text=lazy component loaded');
100 | await expect(eagerLazyComponent).toBeVisible();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/dynamic-loading.spec.ts:97:40
|
Gen 2 SDKs (sveltekit)
Process completed with exit code 1.
|
Gen 2 SDKs checks
The job running on runner GitHub Actions 54 has exceeded the maximum execution time of 360 minutes.
|
Gen 2 SDKs checks
The operation was canceled.
|
build (widgets)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (webcomponents)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Gen 2 SDKs (sveltekit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/sdks-tests/[sveltekit] › link-component.spec.ts#L1
packages/sdks-tests/[sveltekit] › link-component.spec.ts took 16.2s
|
Slow Test:
packages/sdks-tests/[gen1-next] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-next] › link-component.spec.ts took 16.5s
|
Slow Test:
packages/sdks-tests/[react-native] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[react-native] › large-reactive-state.spec.ts took 19.2s
|
Slow Test:
packages/sdks-tests/[react-native] › link-component.spec.ts#L1
packages/sdks-tests/[react-native] › link-component.spec.ts took 18.0s
|
Slow Test:
packages/sdks-tests/[react-native] › editing.spec.ts#L1
packages/sdks-tests/[react-native] › editing.spec.ts took 15.6s
|
Slow Test:
packages/sdks-tests/[angular-ssr] › link-component.spec.ts#L1
packages/sdks-tests/[angular-ssr] › link-component.spec.ts took 17.5s
|
Slow Test:
packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[remix] › link-component.spec.ts#L1
packages/sdks-tests/[remix] › link-component.spec.ts took 16.5s
|
Slow Test:
packages/sdks-tests/[solid-start] › link-component.spec.ts#L1
packages/sdks-tests/[solid-start] › link-component.spec.ts took 16.8s
|
Slow Test:
packages/sdks-tests/[vue] › link-component.spec.ts#L1
packages/sdks-tests/[vue] › link-component.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[gen1-react] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-react] › link-component.spec.ts took 17.1s
|
Slow Test:
packages/sdks-tests/[svelte] › link-component.spec.ts#L1
packages/sdks-tests/[svelte] › link-component.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-app] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-app] › link-component.spec.ts took 17.0s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-pages] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-pages] › link-component.spec.ts took 17.0s
|
Slow Test:
packages/sdks-tests/[hydrogen] › link-component.spec.ts#L1
packages/sdks-tests/[hydrogen] › link-component.spec.ts took 16.8s
|
Slow Test:
packages/sdks-tests/[angular] › link-component.spec.ts#L1
packages/sdks-tests/[angular] › link-component.spec.ts took 17.9s
|
Slow Test:
packages/sdks-tests/[angular] › editing.spec.ts#L1
packages/sdks-tests/[angular] › editing.spec.ts took 16.0s
|
Slow Test:
packages/sdks-tests/[nuxt] › ab-test.spec.ts#L1
packages/sdks-tests/[nuxt] › ab-test.spec.ts took 18.6s
|
Slow Test:
packages/sdks-tests/[nuxt] › link-component.spec.ts#L1
packages/sdks-tests/[nuxt] › link-component.spec.ts took 17.1s
|
Slow Test:
packages/sdks-tests/[qwik-city] › link-component.spec.ts#L1
packages/sdks-tests/[qwik-city] › link-component.spec.ts took 17.3s
|
Slow Test:
packages/sdks-tests/[qwik-city] › symbols.spec.ts#L1
packages/sdks-tests/[qwik-city] › symbols.spec.ts took 16.9s
|
Slow Test:
packages/sdks-tests/[qwik-city] › editing.spec.ts#L1
packages/sdks-tests/[qwik-city] › editing.spec.ts took 16.7s
|
Slow Test:
packages/sdks-tests/[qwik-city] › ab-test.spec.ts#L1
packages/sdks-tests/[qwik-city] › ab-test.spec.ts took 15.3s
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts took 1.0m
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts took 24.8s
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts took 17.1s
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › ab-test.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › ab-test.spec.ts took 16.9s
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts took 16.5s
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "sveltekit-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
16 skipped
16 passed (11.5s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (12.3s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (11.0s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (11.2s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (10.6s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (13.9s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (21.6s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (12.1s)
|
🎭 Playwright Run Summary
23 skipped
9 passed (12.2s)
|
🎭 Playwright Run Summary
23 skipped
9 passed (11.5s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (11.3s)
|
🎭 Playwright Run Summary
23 skipped
9 passed (12.2s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (11.4s)
|
🎭 Playwright Run Summary
32 passed (29.1s)
|
🎭 Playwright Run Summary
2 failed
[sveltekit] › dynamic-loading.spec.ts:33:3 › Dynamic loading of custom components › NotLazyComponent loads immediately even if not requested
[sveltekit] › dynamic-loading.spec.ts:64:3 › Eager dynamic loading of custom components › EagerLazyComponent loads immediately even if not requested
36 skipped
157 passed (2.3m)
|
🎭 Playwright Run Summary
32 passed (23.0s)
|
🎭 Playwright Run Summary
22 skipped
10 passed (13.6s)
|
🎭 Playwright Run Summary
85 skipped
28 did not run
82 passed (1.2m)
|
🎭 Playwright Run Summary
22 skipped
10 passed (15.7s)
|
🎭 Playwright Run Summary
36 skipped
56 did not run
103 passed (1.9m)
|
🎭 Playwright Run Summary
97 skipped
98 passed (2.6m)
|
🎭 Playwright Run Summary
70 skipped
125 passed (2.5m)
|
🎭 Playwright Run Summary
36 skipped
159 passed (2.9m)
|
🎭 Playwright Run Summary
34 skipped
161 passed (3.0m)
|
🎭 Playwright Run Summary
24 skipped
171 passed (2.9m)
|
🎭 Playwright Run Summary
39 skipped
156 passed (2.9m)
|
🎭 Playwright Run Summary
44 skipped
151 passed (3.1m)
|
🎭 Playwright Run Summary
34 skipped
161 passed (3.3m)
|
🎭 Playwright Run Summary
36 skipped
159 passed (3.1m)
|
🎭 Playwright Run Summary
34 skipped
161 passed (3.2m)
|
🎭 Playwright Run Summary
32 skipped
163 passed (3.1m)
|
🎭 Playwright Run Summary
34 skipped
161 passed (3.4m)
|
🎭 Playwright Run Summary
68 skipped
127 passed (2.9m)
|
🎭 Playwright Run Summary
44 skipped
151 passed (5.1m)
|
🎭 Playwright Run Summary
41 skipped
154 passed (5.6m)
|
🎭 Playwright Run Summary
51 skipped
144 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
sveltekit-playwright-report
|
62.6 MB |
|