build(deps-dev): bump undici from 7.2.3 to 7.9.0 in /examples/qwik #14176
ci.yml
on: pull_request
Gen 2 SDKs checks
7m 24s
Gen 1 SDK Core
7m 2s
build-angular-gen1
36s
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 1 SDK Snippets
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Annotations
33 errors, 68 warnings, and 39 notices
Gen 2 SDK Snippets (qwik-city)
Process completed with exit code 1.
|
[gen1-remix] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [gen1-remix] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 1 React SDK (gen1-remix)
Process completed with exit code 1.
|
[gen1-next14-pages] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [gen1-next14-pages] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 1 React SDK (gen1-next14-pages)
Process completed with exit code 1.
|
[gen1-next15-app] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [gen1-next15-app] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 1 React SDK (gen1-next15-app)
Process completed with exit code 1.
|
[gen1-next14-pages] › api-endpoint.spec.ts:12:5 › API Endpoint › Live › records API calls after page load:
packages/sdks-tests/src/snippet-tests/api-endpoint.spec.ts#L1
1) [gen1-next14-pages] › api-endpoint.spec.ts:12:5 › API Endpoint › Live › records API calls after page load
Test timeout of 30000ms exceeded.
|
[gen1-next14-pages] › api-endpoint.spec.ts:12:5 › API Endpoint › Live › records API calls after page load:
packages/sdks-tests/src/snippet-tests/api-endpoint.spec.ts#L20
1) [gen1-next14-pages] › api-endpoint.spec.ts:12:5 › API Endpoint › Live › records API calls after page load
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for response /https:\/\/cdn\.builder\.io\/api\/v3\/content/
============================================================
18 | let queryApiInvocations = 0;
19 |
> 20 | const responsePromise = page.waitForResponse(urlMatchForContentAPI);
| ^
21 |
22 | await page.route(urlMatchForQueryAPI, route => {
23 | queryApiInvocations++;
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/api-endpoint.spec.ts:20:36
|
[gen1-react] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [gen1-react] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 1 React SDK (gen1-react)
Process completed with exit code 1.
|
[react-native-74] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [react-native-74] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (react-native-74)
Process completed with exit code 1.
|
[react-native-76-fabric] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [react-native-76-fabric] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 2 SDKs (react-native-76-fabric)
Process completed with exit code 1.
|
[solid-start] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [solid-start] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 2 SDKs (solid-start)
Process completed with exit code 1.
|
[solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──────
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 2 SDKs (solid)
Process completed with exit code 1.
|
[angular-19-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [angular-19-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (angular-19-ssr)
Process completed with exit code 1.
|
[angular-16-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [angular-16-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (angular-16-ssr)
Process completed with exit code 1.
|
[svelte] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [svelte] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─────
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 2 SDKs (svelte)
Process completed with exit code 1.
|
[angular-16] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [angular-16] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (angular-16)
Process completed with exit code 1.
|
[sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (sveltekit)
Process completed with exit code 1.
|
[nuxt] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [nuxt] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───────
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Gen 2 SDKs (nuxt)
Process completed with exit code 1.
|
[vue] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [vue] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ────────
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Gen 2 SDKs (vue)
Process completed with exit code 1.
|
build-angular-gen1
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 (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 SDK Snippets (qwik-city)
No files were found with the provided path: packages/sdks-tests/playwright-report/. No artifacts will be uploaded.
|
Slow Test:
packages/sdks-tests/[gen1-remix] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-remix] › ab-test.spec.ts took 27.4s
|
Slow Test:
packages/sdks-tests/[gen1-remix] › slot.spec.ts#L1
packages/sdks-tests/[gen1-remix] › slot.spec.ts took 20.6s
|
Slow Test:
packages/sdks-tests/[gen1-remix] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-remix] › link-component.spec.ts took 16.8s
|
Slow Test:
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts took 25.5s
|
Slow Test:
packages/sdks-tests/[gen1-next14-pages] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-next14-pages] › link-component.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[gen1-next14-pages] › countdown.spec.ts#L1
packages/sdks-tests/[gen1-next14-pages] › countdown.spec.ts took 16.0s
|
Slow Test:
packages/sdks-tests/[gen1-next15-app] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-next15-app] › ab-test.spec.ts took 28.4s
|
Slow Test:
packages/sdks-tests/[gen1-next15-app] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-next15-app] › link-component.spec.ts took 17.2s
|
Slow Test:
packages/sdks-tests/[gen1-next15-app] › blocks.spec.ts#L1
packages/sdks-tests/[gen1-next15-app] › blocks.spec.ts took 15.1s
|
Slow Test:
packages/sdks-tests/[gen1-react] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-react] › ab-test.spec.ts took 25.3s
|
Slow Test:
packages/sdks-tests/[gen1-react] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-react] › link-component.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[react-native-74] › link-component.spec.ts#L1
packages/sdks-tests/[react-native-74] › link-component.spec.ts took 18.3s
|
Slow Test:
packages/sdks-tests/[react-native-74] › editing.spec.ts#L1
packages/sdks-tests/[react-native-74] › editing.spec.ts took 17.1s
|
Slow Test:
packages/sdks-tests/[react-native-76-fabric] › countdown.spec.ts#L1
packages/sdks-tests/[react-native-76-fabric] › countdown.spec.ts took 18.4s
|
Slow Test:
packages/sdks-tests/[react-native-76-fabric] › link-component.spec.ts#L1
packages/sdks-tests/[react-native-76-fabric] › link-component.spec.ts took 18.2s
|
Slow Test:
packages/sdks-tests/[react-native-76-fabric] › editing.spec.ts#L1
packages/sdks-tests/[react-native-76-fabric] › editing.spec.ts took 16.6s
|
Slow Test:
packages/sdks-tests/[solid-start] › ab-test.spec.ts#L1
packages/sdks-tests/[solid-start] › ab-test.spec.ts took 24.0s
|
Slow Test:
packages/sdks-tests/[solid-start] › link-component.spec.ts#L1
packages/sdks-tests/[solid-start] › link-component.spec.ts took 16.4s
|
Slow Test:
packages/sdks-tests/[solid] › ab-test.spec.ts#L1
packages/sdks-tests/[solid] › ab-test.spec.ts took 23.8s
|
Slow Test:
packages/sdks-tests/[solid] › countdown.spec.ts#L1
packages/sdks-tests/[solid] › countdown.spec.ts took 19.3s
|
Slow Test:
packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.4s
|
Slow Test:
packages/sdks-tests/[angular-19-ssr] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › ab-test.spec.ts took 28.0s
|
Slow Test:
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts took 18.9s
|
Slow Test:
packages/sdks-tests/[angular-19-ssr] › link-component.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › link-component.spec.ts took 17.6s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › ab-test.spec.ts took 29.9s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts took 19.2s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › link-component.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › link-component.spec.ts took 17.7s
|
Slow Test:
packages/sdks-tests/[svelte] › ab-test.spec.ts#L1
packages/sdks-tests/[svelte] › ab-test.spec.ts took 23.5s
|
Slow Test:
packages/sdks-tests/[svelte] › link-component.spec.ts#L1
packages/sdks-tests/[svelte] › link-component.spec.ts took 16.4s
|
Slow Test:
packages/sdks-tests/[angular-16] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-16] › ab-test.spec.ts took 34.8s
|
Slow Test:
packages/sdks-tests/[angular-16] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16] › blocks.spec.ts took 23.1s
|
Slow Test:
packages/sdks-tests/[angular-16] › link-component.spec.ts#L1
packages/sdks-tests/[angular-16] › link-component.spec.ts took 18.0s
|
Slow Test:
packages/sdks-tests/[angular-16] › editing.spec.ts#L1
packages/sdks-tests/[angular-16] › editing.spec.ts took 17.0s
|
Slow Test:
packages/sdks-tests/[sveltekit] › ab-test.spec.ts#L1
packages/sdks-tests/[sveltekit] › ab-test.spec.ts took 24.4s
|
Slow Test:
packages/sdks-tests/[sveltekit] › link-component.spec.ts#L1
packages/sdks-tests/[sveltekit] › link-component.spec.ts took 16.3s
|
Slow Test:
packages/sdks-tests/[nuxt] › ab-test.spec.ts#L1
packages/sdks-tests/[nuxt] › ab-test.spec.ts took 27.2s
|
Slow Test:
packages/sdks-tests/[nuxt] › link-component.spec.ts#L1
packages/sdks-tests/[nuxt] › link-component.spec.ts took 16.8s
|
Slow Test:
packages/sdks-tests/[vue] › ab-test.spec.ts#L1
packages/sdks-tests/[vue] › ab-test.spec.ts took 24.4s
|
Slow Test:
packages/sdks-tests/[vue] › countdown.spec.ts#L1
packages/sdks-tests/[vue] › countdown.spec.ts took 18.2s
|
Slow Test:
packages/sdks-tests/[vue] › link-component.spec.ts#L1
packages/sdks-tests/[vue] › link-component.spec.ts took 16.3s
|
Slow Test:
packages/sdks-tests/[react] › ab-test.spec.ts#L1
packages/sdks-tests/[react] › ab-test.spec.ts took 23.1s
|
Slow Test:
packages/sdks-tests/[hydrogen] › ab-test.spec.ts#L1
packages/sdks-tests/[hydrogen] › ab-test.spec.ts took 25.6s
|
Slow Test:
packages/sdks-tests/[hydrogen] › link-component.spec.ts#L1
packages/sdks-tests/[hydrogen] › link-component.spec.ts took 17.0s
|
Slow Test:
packages/sdks-tests/[hydrogen] › blocks.spec.ts#L1
packages/sdks-tests/[hydrogen] › blocks.spec.ts took 15.4s
|
Slow Test:
packages/sdks-tests/[remix] › ab-test.spec.ts#L1
packages/sdks-tests/[remix] › ab-test.spec.ts took 23.0s
|
Slow Test:
packages/sdks-tests/[remix] › link-component.spec.ts#L1
packages/sdks-tests/[remix] › link-component.spec.ts took 16.3s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-pages] › ab-test.spec.ts#L1
packages/sdks-tests/[react-sdk-next-pages] › ab-test.spec.ts took 23.7s
|
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 16.6s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-14-app] › ab-test.spec.ts#L1
packages/sdks-tests/[react-sdk-next-14-app] › ab-test.spec.ts took 24.8s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-14-app] › blocks.spec.ts#L1
packages/sdks-tests/[react-sdk-next-14-app] › blocks.spec.ts took 23.2s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-14-app] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-14-app] › link-component.spec.ts took 16.8s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-15-app] › ab-test.spec.ts#L1
packages/sdks-tests/[react-sdk-next-15-app] › ab-test.spec.ts took 26.3s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-15-app] › blocks.spec.ts#L1
packages/sdks-tests/[react-sdk-next-15-app] › blocks.spec.ts took 24.4s
|
Slow Test:
packages/sdks-tests/[react-sdk-next-15-app] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-15-app] › link-component.spec.ts took 17.2s
|
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] › ab-test.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › ab-test.spec.ts took 24.8s
|
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 22.4s
|
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 16.8s
|
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.7s
|
Slow Test:
packages/sdks-tests/[qwik-city] › ab-test.spec.ts#L1
packages/sdks-tests/[qwik-city] › ab-test.spec.ts took 28.4s
|
Slow Test:
packages/sdks-tests/[qwik-city] › editing.spec.ts#L1
packages/sdks-tests/[qwik-city] › editing.spec.ts took 22.3s
|
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.8s
|
Slow Test:
packages/sdks-tests/[qwik-city] › blocks.spec.ts#L1
packages/sdks-tests/[qwik-city] › blocks.spec.ts took 16.1s
|
🎭 Playwright Run Summary
1 failed
[gen1-remix] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──
80 skipped
165 passed (3.5m)
|
🎭 Playwright Run Summary
1 failed
[gen1-next14-pages] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
76 skipped
169 passed (3.2m)
|
🎭 Playwright Run Summary
1 failed
[gen1-next15-app] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
76 skipped
169 passed (3.5m)
|
🎭 Playwright Run Summary
25 skipped
35 passed (25.4s)
|
🎭 Playwright Run Summary
45 skipped
15 passed (18.4s)
|
🎭 Playwright Run Summary
1 flaky
[gen1-next14-pages] › api-endpoint.spec.ts:12:5 › API Endpoint › Live › records API calls after page load
49 skipped
10 passed (47.6s)
|
🎭 Playwright Run Summary
1 failed
[gen1-react] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──
70 skipped
175 passed (3.3m)
|
🎭 Playwright Run Summary
30 skipped
30 passed (19.0s)
|
🎭 Playwright Run Summary
50 skipped
10 passed (15.6s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (28.1s)
|
🎭 Playwright Run Summary
49 skipped
11 passed (17.8s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (19.9s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (37.9s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (27.2s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (19.9s)
|
🎭 Playwright Run Summary
6 skipped
54 passed (30.0s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (18.6s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (18.7s)
|
🎭 Playwright Run Summary
49 skipped
11 passed (15.9s)
|
🎭 Playwright Run Summary
1 failed
[react-native-74] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
131 skipped
114 passed (2.9m)
|
🎭 Playwright Run Summary
1 failed
[react-native-76-fabric] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
131 skipped
114 passed (3.0m)
|
🎭 Playwright Run Summary
30 skipped
30 passed (19.5s)
|
🎭 Playwright Run Summary
1 failed
[solid-start] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─
62 skipped
183 passed (2.9m)
|
🎭 Playwright Run Summary
1 failed
[solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───────
58 skipped
187 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
[angular-19-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
51 skipped
194 passed (3.7m)
|
🎭 Playwright Run Summary
1 failed
[angular-16-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
51 skipped
194 passed (3.8m)
|
🎭 Playwright Run Summary
1 failed
[svelte] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──────
48 skipped
197 passed (3.2m)
|
🎭 Playwright Run Summary
1 failed
[angular-16] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──
48 skipped
197 passed (4.3m)
|
🎭 Playwright Run Summary
1 failed
[sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───
48 skipped
197 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
[nuxt] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ────────
61 skipped
184 passed (4.2m)
|
🎭 Playwright Run Summary
1 failed
[vue] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─────────
69 skipped
176 passed (3.0m)
|
🎭 Playwright Run Summary
31 skipped
215 passed (3.9m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.7m)
|
🎭 Playwright Run Summary
48 skipped
198 passed (4.1m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (4.2m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.6m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (5.0m)
|
🎭 Playwright Run Summary
89 skipped
157 passed (6.7m)
|
🎭 Playwright Run Summary
53 skipped
193 passed (8.1m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
angular-16-playwright-report
Expired
|
36.9 MB |
sha256:76e666170394b3c6912d5e691e3adab3f2a7ed994fd78628bcbd1efeb3071625
|
|
angular-16-ssr-playwright-report
Expired
|
149 MB |
sha256:af5917b52c25be18db031fb95b54348a1b87d5b293f118daa1c7c33529ad023b
|
|
angular-19-ssr-playwright-report
Expired
|
151 MB |
sha256:4b5cf598e10493aa901dff161422b8e44dadd4a115e72480c2ded3a491b3ec6c
|
|
gen1-next14-pages-playwright-report
Expired
|
147 MB |
sha256:6cb344759cfa03db301ea02a339ff3ac531628c2074619e73d905d8baf29a5af
|
|
gen1-next15-app-playwright-report
Expired
|
163 MB |
sha256:1a2db9b3b19740048a32b8ac0faf0f296fc1b96c7aef0fb959f9d8497fdf74f9
|
|
gen1-react-playwright-report
Expired
|
30.5 MB |
sha256:4a450a417cbd35087d5b0cca67ab2fe8487744b6239736ca80e0fdf0c02083c7
|
|
gen1-remix-playwright-report
Expired
|
157 MB |
sha256:1cc7f9c8424ea5cc67842e8c1ce1d6d8165151ff7e3656b00ddb077d37fffd92
|
|
nuxt-playwright-report
Expired
|
212 MB |
sha256:942eb4af2c1cc623cdd63a88966e6f52731b94c4271621c441cb83061382ea1e
|
|
react-native-74-playwright-report
Expired
|
13.9 MB |
sha256:2d46345898d458e000c2ce6950057a7064911839cbeedd412050686a450d75d1
|
|
react-native-76-fabric-playwright-report
Expired
|
12.2 MB |
sha256:c1dcde3fb5323b970de351371ef0d8a68f34d50c5873757b26e88f1accee4973
|
|
solid-playwright-report
Expired
|
31.1 MB |
sha256:4aa20967a9b73654a58872165d046048523b1256c60d4b4202ba3b0a739b2faf
|
|
solid-start-playwright-report
Expired
|
147 MB |
sha256:0a9736b4759d019155457a87daa751cbf3ef678c61feada3291e2a1d9cde597b
|
|
svelte-playwright-report
Expired
|
54.2 MB |
sha256:1ef11854a9f5678f2cadf8f16b1f366366eb29de498accd7bb5a4766766ab814
|
|
sveltekit-playwright-report
Expired
|
172 MB |
sha256:adc289654ae0d58eed1e01d864203bd7ca828a68fd736cc232632056d3c087f7
|
|
vue-playwright-report
Expired
|
172 MB |
sha256:5ceb5f2e51bfb0752f54561c34b3ec3a226186e274f2cfb9f6d2ca037eff9ba7
|
|