Skip to content

test(atomic): add tests & stories for atomic-product-image #23687

test(atomic): add tests & stories for atomic-product-image

test(atomic): add tests & stories for atomic-product-image #23687

Triggered via pull request October 8, 2024 19:03
Status Success
Total duration 22m 0s
Artifacts 27

prbot.yml

on: pull_request
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
3m 56s
Check with linter
Run unit tests
2m 19s
Run unit tests
Run e2e screenshots tests on Atomic
4m 7s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 26s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 35s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
3s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
1m 27s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
52s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 16s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
1m 52s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
3m 34s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 36s
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 36s
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 28s
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 53s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 13s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 49s
Run e2e tests on Atomic CSP
Merge Playwright reports
1m 12s
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

3 errors, 85 warnings, and 25 notices
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L18
1) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-external > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,571 in 0.05 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-external > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.17 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" 16 | external, 17 | }) => { > 18 | await expect(external.querySummary).toHaveText(/hello/); | ^ 19 | }); 20 | 21 | test("other components' state under the linked atomic-search-interface should be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:18:43
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:21:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L27
2) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:21:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-search-interface#interface-2 > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,571 in 0.05 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-search-interface#interface-2 > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.15 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.05 second" 25 | 'atomic-search-interface#interface-2 > atomic-query-summary' 26 | ); > 27 | await expect(querySummary).toHaveText(/hello/); | ^ 28 | }); 29 | 30 | test("other components' state under a different atomic-search-interface should not be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:27:34
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:21:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L27
2) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:21:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-search-interface#interface-2 > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,571 in 0.06 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-search-interface#interface-2 > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.15 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.15 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,571 in 0.06 second" 25 | 'atomic-search-interface#interface-2 > atomic-query-summary' 26 | ); > 27 | await expect(querySummary).toHaveText(/hello/); | ^ 28 | }); 29 | 30 | test("other components' state under a different atomic-search-interface should not be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:27:34
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 28.9s
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 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 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/
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 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 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. 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
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 15.2s
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 21.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 26.2s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 21.0s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 20.2s
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 23.1s
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 20.7s
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. 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 15.9s
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 15.8s
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 20.9s
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 31.0s
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/
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 32.8s
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 (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 (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 (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 (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 (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 (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 (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 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 (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 (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 (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 (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 (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 (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 (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 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/
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 (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/
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 (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 (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 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 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 (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 (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/
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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. 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 (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 (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 (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 (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 (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 (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 (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 (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 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 (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 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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/
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/
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
17 passed (32.0s)
🎭 Playwright Run Summary
17 passed (15.4s)
🎭 Playwright Run Summary
4 skipped 13 passed (20.2s)
🎭 Playwright Run Summary
17 passed (16.7s)
🎭 Playwright Run Summary
17 passed (21.0s)
🎭 Playwright Run Summary
1 skipped 16 passed (25.6s)
🎭 Playwright Run Summary
17 passed (24.4s)
🎭 Playwright Run Summary
17 passed (25.3s)
🎭 Playwright Run Summary
17 passed (27.4s)
🎭 Playwright Run Summary
18 passed (29.4s)
🎭 Playwright Run Summary
17 passed (23.8s)
🎭 Playwright Run Summary
17 passed (29.2s)
🎭 Playwright Run Summary
17 passed (21.9s)
🎭 Playwright Run Summary
18 passed (38.5s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:21:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected 15 passed (49.3s)
🎭 Playwright Run Summary
17 passed (23.4s)
🎭 Playwright Run Summary
17 passed (26.2s)
🎭 Playwright Run Summary
17 passed (24.1s)
🎭 Playwright Run Summary
17 passed (23.3s)
🎭 Playwright Run Summary
18 passed (32.5s)
🎭 Playwright Run Summary
17 passed (19.2s)
🎭 Playwright Run Summary
17 passed (34.7s)
🎭 Playwright Run Summary
17 passed (34.2s)
🎭 Playwright Run Summary
17 passed (27.2s)
🎭 Playwright Run Summary
17 passed (36.0s)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
183 KB
atomic-playwright-report Expired
3.87 MB
blob-report-1 Expired
17.3 KB
blob-report-10 Expired
16.4 KB
blob-report-11 Expired
16.2 KB
blob-report-12 Expired
15 KB
blob-report-13 Expired
15.9 KB
blob-report-14 Expired
16.7 KB
blob-report-15 Expired
15.7 KB
blob-report-16 Expired
15.5 KB
blob-report-17 Expired
3.27 MB
blob-report-18 Expired
17 KB
blob-report-19 Expired
16.3 KB
blob-report-2 Expired
20.8 KB
blob-report-20 Expired
16.4 KB
blob-report-21 Expired
15.4 KB
blob-report-22 Expired
15 KB
blob-report-23 Expired
18.4 KB
blob-report-24 Expired
18 KB
blob-report-3 Expired
19.2 KB
blob-report-4 Expired
12.8 KB
blob-report-5 Expired
14.9 KB
blob-report-6 Expired
15.9 KB
blob-report-7 Expired
17.9 KB
blob-report-8 Expired
17.8 KB
blob-report-9 Expired
16.1 KB
result-lists-screenshots
32.9 MB