build(deps): bump serve-static and express in /plugins/range-input #14184
ci.yml
on: pull_request
Gen 2 SDKs checks
7m 41s
Gen 1 SDK Core
7m 4s
build-angular-gen1
31s
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#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-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-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
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
[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.
|
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/
|
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.4s
|
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.5s
|
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.0s
|
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/[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 26.5s
|
Slow Test:
packages/sdks-tests/[gen1-remix] › slot.spec.ts#L1
packages/sdks-tests/[gen1-remix] › slot.spec.ts took 20.5s
|
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/[angular-19-ssr] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › ab-test.spec.ts took 28.1s
|
Slow Test:
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-19-ssr] › blocks.spec.ts took 18.4s
|
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/[react-native-74] › link-component.spec.ts#L1
packages/sdks-tests/[react-native-74] › link-component.spec.ts took 18.4s
|
Slow Test:
packages/sdks-tests/[react-native-74] › editing.spec.ts#L1
packages/sdks-tests/[react-native-74] › editing.spec.ts took 17.3s
|
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.4s
|
Slow Test:
packages/sdks-tests/[angular-16] › ab-test.spec.ts#L1
packages/sdks-tests/[angular-16] › ab-test.spec.ts took 33.5s
|
Slow Test:
packages/sdks-tests/[angular-16] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16] › blocks.spec.ts took 22.2s
|
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.7s
|
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.9s
|
Slow Test:
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts#L1
packages/sdks-tests/[angular-16-ssr] › blocks.spec.ts took 18.7s
|
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/[nuxt] › ab-test.spec.ts#L1
packages/sdks-tests/[nuxt] › ab-test.spec.ts took 27.1s
|
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/[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.5s
|
Slow Test:
packages/sdks-tests/[react-native-76-fabric] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[react-native-76-fabric] › large-reactive-state.spec.ts took 15.4s
|
Slow Test:
packages/sdks-tests/[vue] › ab-test.spec.ts#L1
packages/sdks-tests/[vue] › ab-test.spec.ts took 24.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/[solid-start] › ab-test.spec.ts#L1
packages/sdks-tests/[solid-start] › ab-test.spec.ts took 23.9s
|
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/[svelte] › ab-test.spec.ts#L1
packages/sdks-tests/[svelte] › ab-test.spec.ts took 23.6s
|
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/[sveltekit] › ab-test.spec.ts#L1
packages/sdks-tests/[sveltekit] › ab-test.spec.ts took 24.2s
|
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/[solid] › ab-test.spec.ts#L1
packages/sdks-tests/[solid] › ab-test.spec.ts took 23.4s
|
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/[hydrogen] › ab-test.spec.ts#L1
packages/sdks-tests/[hydrogen] › ab-test.spec.ts took 25.1s
|
Slow Test:
packages/sdks-tests/[hydrogen] › link-component.spec.ts#L1
packages/sdks-tests/[hydrogen] › link-component.spec.ts took 16.9s
|
Slow Test:
packages/sdks-tests/[hydrogen] › blocks.spec.ts#L1
packages/sdks-tests/[hydrogen] › blocks.spec.ts took 15.5s
|
Slow Test:
packages/sdks-tests/[react] › ab-test.spec.ts#L1
packages/sdks-tests/[react] › ab-test.spec.ts took 24.1s
|
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 17.0s
|
Slow Test:
packages/sdks-tests/[remix] › ab-test.spec.ts#L1
packages/sdks-tests/[remix] › ab-test.spec.ts took 23.2s
|
Slow Test:
packages/sdks-tests/[remix] › link-component.spec.ts#L1
packages/sdks-tests/[remix] › link-component.spec.ts took 16.4s
|
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 25.0s
|
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.3s
|
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.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.8s
|
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.4s
|
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.7s
|
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.8s
|
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.9s
|
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.0s
|
Slow Test:
packages/sdks-tests/[qwik-city] › ab-test.spec.ts#L1
packages/sdks-tests/[qwik-city] › ab-test.spec.ts took 28.7s
|
Slow Test:
packages/sdks-tests/[qwik-city] › editing.spec.ts#L1
packages/sdks-tests/[qwik-city] › editing.spec.ts took 22.2s
|
Slow Test:
packages/sdks-tests/[qwik-city] › link-component.spec.ts#L1
packages/sdks-tests/[qwik-city] › link-component.spec.ts took 17.5s
|
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 15.7s
|
🎭 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-next15-app] › 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-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.5m)
|
🎭 Playwright Run Summary
45 skipped
15 passed (15.5s)
|
🎭 Playwright Run Summary
25 skipped
35 passed (22.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.9s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (28.3s)
|
🎭 Playwright Run Summary
50 skipped
10 passed (14.8s)
|
🎭 Playwright Run Summary
26 skipped
34 passed (32.0s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (20.5s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (34.7s)
|
🎭 Playwright Run Summary
6 skipped
54 passed (35.8s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (20.0s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (19.7s)
|
🎭 Playwright Run Summary
49 skipped
11 passed (17.3s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (19.0s)
|
🎭 Playwright Run Summary
31 skipped
29 passed (21.0s)
|
🎭 Playwright Run Summary
49 skipped
11 passed (18.2s)
|
🎭 Playwright Run Summary
30 skipped
30 passed (24.8s)
|
🎭 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
30 skipped
30 passed (20.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 (3.0m)
|
🎭 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.2m)
|
🎭 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
[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
[react-native-76-fabric] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
131 skipped
114 passed (2.9m)
|
🎭 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
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
[svelte] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──────
48 skipped
197 passed (3.1m)
|
🎭 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
[solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───────
58 skipped
187 passed (2.9m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.6m)
|
🎭 Playwright Run Summary
31 skipped
215 passed (4.0m)
|
🎭 Playwright Run Summary
47 skipped
199 passed (4.5m)
|
🎭 Playwright Run Summary
48 skipped
198 passed (4.1m)
|
🎭 Playwright Run Summary
89 skipped
157 passed (6.7m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (4.3m)
|
🎭 Playwright Run Summary
46 skipped
200 passed (4.9m)
|
🎭 Playwright Run Summary
53 skipped
193 passed (8.0m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
angular-16-playwright-report
Expired
|
37 MB |
sha256:c9e0cf70a35b2a4d7369259cba7d7784555c2c6125f2e40519340b95ee485c50
|
|
angular-16-ssr-playwright-report
Expired
|
151 MB |
sha256:6996da3bb5e2b8af4933d2a1b74dd7e09d4ddff2b04358a67706d37a2e27dd8d
|
|
angular-19-ssr-playwright-report
Expired
|
151 MB |
sha256:61ff332181d869e885f6bcb5381fda55ec21de42994a1eee9e38f7fb7abdb2d5
|
|
gen1-next14-pages-playwright-report
Expired
|
150 MB |
sha256:5a5163d8442378909699df6af39186feadbea04a201861057bf72b6d733059fc
|
|
gen1-next15-app-playwright-report
Expired
|
162 MB |
sha256:cde1d9ffb2f847d5e18a2ee9f1154542e75dc54a3f2d5fe75abae8de578c5625
|
|
gen1-react-playwright-report
Expired
|
25.1 MB |
sha256:7d3a33321269f54fe6dda62a9c9d05d9b4e71e5e47cc97778d8ecbf55aac3e7f
|
|
gen1-remix-playwright-report
Expired
|
158 MB |
sha256:e4ecb46905b22fda07c0881eab5124c2db1c7cfeec8dbc3d7b397241db3df5c7
|
|
nuxt-playwright-report
Expired
|
212 MB |
sha256:9bb45c6cc7a2422d90185a8fd9bbfedbd44815947b3310b1929e2e678f83e95b
|
|
react-native-74-playwright-report
Expired
|
10.9 MB |
sha256:4d2e354f52fbf4d09c09e8b1ef69d5fa9333a66677460272d328816d508bcb1d
|
|
react-native-76-fabric-playwright-report
Expired
|
12.8 MB |
sha256:972e076fcf9003fd52502d0a66f1636e32fcba1fef7d3fda6a95a5347969baaa
|
|
solid-playwright-report
Expired
|
34.3 MB |
sha256:be63361bc3733b636884817654f3d433f51100d96c222705de9aa512aac9fc4e
|
|
solid-start-playwright-report
Expired
|
147 MB |
sha256:f71a60746cee27ec04d1a80ab86bc758f80f6ef658d1bf36c742014620d5df38
|
|
svelte-playwright-report
Expired
|
53.3 MB |
sha256:f55a2ee00bd508932d45bf30b20bdda5e83e645a2793f531e5d77d50c524864e
|
|
sveltekit-playwright-report
Expired
|
171 MB |
sha256:f9b815a8233de8de0f2f60d7043086e65da14ba03ab9c1b6ae9553b5178b2c69
|
|
vue-playwright-report
Expired
|
171 MB |
sha256:2d8c1958e666dc0bb67356696c6367a4f31e1762561648f75b8def3268b79404
|
|