docs(headless commerce SSR): copy common codes/sample between NextJS & Remix #25598
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
4m 13s
Run unit tests
3m 11s
Run e2e screenshots tests on Atomic
4m 19s
Run e2e tests on Atomic React
2m 8s
Run e2e tests on Atomic React NextJS
1m 53s
Run e2e tests for IIFE
10s
Run e2e tests on Atomic Angular
2m 0s
Run e2e tests on Vue.js sample
1m 13s
Run e2e tests on Stencil.js sample
2m 8s
Run e2e tests for Atomic Hosted Page
3m 16s
Run e2e tests for Headless Commerce SSR
4m 27s
Run e2e tests on Atomic insight panel
4m 13s
Run e2e tests on Headless SSR App router sample in dev mode
2m 51s
Run e2e tests on Headless SSR App router sample in prod mode
2m 31s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 40s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 25s
Verify compatibility of packages
1m 15s
Build typedoc
1m 55s
CDN Checks
5m 12s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
2m 41s
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Merge Playwright reports
0s
Run Quantic E2E tests
/
Run Playwright e2e tests on Quantic
0s
Confirm build is valid
9s
Annotations
43 errors, 67 warnings, and 25 notices
Run e2e tests on Atomic (4)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (6)
The run was canceled by @madame-la-pieuvre[bot].
|
Check with linter
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (20)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (31)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (14)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (19)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (34)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (16)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (18)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (30)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (28)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (51)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (13)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (9)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (35)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (37)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (54)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (1)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (26)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (23)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (2)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (25)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic insight panel
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (22)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (39)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (38)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (24)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (52)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (36)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (32)
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e screenshots tests on Atomic
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests on Atomic (29)
The run was canceled by @madame-la-pieuvre[bot].
|
Run Quantic E2E tests / Setup e2e tests on Quantic
The run was canceled by @madame-la-pieuvre[bot].
|
Run e2e tests for Headless Commerce SSR
The run was canceled by @madame-la-pieuvre[bot].
|
[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/page-object.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: "Target page, context or browser has been closed
Call log:
- → POST https://searchuisamples.org.coveo.com/rest/search/v2?organizationId=searchuisamples
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- accept-language: en-US
- authorization: ***
- content-type: application/json
- origin: http://localhost:4400
- referer: http://localhost:4400/
- sec-ch-ua: "HeadlessChrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"
- sec-ch-ua-mobile: ?0
- sec-ch-ua-platform: "Windows"
- content-length: 914
" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
at components/search/atomic-did-you-mean/e2e/page-object.ts:14
12 | '**/search/v2?organizationId=searchuisamples',
13 | async (route) => {
> 14 | const response = await route.fetch();
| ^
15 | const body = await response.json();
16 | body.queryCorrection = {
17 | correctedQuery: 'coveo',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/page-object.ts:14:38
|
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:284:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L290
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:284:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
11 × locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
288 | const includedFacets = await tabManager.includedModalFacet.all();
289 | for (let i = 0; i < includedFacets.length; i++) {
> 290 | await expect(includedFacets[i]).toBeVisible();
| ^
291 | }
292 |
293 | const excludedFacets = await tabManager.excludedModalFacet.all();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:290:45
|
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L328
2) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Generated answer', { exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Generated answer', { exact: true })
326 | await searchBox.searchInput.press('Enter');
327 |
> 328 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
329 | });
330 | });
331 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:328:52
|
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:147:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:147:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer
Test timeout of 30000ms exceeded.
|
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:147:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L155
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:147:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Generated answer', { exact: true }) to be visible
153 | await searchBox.searchInput.press('Enter');
154 |
> 155 | await tabManager.generatedAnswer.waitFor({state: 'visible'});
| ^
156 | await expect(tabManager.generatedAnswer).toBeVisible();
157 | });
158 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:155:44
|
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
|
Should test Quantic?
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
|
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 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 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 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 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 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 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 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 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 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
|
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 36.4s
|
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 (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 (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 (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
|
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 (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 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 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (17)
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-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 20.5s
|
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 22.9s
|
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 23.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.5s
|
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.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 19.9s
|
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.2s
|
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 32.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 38.3s
|
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 33.1s
|
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 31.0s
|
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 26.1s
|
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.4s
|
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 (40.2s)
|
🎭 Playwright Run Summary
23 passed (23.1s)
|
🎭 Playwright Run Summary
23 passed (24.6s)
|
🎭 Playwright Run Summary
23 passed (24.4s)
|
🎭 Playwright Run Summary
24 passed (27.0s)
|
🎭 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
22 passed (31.4s)
|
🎭 Playwright Run Summary
23 passed (33.4s)
|
🎭 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 (23.8s)
|
🎭 Playwright Run Summary
23 passed (26.7s)
|
🎭 Playwright Run Summary
24 passed (37.4s)
|
🎭 Playwright Run Summary
24 passed (32.7s)
|
🎭 Playwright Run Summary
24 passed (44.8s)
|
🎭 Playwright Run Summary
23 passed (22.7s)
|
🎭 Playwright Run Summary
23 passed (50.2s)
|
🎭 Playwright Run Summary
24 passed (23.8s)
|
🎭 Playwright Run Summary
24 passed (41.7s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:284:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
21 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:147:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer
22 passed (1.2m)
|
🎭 Playwright Run Summary
23 passed (46.2s)
|
🎭 Playwright Run Summary
24 passed (42.1s)
|
🎭 Playwright Run Summary
23 passed (46.2s)
|
🎭 Playwright Run Summary
24 passed (43.3s)
|
🎭 Playwright Run Summary
24 passed (47.3s)
|
🎭 Playwright Run Summary
23 passed (37.0s)
|
🎭 Playwright Run Summary
24 passed (31.5s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
Expired
|
172 KB |
|
blob-report-1
Expired
|
21.7 KB |
|
blob-report-10
Expired
|
21.1 KB |
|
blob-report-11
Expired
|
23.5 KB |
|
blob-report-12
Expired
|
23.2 KB |
|
blob-report-13
Expired
|
24.1 KB |
|
blob-report-14
Expired
|
231 KB |
|
blob-report-15
Expired
|
24.8 KB |
|
blob-report-16
Expired
|
21 KB |
|
blob-report-17
Expired
|
301 KB |
|
blob-report-18
Expired
|
23.1 KB |
|
blob-report-19
Expired
|
23.8 KB |
|
blob-report-2
Expired
|
25.9 KB |
|
blob-report-20
Expired
|
25.6 KB |
|
blob-report-21
Expired
|
19.3 KB |
|
blob-report-22
Expired
|
19.4 KB |
|
blob-report-23
Expired
|
3.67 MB |
|
blob-report-24
Expired
|
2.59 MB |
|
blob-report-3
Expired
|
23.1 KB |
|
blob-report-4
Expired
|
20.2 KB |
|
blob-report-5
Expired
|
33.9 KB |
|
blob-report-6
Expired
|
22.1 KB |
|
blob-report-7
Expired
|
24.3 KB |
|
blob-report-8
Expired
|
22.8 KB |
|
blob-report-9
Expired
|
22.2 KB |
|
result-lists-screenshots
|
22.7 MB |
|