Skip to content

feat(quantic): add collapsible max height option to the quanticGeneratedAnswer component #26106

feat(quantic): add collapsible max height option to the quanticGeneratedAnswer component

feat(quantic): add collapsible max height option to the quanticGeneratedAnswer component #26106

Triggered via pull request January 17, 2025 19:04
Status Failure
Total duration 47m 15s
Artifacts 28

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
4m 2s
Check with linter
Run unit tests
3m 17s
Run unit tests
Run e2e screenshots tests on Atomic
3m 45s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 21s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 47s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
11s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
3m 16s
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 49s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
3m 10s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 54s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
3m 28s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 57s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
2m 27s
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 57s
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 40s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 28s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 54s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 44s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 15s
Verify compatibility of packages
Build typedoc
2m 2s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
9m 26s
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
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 39s
Merge Playwright reports
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
7m 23s
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Run Quantic E2E tests  /  e2e-quantic-cleanup
9m 3s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
10s
Confirm build is valid (PR)
Confirm build is valid
8s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 116 warnings, and 26 notices
Run unit tests
Process completed with exit code 1.
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused Test timeout of 30000ms exceeded.
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L230
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-commerce-search-box').getByLabel('Clear recent searches.') 228 | searchBox, 229 | }) => { > 230 | await searchBox.clearRecentQueriesButton.hover(); | ^ 231 | await searchBox.searchInput.press('Enter'); 232 | await expect(searchBox.recentQueries().first()).not.toBeVisible(); 233 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:230:48
[chromium] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:3 › when a query yield a single product › should display message: packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts#L72
1) [chromium] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:3 › when a query yield a single product › should display message Error: expect.toBeVisible: Error: strict mode violation: locator(':not([role="status"])').filter({ hasText: /^Product 1 of 1 for kayak$/ }) resolved to 2 elements: 1) <atomic-aria-live class="hydrated">…</atomic-aria-live> aka locator('atomic-aria-live') 2) <div part="container" class="text-on-background">…</div> aka locator('#code-root').getByText('Product 1 of 1 for kayak') Call log: - expect.toBeVisible with timeout 7000ms - waiting for locator(':not([role="status"])').filter({ hasText: /^Product 1 of 1 for kayak$/ }) 70 | test('should display message', async ({querySummary}) => { 71 | const textRegex = /^Product 1 of 1 for kayak$/; > 72 | await expect(querySummary.text(textRegex)).toBeVisible(); | ^ 73 | }); 74 | 75 | test('screen readers should read out', async ({querySummary}) => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:72:48
[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
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics Test timeout of 30000ms exceeded.
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L230
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics Error: page.waitForRequest: Test timeout of 30000ms exceeded. at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:230 228 | customChecker?: Function 229 | ): Promise<Request> { > 230 | const uaRequest = this.page.waitForRequest((request) => { | ^ 231 | if (isUaCustomEvent(request)) { 232 | const requestBody = request.postDataJSON?.(); 233 | const expectedFields: Record<string, any> = { at GeneratedAnswerObject.waitForGeneratedAnswerCustomUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:230:33) at GeneratedAnswerObject.waitForHideAnswersUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:143:17) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:122:27
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L111
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('generated-answer__toggle-button') at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:111 109 | 110 | async clickToggleButton(): Promise<void> { > 111 | await this.toggleButton.click(); | ^ 112 | } 113 | 114 | async waitForStreamEndUaAnalytics(): Promise<Request> { at GeneratedAnswerObject.clickToggleButton (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:111:29) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:123:31
[LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:157:9 › quantic breadcrumb manager in the search use case › when loading with a facet already selected › should have a facet selected in the breadcrumb manager: packages/quantic/force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L162
2) [LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:157:9 › quantic breadcrumb manager in the search use case › when loading with a facet already selected › should have a facet selected in the breadcrumb manager Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 160 | test 161 | .expect(await breadcrumbManager.countAllFacetsBreadcrumb()) > 162 | .toBe(1); | ^ 163 | }); 164 | }); 165 | } at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:162:14
[LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:123:7 › quantic breadcrumb manager in the insight use case › when clicking on the clear all filters button › should send a clear all filters analytics event and clear all selected facets values: packages/quantic/force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L146
3) [LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:123:7 › quantic breadcrumb manager in the insight use case › when clicking on the clear all filters button › should send a clear all filters analytics event and clear all selected facets values Error: expect(received).toHaveLength(expected) Expected length: 0 Received length: 2 Received array: [{"facetId": "filetype", "field": "filetype", "indexScore": 0.10000045341398056, "moreValuesAvailable": false, "values": [{"numberOfResults": 98, "state": "selected", "value": "YouTubeVideo"}, {"numberOfResults": 13, "state": "idle", "value": "YouTubePlaylist"}, {"numberOfResults": 1, "state": "idle", "value": "html"}]}, {"facetId": "date", "field": "date", "indexScore": 0.1, "moreValuesAvailable": false, "values": [{"end": "2025/01/17@19:40:31", "endInclusive": false, "numberOfResults": 98, "start": "2025/01/10@19:40:31", "state": "selected"}, {"end": "2025/01/17@19:40:31", "endInclusive": false, "numberOfResults": 874, "start": "2024/12/17@19:40:31", "state": "idle"}, {"end": "2025/01/17@19:40:31", "endInclusive": false, "numberOfResults": 6169, "start": "2024/07/17@19:40:31", "state": "idle"}, {"end": "2025/01/17@19:40:31", "endInclusive": false, "numberOfResults": 11860, "start": "2024/01/17@19:40:31", "state": "idle"}, {"end": "2025/01/17@19:40:31", "endInclusive": false, "numberOfResults": 56006, "start": "2015/01/17@19:40:31", "state": "idle"}]}] 144 | facet.values.some((value: any) => value.state !== 'idle') 145 | ); > 146 | test.expect(activeFacets).toHaveLength(0); | ^ 147 | }); 148 | }); 149 | at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:146:35
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Report bundle size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 (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 (59)
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 (10)
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 (7)
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 (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 (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 (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 (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 (16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Determine Playwright E2E tests to run
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
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 (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 (46)
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 (55)
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
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 (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 (42)
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 (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 (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 (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 (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 (49)
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 (24)
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
Run e2e tests on Atomic (56)
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 (13)
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
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 33.1s
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 (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 (9)
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 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 (2)
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 (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 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 (15)
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 (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 (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 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 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 CSP
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 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 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 (32)
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
Run e2e tests on Atomic (35)
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 (48)
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 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 (11)
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 (19)
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 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 (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 (54)
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 (37)
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
Check with linter
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
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 23.1s
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
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
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 31.6s
Run e2e tests on Atomic (1)
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/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 26.5s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 29.9s
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 16.4s
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 20.2s
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 31.4s
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 32.5s
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/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 16.0s
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 27.0s
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
Run e2e tests on Atomic (31)
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 37.0s
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 19.7s
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 e2e tests on Atomic (34)
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/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 30.8s
Run e2e tests on Atomic (30)
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 Quantic E2E tests / Run Cypress e2e tests on Quantic (cypress/e2e/facets-1/**/*)
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 / Run Cypress e2e tests on Quantic (cypress/e2e/facets-2/**/*)
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-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 44.1s
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 30.1s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts took 28.4s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts took 28.2s
Slow Test: packages/quantic/[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts took 20.2s
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
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 (36.7s)
🎭 Playwright Run Summary
23 passed (21.1s)
🎭 Playwright Run Summary
24 passed (35.1s)
🎭 Playwright Run Summary
8 skipped 15 passed (22.0s)
🎭 Playwright Run Summary
24 passed (35.6s)
🎭 Playwright Run Summary
24 passed (42.1s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused 23 passed (57.4s)
🎭 Playwright Run Summary
23 passed (30.4s)
🎭 Playwright Run Summary
24 passed (45.8s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:3 › when a query yield a single product › should display message 23 passed (36.8s)
🎭 Playwright Run Summary
24 passed (40.9s)
🎭 Playwright Run Summary
24 passed (44.9s)
🎭 Playwright Run Summary
24 passed (24.2s)
🎭 Playwright Run Summary
24 passed (35.1s)
🎭 Playwright Run Summary
24 passed (46.2s)
🎭 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.7s)
🎭 Playwright Run Summary
23 passed (29.1s)
🎭 Playwright Run Summary
24 passed (33.6s)
🎭 Playwright Run Summary
3 skipped 20 passed (40.6s)
🎭 Playwright Run Summary
23 passed (23.4s)
🎭 Playwright Run Summary
24 passed (52.9s)
🎭 Playwright Run Summary
23 passed (27.3s)
🎭 Playwright Run Summary
2 skipped 21 passed (49.4s)
🎭 Playwright Run Summary
23 passed (40.8s)
🎭 Playwright Run Summary
23 passed (40.4s)
🎭 Playwright Run Summary
3 flaky [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:118:7 › quantic generated answer in the insight use case › when the property withToggle is set to true › should allow toggeling the generated OFF and ON and log analytics [LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:157:9 › quantic breadcrumb manager in the search use case › when loading with a facet already selected › should have a facet selected in the breadcrumb manager [LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts:123:7 › quantic breadcrumb manager in the insight use case › when clicking on the clear all filters button › should send a clear all filters analytics event and clear all selected facets values 103 passed (5.3m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
172 KB
atomic-playwright-report Expired
1.82 MB
blob-report-1 Expired
21.7 KB
blob-report-10 Expired
21 KB
blob-report-11 Expired
24.6 KB
blob-report-12 Expired
23.6 KB
blob-report-13 Expired
25 KB
blob-report-14 Expired
231 KB
blob-report-15 Expired
26.1 KB
blob-report-16 Expired
20.1 KB
blob-report-17 Expired
15.9 KB
blob-report-18 Expired
21.9 KB
blob-report-19 Expired
24.9 KB
blob-report-2 Expired
25.8 KB
blob-report-20 Expired
25.1 KB
blob-report-21 Expired
18.9 KB
blob-report-22 Expired
20.2 KB
blob-report-23 Expired
19.9 KB
blob-report-24 Expired
23.3 KB
blob-report-3 Expired
23 KB
blob-report-4 Expired
20.2 KB
blob-report-5 Expired
33.8 KB
blob-report-6 Expired
324 KB
blob-report-7 Expired
535 KB
blob-report-8 Expired
22.4 KB
blob-report-9 Expired
22.3 KB
quantic-playwright-report Expired
4.67 MB
result-lists-screenshots
13.6 MB