chore(atomic): migrate unit tests to vitest/browser #26055
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
4m 1s
Run unit tests
3m 6s
Run e2e screenshots tests on Atomic
2m 14s
Run e2e tests on Atomic React
2m 18s
Run e2e tests on Atomic React NextJS
1m 42s
Run e2e tests for IIFE
12s
Run e2e tests on Atomic Angular
2m 38s
Run e2e tests on Vue.js sample
1m 7s
Run e2e tests on Stencil.js sample
2m 0s
Run e2e tests for Atomic Hosted Page
2m 41s
Run e2e tests for Headless Commerce SSR
2m 37s
Run e2e tests on Atomic insight panel
1m 50s
Run e2e tests on Headless SSR App router sample in dev mode
3m 15s
Run e2e tests on Headless SSR App router sample in prod mode
2m 9s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 36s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 14s
Verify compatibility of packages
1m 27s
Build typedoc
2m 12s
CDN Checks
4m 49s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
6m 59s
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Merge Playwright reports
1m 54s
Run Quantic E2E tests
/
Run Playwright e2e tests on Quantic
7m 39s
Confirm build is valid
10s
Annotations
17 errors, 112 warnings, and 26 notices
Run unit tests
Process completed with exit code 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:
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: 916
" 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/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › 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-description/e2e/page-object.ts#L29
1) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button
TypeError: Cannot read properties of undefined (reading '0')
at components/commerce/product-template-components/atomic-product-description/e2e/page-object.ts:29
27 | const response = await route.fetch();
28 | const body = await response.json();
> 29 | body.products[0].ec_description =
| ^
30 | 'This is a long description that should be truncated'.repeat(10);
31 | await route.fulfill({
32 | response,
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/page-object.ts:29:20
|
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › 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-description/e2e/atomic-product-description.e2e.ts#L143
1) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('atomic-product-description[class*="hydrated"]').first() to be visible
141 | args: {truncateAfter: value, isCollapsible: false},
142 | });
> 143 | await productDescription.hydrated.first().waitFor();
| ^
144 | await productDescription.showMoreButton.first().click();
145 | });
146 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:143:57
|
[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#L56
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
TypeError: Cannot read properties of undefined (reading '0')
54 | const response = await route.fetch();
55 | const body = await response.json();
> 56 | body.products = [body.products[0]];
| ^
57 | body.pagination.totalEntries = 1;
58 | body.pagination.totalPages = 1;
59 | await route.fulfill({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:56:37
|
[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(locator).toBeVisible()
Locator: locator(':not([role="status"])').filter({ hasText: /^Product 1 of 1 for kayak$/ })
Expected: visible
Received: <element(s) not found>
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
|
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
1) [LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
1) [LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
1) [LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
2) [LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
2) [LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
2) [LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
3) [LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list:
packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L53
4) [LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
Error: expect(received).toEqual(expected) // deep equality
Expected: 4
Received: 0
51 | const tabs = tabBar.allVisibleTabs;
52 | expect(tabs).not.toBeNull();
> 53 | expect(await tabs.count()).toEqual(expectedNumberOfTabs);
| ^
54 |
55 | const isMoreDropdownVisible =
56 | await tabBar.dropdownContainer.isVisible();
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:53:36
|
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Process completed 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.
|
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 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
|
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
|
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 (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 (60)
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 React NextJS
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 (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 (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 (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 (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 (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 (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 (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 (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 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 (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 (16)
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 (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 (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 (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 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 (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 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 (6)
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 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 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 (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 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 (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 (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 (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 (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 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 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 (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 (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 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 (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 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 (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 (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 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 (26)
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
|
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 52.4s
|
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 (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 (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 (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 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 (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 (2)
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
|
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
|
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 16.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.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 19.2s
|
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 17.2s
|
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 24.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 33.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.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 25.6s
|
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 (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-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 30.3s
|
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/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 35.3s
|
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
|
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 (28)
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 35.3s
|
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
|
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 (34)
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 (30)
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
|
Run Quantic E2E tests / Run Cypress e2e tests on Quantic (cypress/e2e/default-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/default-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-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 42.8s
|
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 37.3s
|
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 35.9s
|
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 30.9s
|
Slow Test:
packages/quantic/[LWS-disabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts took 23.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 (56.3s)
|
🎭 Playwright Run Summary
23 passed (22.7s)
|
🎭 Playwright Run Summary
24 passed (29.6s)
|
🎭 Playwright Run Summary
24 passed (26.6s)
|
🎭 Playwright Run Summary
23 passed (37.4s)
|
🎭 Playwright Run Summary
24 passed (22.9s)
|
🎭 Playwright Run Summary
24 passed (37.4s)
|
🎭 Playwright Run Summary
24 passed (42.6s)
|
🎭 Playwright Run Summary
23 passed (30.3s)
|
🎭 Playwright Run Summary
24 passed (38.1s)
|
🎭 Playwright Run Summary
24 passed (47.6s)
|
🎭 Playwright Run Summary
24 passed (46.8s)
|
🎭 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 (24.6s)
|
🎭 Playwright Run Summary
23 passed (22.8s)
|
🎭 Playwright Run Summary
23 passed (31.0s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button
23 passed (55.0s)
|
🎭 Playwright Run Summary
23 passed (29.1s)
|
🎭 Playwright Run Summary
24 passed (33.1s)
|
🎭 Playwright Run Summary
3 skipped
20 passed (40.3s)
|
🎭 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 (32.5s)
|
🎭 Playwright Run Summary
2 skipped
21 passed (50.0s)
|
🎭 Playwright Run Summary
24 passed (46.9s)
|
🎭 Playwright Run Summary
24 passed (39.3s)
|
🎭 Playwright Run Summary
24 passed (38.7s)
|
🎭 Playwright Run Summary
23 passed (45.8s)
|
🎭 Playwright Run Summary
2 failed
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the search use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
2 flaky
[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts:46:7 › quantic tab bar in the insight use case › when the container's width can fit all the tabs › should display all the tabs without displaying the dropdown list
102 passed (5.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
|
172 KB |
|
atomic-playwright-report
|
1.65 MB |
|
blob-report-1
|
21.6 KB |
|
blob-report-10
|
21.1 KB |
|
blob-report-11
|
336 KB |
|
blob-report-12
|
23.7 KB |
|
blob-report-13
|
24.7 KB |
|
blob-report-14
|
21.5 KB |
|
blob-report-15
|
26 KB |
|
blob-report-16
|
20.2 KB |
|
blob-report-17
|
301 KB |
|
blob-report-18
|
22 KB |
|
blob-report-19
|
25.1 KB |
|
blob-report-2
|
25.9 KB |
|
blob-report-20
|
24.2 KB |
|
blob-report-21
|
18.9 KB |
|
blob-report-22
|
20 KB |
|
blob-report-23
|
20 KB |
|
blob-report-24
|
23.4 KB |
|
blob-report-3
|
23.1 KB |
|
blob-report-4
|
20.2 KB |
|
blob-report-5
|
33.8 KB |
|
blob-report-6
|
288 KB |
|
blob-report-7
|
24.3 KB |
|
blob-report-8
|
22.4 KB |
|
blob-report-9
|
22.2 KB |
|
result-lists-screenshots
|
20.7 MB |
|