Skip to content

chore(deps): update dependency @lwc/compiler to v7 j:kit-282 #21303

chore(deps): update dependency @lwc/compiler to v7 j:kit-282

chore(deps): update dependency @lwc/compiler to v7 j:kit-282 #21303

Triggered via pull request August 6, 2024 16:30
Status Failure
Total duration 27m 1s
Artifacts 27

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 37s
Check with linter
Run unit tests
3m 1s
Run unit tests
Run e2e screenshots tests on Atomic
1m 58s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 23s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 5s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
1m 4s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
1m 14s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
36s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
2m 24s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 32s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
1m 20s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 1s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
1m 16s
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 14s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 47s
Run e2e tests on Headless SSR Pages router sample in prod mode
Matrix: Run Playwright tests for Atomic
Should test Quantic?
54s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 18s
Run e2e tests on Atomic CSP
Confirm build is valid
0s
Confirm build is valid
Merge Playwright reports
59s
Merge Playwright reports
Run Quantic E2E tests  /  Setup e2e tests on Quantic
4m 44s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 1s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid
0s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 108 warnings, and 24 notices
[chromium] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:7 › 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:7 › 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('#atomic-commerce-layout-ri613').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/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L217
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() 215 | 216 | test('should display recent queries', async ({searchBox}) => { > 217 | await expect(searchBox.recentQueries().first()).toBeVisible(); | ^ 218 | }); 219 | 220 | test('should clear recent queries when clicking the clear button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:217:55
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
3) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Test timeout of 30000ms exceeded while running "beforeEach" hook. 204 | 205 | test.describe('with recent queries', () => { > 206 | test.beforeEach(async ({searchBox, page}) => { | ^ 207 | await searchBox.searchInput.waitFor({state: 'visible'}); 208 | await searchBox.searchInput.click(); 209 | await searchBox.searchInput.fill('kayak'); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L213
3) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 211 | await searchBox.clearButton.waitFor({state: 'visible'}); 212 | await searchBox.searchInput.fill(''); > 213 | await page.waitForLoadState('networkidle'); | ^ 214 | }); 215 | 216 | test('should display recent queries', async ({searchBox}) => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:213:18
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible: packages/atomic/playwright-utils/base-page-object.ts#L31
1) [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible Error: page.goto: Test ended. Call log: - navigating to "http://localhost:4400/iframe.html?id=atomic-commerce-no-products--with-results", waiting until "load" at ../playwright-utils/base-page-object.ts:31 29 | ); 30 | } else { > 31 | await this.page.goto(`${this.urlRoot}?id=${this.tag}--${story}`); | ^ 32 | } 33 | } 34 | at NoProductsPageObject.load (/home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:31:23) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:6:16
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible: packages/atomic/playwright-utils/base-page-object.ts#L31
1) [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test ended. Call log: - navigating to "http://localhost:4400/iframe.html?id=atomic-commerce-no-products--with-results", waiting until "load" at ../playwright-utils/base-page-object.ts:31 29 | ); 30 | } else { > 31 | await this.page.goto(`${this.urlRoot}?id=${this.tag}--${story}`); | ^ 32 | } 33 | } 34 | at NoProductsPageObject.load (/home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:31:23) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:6:16
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible: packages/atomic/playwright-utils/base-page-object.ts#L31
1) [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test ended. Call log: - navigating to "http://localhost:4400/iframe.html?id=atomic-commerce-no-products--with-results", waiting until "load" at ../playwright-utils/base-page-object.ts:31 29 | ); 30 | } else { > 31 | await this.page.goto(`${this.urlRoot}?id=${this.tag}--${story}`); | ^ 32 | } 33 | } 34 | at NoProductsPageObject.load (/home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:31:23) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:6:16
Run Playwright tests for Atomic (10, 24)
Process completed with exit code 1.
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden: packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden Test timeout of 30000ms exceeded.
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden: packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L52
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 50 | await loadMore.noProducts(); 51 | await loadMore.load({story: 'in-page'}); > 52 | await page.waitForLoadState('networkidle'); | ^ 53 | await expect(loadMore.button).not.toBeVisible(); 54 | }); 55 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:52:16
[webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements Error: expect(locator).toHaveText(expected) Locator: getByLabel(/tab for .*/) Expected: ["All", "Articles", "Documentation"] Received: undefined Call log: - expect.toHaveText with timeout 7000ms - waiting for getByLabel(/tab for .*/) 25 | await expect(tabManager.tabDropdown).not.toBeVisible(); 26 | > 27 | expect(await tabManager.tabButtons()).toHaveText([ | ^ 28 | 'All', 29 | 'Articles', 30 | 'Documentation', at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
[webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveText(expected) Locator: getByLabel(/tab for .*/) Expected: ["All", "Articles", "Documentation"] Received: undefined Call log: - expect.toHaveText with timeout 7000ms - waiting for getByLabel(/tab for .*/) 25 | await expect(tabManager.tabDropdown).not.toBeVisible(); 26 | > 27 | expect(await tabManager.tabButtons()).toHaveText([ | ^ 28 | 'All', 29 | 'Articles', 30 | 'Documentation', at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
[webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveText(expected) Locator: getByLabel(/tab for .*/) Expected: ["All", "Articles", "Documentation"] Received: undefined Call log: - expect.toHaveText with timeout 7000ms - waiting for getByLabel(/tab for .*/) 25 | await expect(tabManager.tabDropdown).not.toBeVisible(); 26 | > 27 | expect(await tabManager.tabButtons()).toHaveText([ | ^ 28 | 'All', 29 | 'Articles', 30 | 'Documentation', at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
Run Playwright tests for Atomic (24, 24)
Process completed with exit code 1.
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out: packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts#L56
1) [webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out 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
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out: packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts#L77
1) [webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out Error: expect(locator).toBeVisible() Locator: getByRole('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 getByRole('status').filter({ hasText: /^Product 1 of 1 for kayak$/ }) 75 | test('screen readers should read out', async ({querySummary}) => { 76 | const textRegex = /^Product 1 of 1 for kayak$/; > 77 | await expect(querySummary.ariaLive(textRegex)).toBeVisible(); | ^ 78 | }); 79 | }); 80 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:77:52
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L217
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() 215 | 216 | test('should display recent queries', async ({searchBox}) => { > 217 | await expect(searchBox.recentQueries().first()).toBeVisible(); | ^ 218 | }); 219 | 220 | test('should clear recent queries when clicking the clear button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:217:55
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › 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
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › 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.
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › 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
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › 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 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
[webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:93:9 › when a query is performed automatically › when a language is provided › should revert to english after changing the language to an invalid value: packages/atomic/src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts#L1
1) [webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:93:9 › when a query is performed automatically › when a language is provided › should revert to english after changing the language to an invalid value Test timeout of 30000ms exceeded.
[webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:93:9 › when a query is performed automatically › when a language is provided › should revert to english after changing the language to an invalid value: packages/atomic/playwright-utils/base-page-object.ts#L27
1) [webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:93:9 › when a query is performed automatically › when a language is provided › should revert to english after changing the language to an invalid value Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:4400/iframe.html?id=atomic-commerce-interface--with-product-list&args=attributes-language:fr", waiting until "load" at ../playwright-utils/base-page-object.ts:27 25 | }: {args?: Component; story?: string} = {}) { 26 | if (args) { > 27 | await this.page.goto( | ^ 28 | `${this.urlRoot}?id=${this.tag}--${story}&args=${buildArgsParam(undefined, this.camelToKebab(args))}` 29 | ); 30 | } else { at CommerceInterfacePageObject.load (/home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:27:23) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:97:31
Run e2e tests on Atomic (3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests for IIFE
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic React NextJS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (13)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (54)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (48)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic Angular
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR App router sample in prod mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (53)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (15)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (56)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (26)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic insight panel
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (22)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (7)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (51)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic React
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (50)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (17)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (29)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (55)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (27)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (49)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (19)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (58)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (30)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (6)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (45)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (52)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (59)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (40)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (32)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (46)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (38)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (8)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (47)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (18)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (57)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (21)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e screenshots tests on Atomic
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR App router sample in dev mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 16.9s
Run e2e tests on Atomic (2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 38.5s
Slow Test: packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 19.6s
Run e2e tests on Atomic (28)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR Pages router sample in dev mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (43)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (37)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (60)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (23)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Stencil.js sample
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 17.1s
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 55.9s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts took 15.9s
Slow Test: packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 25.8s
Run e2e tests on Atomic (25)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 50.0s
Slow Test: packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts took 15.0s
Run e2e tests on Atomic (24)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 52.9s
Slow Test: packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 32.7s
Run e2e tests on Atomic (31)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 27.1s
Slow Test: packages/atomic/[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 17.5s
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 16.3s
Slow Test: packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 28.9s
Run e2e tests on Atomic (4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 32.3s
Slow Test: packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 18.9s
Slow Test: packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts took 15.3s
Slow Test: packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 46.3s
Slow Test: packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 18.7s
Run e2e tests on Atomic (41)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts took 24.9s
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 23.5s
Run e2e tests on Atomic (42)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 22.3s
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 36.7s
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 27.9s
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts took 21.2s
Slow Test: packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 30.2s
Slow Test: packages/atomic/[webkit] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[webkit] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 19.5s
Run e2e tests on Atomic (34)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 2.3m
Run e2e tests on Atomic (44)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (33)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Merge Playwright reports
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
Merge Playwright reports
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
Run e2e tests on Atomic (36)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (39)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-1/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-2/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (35)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
34 passed (41.9s)
🎭 Playwright Run Summary
33 passed (37.2s)
🎭 Playwright Run Summary
33 passed (51.1s)
🎭 Playwright Run Summary
33 passed (44.8s)
🎭 Playwright Run Summary
33 passed (43.0s)
🎭 Playwright Run Summary
33 passed (1.0m)
🎭 Playwright Run Summary
34 passed (1.2m)
🎭 Playwright Run Summary
34 passed (46.3s)
🎭 Playwright Run Summary
33 passed (49.5s)
🎭 Playwright Run Summary
33 passed (1.2m)
🎭 Playwright Run Summary
3 flaky [chromium] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:7 › when a query yield a single product › should display message [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button 31 passed (1.3m)
🎭 Playwright Run Summary
33 passed (1.3m)
🎭 Playwright Run Summary
33 passed (54.4s)
🎭 Playwright Run Summary
33 passed (1.0m)
🎭 Playwright Run Summary
34 passed (58.3s)
🎭 Playwright Run Summary
1 failed [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:9:7 › when there are results › should not be visible 32 passed (1.1m)
🎭 Playwright Run Summary
33 passed (1.7m)
🎭 Playwright Run Summary
33 passed (1.4m)
🎭 Playwright Run Summary
33 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden 33 passed (1.4m)
🎭 Playwright Run Summary
33 passed (1.5m)
🎭 Playwright Run Summary
1 failed [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements 32 passed (1.8m)
🎭 Playwright Run Summary
3 flaky [webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused 30 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:93:9 › when a query is performed automatically › when a language is provided › should revert to english after changing the language to an invalid value 32 passed (3.3m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
185 KB
atomic-playwright-report Expired
5.42 MB
blob-report-1 Expired
34.3 KB
blob-report-10 Expired
51.8 KB
blob-report-11 Expired
27.7 KB
blob-report-12 Expired
33 KB
blob-report-13 Expired
30.8 KB
blob-report-14 Expired
29.9 KB
blob-report-15 Expired
32.4 KB
blob-report-16 Expired
33.1 KB
blob-report-17 Expired
111 KB
blob-report-18 Expired
29.6 KB
blob-report-19 Expired
27.4 KB
blob-report-2 Expired
459 KB
blob-report-20 Expired
2.12 MB
blob-report-21 Expired
30.4 KB
blob-report-22 Expired
30.3 KB
blob-report-23 Expired
32.8 KB
blob-report-24 Expired
618 KB
blob-report-3 Expired
27.8 KB
blob-report-4 Expired
1.57 MB
blob-report-5 Expired
31.1 KB
blob-report-6 Expired
31.3 KB
blob-report-7 Expired
31.3 KB
blob-report-8 Expired
32.6 KB
blob-report-9 Expired
34 KB
result-lists-screenshots Expired
25.3 MB