Skip to content

chore(deps): update vite j:kit-282 (major) #26343

chore(deps): update vite j:kit-282 (major)

chore(deps): update vite j:kit-282 (major) #26343

Triggered via pull request January 28, 2025 10:35
Status Failure
Total duration 39m 40s
Artifacts 29

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 52s
Check with linter
Run unit tests
4m 13s
Run unit tests
Run e2e screenshots tests on Atomic
2m 40s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 20s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
2m 6s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
10s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 39s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 6s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 43s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
3m 2s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 50s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
1m 46s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
3m 15s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
1m 57s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 47s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 7s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 32s
Should test Quantic?
Run e2e tests on Atomic CSP
1m 18s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 42s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 20s
Verify compatibility of packages
Build typedoc
1m 57s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
8m 13s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
8m 12s
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 34s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 26s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
8s
Confirm build is valid (PR)
Confirm build is valid
8s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 85 warnings, and 26 notices
Report bundle size
Process completed with exit code 1.
Run e2e tests on Atomic CSP
Process completed with exit code 1.
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available: packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts#L108
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available Error: expect(locator).not.toBeVisible() Locator: locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 7000ms - waiting for locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...') 106 | productMultiValueText, 107 | }) => { > 108 | expect(productMultiValueText.moreValuesIndicator()).not.toBeVisible(); | ^ 109 | }); 110 | }); 111 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:108:61
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:13:3 › with an automatic query correction › search box should contain the corrected query: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L14
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:13:3 › with an automatic query correction › search box should contain the corrected query Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('atomic-search-box').getByPlaceholder('Search') Expected string: "coveo" Received string: "coveoo" Call log: - expect.toHaveValue with timeout 7000ms - waiting for locator('atomic-search-box').getByPlaceholder('Search') 11 × locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-ajrn1-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "coveoo" 12 | 13 | test('search box should contain the corrected query', async ({searchBox}) => { > 14 | await expect(searchBox.searchInput).toHaveValue(CORRECTED_QUERY); | ^ 15 | }); 16 | 17 | test('should display the original query', async ({page}) => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:14:41
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L125
1) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button Error: expect(locator).not.toBeVisible() Locator: getByRole('button', { name: 'Show less' }) Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 7000ms - waiting for getByRole('button', { name: 'Show less' }) 2 × locator resolved to <button title="Show less" class="btn-text-primary expandable-text-button p-1 text-xs ripple-parent ripple-relative">…</button> - unexpected value "visible" 123 | productExcerpt, 124 | }) => { > 125 | expect(productExcerpt.showLessButton).not.toBeVisible(); | ^ 126 | }); 127 | }); 128 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:125:57
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Test timeout of 30000ms exceeded.
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L75
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-search-box').getByLabel('Clear recent searches.') 73 | searchBox, 74 | }) => { > 75 | await searchBox.clearRecentQueriesButton.click(); | ^ 76 | await expect(searchBox.recentQueries().first()).not.toBeVisible(); 77 | }); 78 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:75:48
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L217
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() 215 | 216 | test('should display recent queries', async ({searchBox}) => { > 217 | await expect(searchBox.recentQueries().first()).toBeVisible(); | ^ 218 | }); 219 | 220 | test('should clear recent queries when clicking the clear button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:217:55
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Test timeout of 30000ms exceeded.
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L223
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-commerce-search-box').getByLabel('Clear recent searches.') 221 | searchBox, 222 | }) => { > 223 | await searchBox.clearRecentQueriesButton.click(); | ^ 224 | await expect(searchBox.recentQueries().first()).not.toBeVisible(); 225 | }); 226 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:223:48
Run e2e tests on Atomic (30)
The process '/opt/hostedtoolcache/node/22.13.0/x64/bin/npx' failed with exit code 1
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Build CDN
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for IIFE
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Vue.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Verify compatibility of packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (59)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (58)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Should test Quantic?
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (57)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (60)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (53)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (27)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (25)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Stencil.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (45)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (33)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic insight panel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (47)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (52)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (43)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (50)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build typedoc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (44)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React NextJS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 34.8s
Run e2e tests on Headless SSR Pages router sample in prod mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (51)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e screenshots tests on Atomic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic Angular
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR Pages router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Headless Commerce SSR
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (26)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Atomic Hosted Page
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (37)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR App router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (36)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check with linter: packages/atomic/src/autoloader/index.ts#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Run unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 19.3s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 22.5s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 32.6s
Run e2e tests on Atomic (29)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 36.7s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 30.2s
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 25.5s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 34.6s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 17.2s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 25.5s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 16.6s
Slow Test: packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 35.6s
Run e2e tests on Atomic (39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Merge Playwright reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (28)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Quantic E2E tests / Setup e2e tests on Quantic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/quantic/[LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 43.0s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 40.7s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 39.8s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 39.6s
Slow Test: packages/quantic/[LWS-disabled] › main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 38.7s
Run Quantic E2E tests / e2e-quantic-cleanup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid (PR)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
23 passed (38.7s)
🎭 Playwright Run Summary
23 passed (23.7s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available 23 passed (32.1s)
🎭 Playwright Run Summary
24 passed (23.2s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:13:3 › with an automatic query correction › search box should contain the corrected query 8 skipped 14 passed (29.5s)
🎭 Playwright Run Summary
24 passed (34.2s)
🎭 Playwright Run Summary
23 passed (36.2s)
🎭 Playwright Run Summary
24 passed (36.1s)
🎭 Playwright Run Summary
23 passed (25.7s)
🎭 Playwright Run Summary
24 passed (36.8s)
🎭 Playwright Run Summary
2 skipped 21 passed (46.7s)
🎭 Playwright Run Summary
24 passed (51.9s)
🎭 Playwright Run Summary
23 passed (22.7s)
🎭 Playwright Run Summary
24 passed (44.4s)
🎭 Playwright Run Summary
23 passed (34.2s)
🎭 Playwright Run Summary
24 passed (45.3s)
🎭 Playwright Run Summary
24 passed (35.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button 23 passed (49.7s)
🎭 Playwright Run Summary
24 passed (31.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button 22 passed (57.8s)
🎭 Playwright Run Summary
24 passed (43.5s)
🎭 Playwright Run Summary
3 skipped 20 passed (41.2s)
🎭 Playwright Run Summary
24 passed (40.9s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button 22 passed (1.1m)
🎭 Playwright Run Summary
23 passed (45.9s)
🎭 Playwright Run Summary
142 passed (6.2m)

Artifacts

Produced during runtime
Name Size
atomic-e2e-screenshots-
303 KB
atomic-hosted-page-playwright-report Expired
172 KB
atomic-playwright-report Expired
3.32 MB
blob-report-1 Expired
21.6 KB
blob-report-10 Expired
21 KB
blob-report-11 Expired
24.6 KB
blob-report-12 Expired
394 KB
blob-report-13 Expired
25.1 KB
blob-report-14 Expired
231 KB
blob-report-15 Expired
26 KB
blob-report-16 Expired
20.1 KB
blob-report-17 Expired
319 KB
blob-report-18 Expired
359 KB
blob-report-19 Expired
24.9 KB
blob-report-2 Expired
26 KB
blob-report-20 Expired
26.8 KB
blob-report-21 Expired
18.9 KB
blob-report-22 Expired
20.2 KB
blob-report-23 Expired
19.8 KB
blob-report-24 Expired
23.2 KB
blob-report-3 Expired
23 KB
blob-report-4 Expired
20.2 KB
blob-report-5 Expired
34.3 KB
blob-report-6 Expired
22.1 KB
blob-report-7 Expired
1.33 MB
blob-report-8 Expired
22.2 KB
blob-report-9 Expired
22.1 KB
quantic-playwright-report Expired
278 KB
result-lists-screenshots
22.3 MB