Skip to content

[new] accordion for gen2 sdks #10766

[new] accordion for gen2 sdks

[new] accordion for gen2 sdks #10766

Triggered via pull request May 23, 2024 15:59
Status Failure
Total duration 11m 38s
Artifacts 4

ci.yml

on: pull_request
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 28 warnings, and 18 notices
Gen 2 SDKs (react-native)
Process completed with exit code 1.
[solid] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements: packages/sdks-tests/src/e2e-tests/accordion.spec.ts#L119
1) [solid] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ───── Error: expect(received).toContain(expected) // indexOf Expected substring: "order: 2;" Received string: "display: flex; flex-direction: column; align-items: stretch; cursor: pointer; width: 25%; order: 3;" 117 | const accordionTitle = accordionTitles[i]; 118 | const styleAttribute = await accordionTitle.getAttribute('style'); > 119 | expect(styleAttribute).toContain(`order: ${i};`); | ^ 120 | } 121 | 122 | const openAccordionDetail = page.locator('.builder-accordion-detail-open'); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/accordion.spec.ts:119:30
Gen 2 SDKs (solid)
Process completed with exit code 1.
[solid-start] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements: packages/sdks-tests/src/e2e-tests/accordion.spec.ts#L119
1) [solid-start] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements Error: expect(received).toContain(expected) // indexOf Expected substring: "order: 2;" Received string: "display: flex; flex-direction: column; align-items: stretch; cursor: pointer; width: 25%; order: 3;" 117 | const accordionTitle = accordionTitles[i]; 118 | const styleAttribute = await accordionTitle.getAttribute('style'); > 119 | expect(styleAttribute).toContain(`order: ${i};`); | ^ 120 | } 121 | 122 | const openAccordionDetail = page.locator('.builder-accordion-detail-open'); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/accordion.spec.ts:119:30
Gen 2 SDKs (solid-start)
Process completed with exit code 1.
[svelte] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements: packages/sdks-tests/src/e2e-tests/accordion.spec.ts#L119
1) [svelte] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ──── Error: expect(received).toContain(expected) // indexOf Expected substring: "order: 0;" Received string: "display:flex;flex-direction:column;align-items:stretch;cursor:pointer;width:25%;" 117 | const accordionTitle = accordionTitles[i]; 118 | const styleAttribute = await accordionTitle.getAttribute('style'); > 119 | expect(styleAttribute).toContain(`order: ${i};`); | ^ 120 | } 121 | 122 | const openAccordionDetail = page.locator('.builder-accordion-detail-open'); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/accordion.spec.ts:119:30
Gen 2 SDKs (svelte)
Process completed with exit code 1.
[sveltekit] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements: packages/sdks-tests/src/e2e-tests/accordion.spec.ts#L119
1) [sveltekit] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ─ Error: expect(received).toContain(expected) // indexOf Expected substring: "order: 0;" Received string: "display:flex;flex-direction:column;align-items:stretch;cursor:pointer;width:25%;" 117 | const accordionTitle = accordionTitles[i]; 118 | const styleAttribute = await accordionTitle.getAttribute('style'); > 119 | expect(styleAttribute).toContain(`order: ${i};`); | ^ 120 | } 121 | 122 | const openAccordionDetail = page.locator('.builder-accordion-detail-open'); at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/accordion.spec.ts:119:30
Gen 2 SDKs (sveltekit)
Process completed with exit code 1.
🎭 Playwright Run Summary
3 passed (6.1s)
🎭 Playwright Run Summary
3 passed (7.3s)
🎭 Playwright Run Summary
79 skipped 69 passed (55.6s)
🎭 Playwright Run Summary
1 failed [solid] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ────── 7 skipped 140 passed (1.7m)
🎭 Playwright Run Summary
8 skipped 140 passed (2.1m)
🎭 Playwright Run Summary
14 skipped 134 passed (2.3m)
🎭 Playwright Run Summary
34 skipped 114 passed (2.4m)
🎭 Playwright Run Summary
1 failed [solid-start] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements 15 skipped 132 passed (1.5m)
🎭 Playwright Run Summary
12 skipped 136 passed (2.4m)
🎭 Playwright Run Summary
1 failed [svelte] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ───── 14 skipped 133 passed (1.6m)
🎭 Playwright Run Summary
14 skipped 134 passed (2.7m)
🎭 Playwright Run Summary
1 failed [sveltekit] › accordion.spec.ts:99:3 › Accordion › grid - Check `order` of Accordion elements ── 8 skipped 139 passed (1.7m)
🎭 Playwright Run Summary
7 skipped 141 passed (2.5m)
🎭 Playwright Run Summary
14 skipped 134 passed (3.8m)
🎭 Playwright Run Summary
7 skipped 141 passed (4.8m)
🎭 Playwright Run Summary
15 skipped 133 passed (5.2m)
🎭 Playwright Run Summary
10 skipped 138 passed (8.7m)
🎭 Playwright Run Summary
9 skipped 139 passed (9.2m)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (widgets)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 1 SDK Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDK Snippets (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react-native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react-native)
No files were found with the provided path: packages/sdks-tests/playwright-report/. No artifacts will be uploaded.
Gen 2 SDK Snippets (nuxt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK (gen1-next)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (solid)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK (gen1-react)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK (gen1-remix)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (solid-start)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-pages-dir)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (svelte)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (sveltekit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-app-dir-client)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (nuxt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (qwik-city)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (next-app-dir)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (angular-ssr)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: "solid-playwright-report", "solid-start-playwright-report", "sveltekit-playwright-report", "svelte-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/
Gen 2 SDKs (angular)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
solid-playwright-report
21.9 MB
solid-start-playwright-report
76.7 MB
svelte-playwright-report
25.8 MB
sveltekit-playwright-report
79.9 MB