build(deps): bump cookie and express in /plugins/range-input #14183
ci.yml
on: pull_request
Gen 2 SDKs checks
7m 29s
Gen 1 SDK Core
7m 3s
build-angular-gen1
37s
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 1 SDK Snippets
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Annotations
32 errors, 64 warnings, and 40 notices
[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#L56
1) [gen1-next14-pages] › 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-next14-pages)
Process completed with exit code 1.
|
[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.
|
[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-next15-app] › 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-next15-app] › 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-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
|
[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#L56
1) [react-native-76-fabric] › 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-76-fabric)
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#L56
1) [solid] › 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 (solid)
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#L56
1) [solid-start] › 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 (solid-start)
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#L56
1) [vue] › 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 (vue)
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#L56
1) [svelte] › 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 (svelte)
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#L76
1) [angular-16-ssr] › 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 (angular-16-ssr)
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#L76
1) [react-native-74] › 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-74)
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.
|
[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.
|
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 (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/
|
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/
|
Slow Test:
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts took 24.3s
|
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-react] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-react] › ab-test.spec.ts took 25.5s
|
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/[gen1-remix] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-remix] › ab-test.spec.ts took 27.5s
|
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.9s
|
Slow Test:
packages/sdks-tests/[gen1-next15-app] › ab-test.spec.ts#L1
packages/sdks-tests/[gen1-next15-app] › ab-test.spec.ts took 27.2s
|
Slow Test:
packages/sdks-tests/[gen1-next15-app] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-next15-app] › link-component.spec.ts took 16.9s
|
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.1s
|
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.7s
|
Slow Test:
packages/sdks-tests/[solid] › ab-test.spec.ts#L1
packages/sdks-tests/[solid] › ab-test.spec.ts took 22.9s
|
Slow Test:
packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.3s
|
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.6s
|
Slow Test:
packages/sdks-tests/[vue] › ab-test.spec.ts#L1
packages/sdks-tests/[vue] › ab-test.spec.ts took 24.9s
|
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/[svelte] › ab-test.spec.ts#L1
packages/sdks-tests/[svelte] › ab-test.spec.ts took 24.7s
|
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-19-ssr] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › ab-test.spec.ts took 28.4s
|
Slow Test:
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts took 18.3s
|
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.5s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › ab-test.spec.ts took 28.6s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts took 18.6s
|
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.6s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › countdown.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › countdown.spec.ts took 15.7s
|
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.2s
|
Slow Test:
packages/sdks-tests/[react-native-74] › editing.spec.ts#L1
packages/sdks-tests/[react-native-74] › editing.spec.ts took 17.0s
|
Slow Test:
packages/sdks-tests/[react-native-74] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[react-native-74] › large-reactive-state.spec.ts took 16.1s
|
Slow Test:
packages/sdks-tests/[sveltekit] › ab-test.spec.ts#L1
packages/sdks-tests/[sveltekit] › ab-test.spec.ts took 24.7s
|
Slow Test:
packages/sdks-tests/[sveltekit] › link-component.spec.ts#L1
packages/sdks-tests/[sveltekit] › link-component.spec.ts took 16.4s
|
Slow Test:
packages/sdks-tests/[nuxt] › ab-test.spec.ts#L1
packages/sdks-tests/[nuxt] › ab-test.spec.ts took 27.0s
|
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/[angular-16] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-16] › ab-test.spec.ts took 35.1s
|
Slow Test:
packages/sdks-tests/[angular-16] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16] › blocks.spec.ts took 23.4s
|
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 16.8s
|
Slow Test:
packages/sdks-tests/[react] › ab-test.spec.ts#L1
packages/sdks-tests/[react] › ab-test.spec.ts took 23.4s
|
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 22.9s
|
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.2s
|
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 22.8s
|
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/[remix] › ab-test.spec.ts#L1
packages/sdks-tests/[remix] › ab-test.spec.ts took 23.5s
|
Slow Test:
packages/sdks-tests/[remix] › link-component.spec.ts#L1
packages/sdks-tests/[remix] › link-component.spec.ts took 16.6s
|
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 25.4s
|
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 23.6s
|
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/[hydrogen] › ab-test.spec.ts#L1
packages/sdks-tests/[hydrogen] › ab-test.spec.ts took 25.5s
|
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.7s
|
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 26.3s
|
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 23.1s
|
Slow Test:
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts took 17.1s
|
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.0s
|
Slow Test:
packages/sdks-tests/[qwik-city] › ab-test.spec.ts#L1
packages/sdks-tests/[qwik-city] › ab-test.spec.ts took 30.8s
|
Slow Test:
packages/sdks-tests/[qwik-city] › editing.spec.ts#L1
packages/sdks-tests/[qwik-city] › editing.spec.ts took 23.5s
|
Slow Test:
packages/sdks-tests/[qwik-city] › blocks.spec.ts#L1
packages/sdks-tests/[qwik-city] › blocks.spec.ts took 19.0s
|
Slow Test:
packages/sdks-tests/[qwik-city] › link-component.spec.ts#L1
packages/sdks-tests/[qwik-city] › link-component.spec.ts took 17.6s
|
Slow Test:
packages/sdks-tests/[qwik-city] › symbols.spec.ts#L1
packages/sdks-tests/[qwik-city] › symbols.spec.ts took 17.3s
|
🎭 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.0m)
|
🎭 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.2m)
|
🎭 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.6m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
45 skipped
15 passed (19.9s)
|
🎭 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.0s)
|
🎭 Playwright Run Summary
50 skipped
10 passed (15.3s)
|
🎭 Playwright Run Summary
25 skipped
35 passed (28.4s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (32.2s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (21.1s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (31.7s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (32.5s)
|
🎭 Playwright Run Summary
6 skipped
54 passed (27.0s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (20.3s)
|
🎭 Playwright Run Summary
49 skipped
11 passed (18.2s)
|
🎭 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 (2.8m)
|
🎭 Playwright Run Summary
31 skipped
29 passed (20.6s)
|
🎭 Playwright Run Summary
1 failed
[solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───────
58 skipped
187 passed (2.9m)
|
🎭 Playwright Run Summary
49 skipped
11 passed (15.2s)
|
🎭 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.8m)
|
🎭 Playwright Run Summary
1 failed
[vue] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─────────
69 skipped
176 passed (2.9m)
|
🎭 Playwright Run Summary
31 skipped
29 passed (20.3s)
|
🎭 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-19-ssr] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
51 skipped
194 passed (3.6m)
|
🎭 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
[react-native-74] › 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 (23.9s)
|
🎭 Playwright Run Summary
1 failed
[sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───
48 skipped
197 passed (3.2m)
|
🎭 Playwright Run Summary
30 skipped
30 passed (19.9s)
|
🎭 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
30 skipped
30 passed (18.8s)
|
🎭 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
31 skipped
215 passed (3.9m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (4.1m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.5m)
|
🎭 Playwright Run Summary
48 skipped
198 passed (4.2m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (4.8m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.8m)
|
🎭 Playwright Run Summary
89 skipped
157 passed (6.8m)
|
🎭 Playwright Run Summary
53 skipped
193 passed (8.4m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
angular-16-playwright-report
Expired
|
34.2 MB |
sha256:da46a181289db2e270540bb3789aad56b85dc367b11477a9b811f07594b433d9
|
|
angular-16-ssr-playwright-report
Expired
|
151 MB |
sha256:58ba6dabde64ed9cd5ecc2d7f1ad5c534fe8b97d8cd2c470f57437f024df5329
|
|
angular-19-ssr-playwright-report
Expired
|
151 MB |
sha256:2729519de8b100e9edce364ac12f8fd298c32b480bb81fb594fc5d528b7b649a
|
|
gen1-next14-pages-playwright-report
Expired
|
148 MB |
sha256:202b3debc6fc76bbcada1c1cf6b00634d76361716f8fe407130b97609d4b29fb
|
|
gen1-next15-app-playwright-report
Expired
|
163 MB |
sha256:52bc1635583c9dedc8e12ee47052d0112687cbe28ec8ecd211c8fac6bcd5b4ca
|
|
gen1-react-playwright-report
Expired
|
26.5 MB |
sha256:f99e964239bef2b765b6e8a17f59740bdb4312416e9eb84720c2b1421b9c7d30
|
|
gen1-remix-playwright-report
Expired
|
159 MB |
sha256:d1b4dd13b6044a1df8d2200c9c603280bc924753b1cf4514eaec0689236ecd51
|
|
nuxt-playwright-report
Expired
|
212 MB |
sha256:b6a1f1f918b7824e8426cc9606c76f2956ca7219629c30a47cbfdc9cd82c6d93
|
|
react-native-74-playwright-report
Expired
|
11.1 MB |
sha256:db7ed069c18c103111162df0c3fe832433be6fb32ce79a5f6e7469b3047a5cb7
|
|
react-native-76-fabric-playwright-report
Expired
|
11.6 MB |
sha256:e2c371cc922325293681022c7f9ed851a832a1bb4c7e5f2e529c674cab8b0a74
|
|
solid-playwright-report
Expired
|
34.4 MB |
sha256:9c3bc8e530309dc17bf7344a647d2c42b1dbbd013bbc77d60c4912f169d6834a
|
|
solid-start-playwright-report
Expired
|
148 MB |
sha256:3882a1bfe5c202569fd3a95ffb97b8593f745f351b26f2d331d9770bcbe37b56
|
|
svelte-playwright-report
Expired
|
54.3 MB |
sha256:243fbf997cf8211b306301976fcddfce68e1abeaf5cfabf48646eb2d37800177
|
|
sveltekit-playwright-report
Expired
|
173 MB |
sha256:303bf2abf7ab1616cd7f079feb7439ceb6afc9c77f9c513f0f0f79b915f7f335
|
|
vue-playwright-report
Expired
|
165 MB |
sha256:92b962d2a5ee261b01fb77e478c50292f6b1cbabc9e1fe2f0d4298d5a2f41989
|
|