Skip to content

ci: reenable tests disabled in #4294 #22395

ci: reenable tests disabled in #4294

ci: reenable tests disabled in #4294 #22395

Triggered via pull request September 3, 2024 15:36
Status Failure
Total duration 25m 32s
Artifacts 29

prbot.yml

on: pull_request
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
3m 45s
Check with linter
Run unit tests
2m 59s
Run unit tests
Run e2e screenshots tests on Atomic
2m 3s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 36s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 27s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
1m 21s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 9s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 1s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 43s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 4s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
1m 44s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 29s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
2m 5s
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 54s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 1s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 12s
Should test Quantic?
Run e2e tests on Atomic CSP
15m 0s
Run e2e tests on Atomic CSP
Merge Playwright reports
9m 17s
Merge Playwright reports
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Run Quantic E2E tests  /  Setup e2e tests on Quantic
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Waiting for pending jobs
Run Quantic E2E tests  /  e2e-quantic-cleanup
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
0s
Confirm build is valid (PR)
Confirm build is valid
0s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 85 warnings, and 24 notices
Run e2e tests on Headless SSR Pages router sample in prod mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 2
[chromium] › 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) [chromium] › 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
[chromium] › 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) [chromium] › 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
[chromium] › 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) [chromium] › 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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: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) [chromium] › 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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
[chromium] › 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) [chromium] › 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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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: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) [chromium] › 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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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
[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#L56
2) [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 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: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
2) [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(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
Run Playwright tests for Atomic (9, 24)
Process completed with exit code 1.
Run e2e tests on Headless SSR Pages router sample in dev mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
[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
1) [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
1) [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
Run e2e tests on Atomic CSP
unable to access 'https://github.com/coveo/ui-kit/': Failed to connect to github.com port 443 after 134071 ms: Connection timed out
Run e2e tests on Atomic CSP
unable to access 'https://github.com/coveo/ui-kit/': Failed to connect to github.com port 443 after 133530 ms: Connection timed out
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Run e2e tests on Atomic (26)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 (3)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 18.1s
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions use a deprecated Node.js version 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/
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 17.8s
Run e2e screenshots tests on Atomic
The following actions use a deprecated Node.js version 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/
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 23.6s
Run e2e tests on Atomic (52)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 32.7s
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 19.9s
Run e2e tests on Atomic (56)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 16.3s
Run e2e tests on Atomic (8)
The following actions use a deprecated Node.js version 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 dev mode
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 46.5s
Run e2e tests on Atomic (40)
The following actions use a deprecated Node.js version 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 (2)
The following actions use a deprecated Node.js version 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 (25)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 (31)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 (24)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 Atomic (17)
The following actions use a deprecated Node.js version 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 (42)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 (28)
The following actions use a deprecated Node.js version 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 (4)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 (41)
The following actions use a deprecated Node.js version 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 (34)
The following actions use a deprecated Node.js version 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 (44)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 (36)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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
Failed to restore: Cache service responded with 429
Merge Playwright reports
Failed to restore: Cache service responded with 429
Run e2e tests on Atomic CSP
Failed to restore: Cache service responded with 429
Run e2e tests on Atomic CSP
Failed to restore: Cache service responded with 429
Run e2e tests on Atomic CSP
Failed to restore: Cache service responded with 429
Run e2e tests on Atomic CSP
Failed to restore: Cache service responded with 429
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", "ssr-page-dev-screenshots", "ssr-pages-prd-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
12 passed (13.3s)
🎭 Playwright Run Summary
12 passed (12.4s)
🎭 Playwright Run Summary
12 passed (20.7s)
🎭 Playwright Run Summary
1 skipped 11 passed (21.4s)
🎭 Playwright Run Summary
1 skipped 11 passed (23.7s)
🎭 Playwright Run Summary
12 passed (23.1s)
🎭 Playwright Run Summary
1 failed [chromium] › 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 1 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 10 passed (19.2s)
🎭 Playwright Run Summary
12 passed (26.3s)
🎭 Playwright Run Summary
12 passed (28.2s)
🎭 Playwright Run Summary
12 passed (21.9s)
🎭 Playwright Run Summary
12 passed (21.5s)
🎭 Playwright Run Summary
13 passed (35.4s)
🎭 Playwright Run Summary
12 passed (29.3s)
🎭 Playwright Run Summary
12 passed (30.8s)
🎭 Playwright Run Summary
12 passed (11.2s)
🎭 Playwright Run Summary
12 passed (20.8s)
🎭 Playwright Run Summary
12 passed (19.0s)
🎭 Playwright Run Summary
12 passed (15.0s)
🎭 Playwright Run Summary
12 passed (49.4s)
🎭 Playwright Run Summary
12 passed (22.5s)
🎭 Playwright Run Summary
12 passed (25.9s)
🎭 Playwright Run Summary
12 passed (23.5s)
🎭 Playwright Run Summary
12 passed (21.5s)
🎭 Playwright Run Summary
1 flaky [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 11 passed (50.9s)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
185 KB
atomic-playwright-report Expired
3.14 MB
blob-report-1 Expired
12.8 KB
blob-report-10 Expired
13.8 KB
blob-report-11 Expired
1.52 MB
blob-report-12 Expired
11.8 KB
blob-report-13 Expired
12.4 KB
blob-report-14 Expired
12.4 KB
blob-report-15 Expired
12.3 KB
blob-report-16 Expired
10.4 KB
blob-report-17 Expired
12.9 KB
blob-report-18 Expired
12.7 KB
blob-report-19 Expired
12.2 KB
blob-report-2 Expired
16.2 KB
blob-report-20 Expired
12.7 KB
blob-report-21 Expired
11.3 KB
blob-report-22 Expired
11.4 KB
blob-report-23 Expired
11.9 KB
blob-report-24 Expired
13.7 KB
blob-report-3 Expired
12 KB
blob-report-4 Expired
14.3 KB
blob-report-5 Expired
11.2 KB
blob-report-6 Expired
10 KB
blob-report-7 Expired
11.5 KB
blob-report-8 Expired
10.4 KB
blob-report-9 Expired
1.07 MB
result-lists-screenshots Expired
24.1 MB
ssr-page-dev-screenshots Expired
69.5 KB
ssr-pages-prd-screenshots Expired
220 KB