feat(atomic): replace getAssetPath #25950
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
9m 54s
Run unit tests
11m 6s
Run e2e screenshots tests on Atomic
9m 35s
Run e2e tests on Atomic React
9m 9s
Run e2e tests on Atomic React NextJS
10m 8s
Run e2e tests for IIFE
11s
Run e2e tests on Atomic Angular
9m 39s
Run e2e tests on Vue.js sample
8m 35s
Run e2e tests on Stencil.js sample
9m 15s
Run e2e tests for Atomic Hosted Page
10m 29s
Run e2e tests for Headless Commerce SSR
11m 36s
Run e2e tests on Atomic insight panel
9m 40s
Run e2e tests on Headless SSR App router sample in dev mode
10m 17s
Run e2e tests on Headless SSR App router sample in prod mode
11m 28s
Run e2e tests on Headless SSR Pages router sample in dev mode
10m 19s
Run e2e tests on Headless SSR Pages router sample in prod mode
10m 2s
Verify compatibility of packages
9m 12s
Build typedoc
9m 26s
CDN Checks
9m 27s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Waiting for pending jobs
Merge Playwright reports
1m 37s
Run Quantic E2E tests
/
Run Playwright e2e tests on Quantic
Confirm build is valid
8s
Annotations
7 errors, 435 warnings, and 25 notices
Check with linter:
packages/atomic/src/components/common/interface/i18n.ts#L2
Delete `{getAssetPath}·from·'../../../utils/utils';⏎import·`
|
Check with linter:
packages/atomic/src/components/common/interface/i18n.ts#L4
Insert `';⏎import·{getAssetPath}·from·'../../../utils/utils`
|
Check with linter
Process completed with exit code 1.
|
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L108
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 423
- Array []
+ Array [
+ Object {
+ "description": "Ensure links have discernible text",
+ "help": "Links must have discernible text",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.10/link-name?application=playwright",
+ "id": "link-name",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+ "impact": "serious",
+ "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": Object {
+ "messageKey": "noAttr",
+ },
+ "id": "non-empty-title",
+ "impact": "serious",
+ "message": "Element has no title attribute",
+ "relatedNodes": Array [],
+ },
+ ],
+ "failureSummary": "Fix all of the following:
+ Element is in tab order and does not have accessible text
+
+ Fix any of the following:
+ Element does not have text that is visible to screen readers
+ aria-label attribute does not exist or is empty
+ aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
+ Element has no title attribute",
+ "html": "<a href=\"https://fashion.coveodemo.com/pdp/361377_EC7\" target=\"_self\"><atomic-result-text></atomic-result-text></a>",
+ "impact": "serious",
+ "none": Array [
+ Object {
+ "data": null,
+ "id": "focusable-no-name",
+ "impact": "serious",
+ "message": "Element is in tab order and does not have accessible text",
+ "relatedNodes": Array [],
+ },
+ ],
+ "target": Array [
+ Array [
+ "atomic-search-box",
+ "#atomic-search-box-cy9ry-right-suggestion-instant-result-42463385136https584747fashion46coveodemo46com47pdp47361377_EC7 > atomic-result",
+ "a[target=\"_self\"]",
+ ],
+ ],
+ },
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+
|
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available:
packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts#L108
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available
Error: expect(locator).not.toBeVisible()
Locator: locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...')
106 | productMultiValueText,
107 | }) => {
> 108 | expect(productMultiValueText.moreValuesIndicator()).not.toBeVisible();
| ^
109 | });
110 | });
111 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:108:61
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
Report bundle size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build CDN
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
Failed to restore: Cache service responded with 429
|
Run e2e tests for IIFE
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CDN Checks
Failed to restore: Cache service responded with 429
|
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 37.6s
|
Run e2e tests on Vue.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Vue.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Vue.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Vue.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (21)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (21)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (21)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (21)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (45)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (45)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (45)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (45)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (12)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (12)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (12)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (12)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (49)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (49)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (49)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (49)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (46)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (46)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (46)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (46)
Failed to restore: Cache service responded with 429
|
Should test Quantic?
Failed to restore: Cache service responded with 429
|
Should test Quantic?
Failed to restore: Cache service responded with 429
|
Should test Quantic?
Failed to restore: Cache service responded with 429
|
Should test Quantic?
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
|
Run e2e tests on Atomic (55)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (55)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (55)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (55)
Failed to restore: Cache service responded with 429
|
Determine Playwright E2E tests to run
Failed to restore: Cache service responded with 429
|
Determine Playwright E2E tests to run
Failed to restore: Cache service responded with 429
|
Determine Playwright E2E tests to run
Failed to restore: Cache service responded with 429
|
Determine Playwright E2E tests to run
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (33)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (33)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (33)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (33)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (52)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (52)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (52)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (52)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (42)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (42)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (42)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (42)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (40)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (40)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (40)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (40)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (47)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (47)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (47)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (47)
Failed to restore: Cache service responded with 429
|
Verify compatibility of packages
Failed to restore: Cache service responded with 429
|
Verify compatibility of packages
Failed to restore: Cache service responded with 429
|
Verify compatibility of packages
Failed to restore: Cache service responded with 429
|
Verify compatibility of packages
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (27)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (27)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (27)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (27)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (17)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (17)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (17)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (17)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Stencil.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Stencil.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Stencil.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Stencil.js sample
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (43)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (43)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (43)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (43)
Failed to restore: Cache service responded with 429
|
Build typedoc
Failed to restore: Cache service responded with 429
|
Build typedoc
Failed to restore: Cache service responded with 429
|
Build typedoc
Failed to restore: Cache service responded with 429
|
Build typedoc
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (4)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (4)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (4)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (4)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (22)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (22)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (22)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (22)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (3)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (3)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (3)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (3)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e screenshots tests on Atomic
Failed to restore: Cache service responded with 429
|
Run e2e screenshots tests on Atomic
Failed to restore: Cache service responded with 429
|
Run e2e screenshots tests on Atomic
Failed to restore: Cache service responded with 429
|
Run e2e screenshots tests on Atomic
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (54)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (54)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (54)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (54)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic Angular
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic Angular
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic Angular
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic Angular
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (50)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (50)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (50)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (50)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (10)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (10)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (10)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (10)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (41)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (41)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (41)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (41)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic insight panel
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic insight panel
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic insight panel
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic insight panel
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (48)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (48)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (48)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (48)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (24)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (24)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (24)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (24)
Failed to restore: Cache service responded with 429
|
Check with linter
Failed to restore: Cache service responded with 429
|
Check with linter
Failed to restore: Cache service responded with 429
|
Check with linter
Failed to restore: Cache service responded with 429
|
Check with linter
Failed to restore: Cache service responded with 429
|
Check with linter:
packages/atomic/src/autoloader/index.ts#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run e2e tests on Atomic (16)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (16)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (16)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (16)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (25)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (25)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (25)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (25)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React NextJS
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React NextJS
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React NextJS
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic React NextJS
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (18)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (18)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (18)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (18)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (26)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (26)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (26)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (26)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (19)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (19)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (19)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (19)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (44)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (44)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (44)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (44)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (35)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (35)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (35)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (35)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (20)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (20)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (20)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (20)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (11)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (11)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (11)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (11)
Failed to restore: Cache service responded with 429
|
Run e2e tests for Atomic Hosted Page
Failed to restore: Cache service responded with 429
|
Run e2e tests for Atomic Hosted Page
Failed to restore: Cache service responded with 429
|
Run e2e tests for Atomic Hosted Page
Failed to restore: Cache service responded with 429
|
Run e2e tests for Atomic Hosted Page
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (5)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (5)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (5)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (5)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (32)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (32)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (32)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (32)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (38)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (38)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (38)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (38)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (37)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (37)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (37)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (37)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (14)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (14)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (14)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (14)
Failed to restore: Cache service responded with 429
|
Run unit tests
Failed to restore: Cache service responded with 429
|
Run unit tests
Failed to restore: Cache service responded with 429
|
Run unit tests
Failed to restore: Cache service responded with 429
|
Run unit tests
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (23)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (23)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (23)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (23)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR App router sample in prod mode
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (2)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (2)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (2)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (2)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (29)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (29)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (29)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (29)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (51)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (51)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (51)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (51)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (13)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (13)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (13)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (13)
Failed to restore: Cache service responded with 429
|
Run e2e tests for Headless Commerce SSR
Failed to restore: Cache service responded with 429
|
Run e2e tests for Headless Commerce SSR
Failed to restore: Cache service responded with 429
|
Run e2e tests for Headless Commerce SSR
Failed to restore: Cache service responded with 429
|
Run e2e tests for Headless Commerce SSR
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (15)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (15)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (15)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (15)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (36)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (36)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (36)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (36)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (39)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (39)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (39)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (39)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (31)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (31)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (31)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (31)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (1)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (1)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (1)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (1)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 38.7s
|
Run e2e tests on Atomic (28)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (28)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (28)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (28)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (34)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (34)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (34)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (34)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (30)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (30)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (30)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (30)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 23.7s
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 19.4s
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 25.8s
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
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.6s
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 17.7s
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 36.7s
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 29.4s
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
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 33.4s
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 29.0s
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 16.0s
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 16.7s
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
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 18.6s
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
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 45.5s
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Confirm build is valid (PR)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Confirm build is valid
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Playwright reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
23 passed (41.0s)
|
🎭 Playwright Run Summary
23 passed (48.2s)
|
🎭 Playwright Run Summary
24 passed (36.7s)
|
🎭 Playwright Run Summary
24 passed (22.9s)
|
🎭 Playwright Run Summary
23 passed (21.6s)
|
🎭 Playwright Run Summary
24 passed (32.1s)
|
🎭 Playwright Run Summary
24 passed (26.3s)
|
🎭 Playwright Run Summary
24 passed (42.0s)
|
🎭 Playwright Run Summary
24 passed (52.6s)
|
🎭 Playwright Run Summary
24 passed (43.0s)
|
🎭 Playwright Run Summary
24 passed (41.3s)
|
🎭 Playwright Run Summary
8 skipped
15 passed (21.5s)
|
🎭 Playwright Run Summary
24 passed (44.1s)
|
🎭 Playwright Run Summary
24 passed (44.9s)
|
🎭 Playwright Run Summary
23 passed (22.7s)
|
🎭 Playwright Run Summary
23 passed (40.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant
22 passed (28.3s)
|
🎭 Playwright Run Summary
23 passed (22.3s)
|
🎭 Playwright Run Summary
24 passed (32.6s)
|
🎭 Playwright Run Summary
24 passed (46.7s)
|
🎭 Playwright Run Summary
23 passed (32.4s)
|
🎭 Playwright Run Summary
24 passed (49.2s)
|
🎭 Playwright Run Summary
2 skipped
21 passed (47.6s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available
23 passed (33.2s)
|
🎭 Playwright Run Summary
3 skipped
20 passed (41.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
Expired
|
172 KB |
|
atomic-playwright-report
Expired
|
2.26 MB |
|
blob-report-1
Expired
|
21.7 KB |
|
blob-report-10
Expired
|
21 KB |
|
blob-report-11
Expired
|
24.7 KB |
|
blob-report-12
Expired
|
23.5 KB |
|
blob-report-13
Expired
|
25.7 KB |
|
blob-report-14
Expired
|
231 KB |
|
blob-report-15
Expired
|
26.2 KB |
|
blob-report-16
Expired
|
20 KB |
|
blob-report-17
Expired
|
16 KB |
|
blob-report-18
Expired
|
1.27 MB |
|
blob-report-19
Expired
|
24.9 KB |
|
blob-report-2
Expired
|
25.9 KB |
|
blob-report-20
Expired
|
24.3 KB |
|
blob-report-21
Expired
|
19 KB |
|
blob-report-22
Expired
|
20.1 KB |
|
blob-report-23
Expired
|
19.9 KB |
|
blob-report-24
Expired
|
23.4 KB |
|
blob-report-3
Expired
|
23.1 KB |
|
blob-report-4
Expired
|
20.2 KB |
|
blob-report-5
Expired
|
33.4 KB |
|
blob-report-6
Expired
|
22.1 KB |
|
blob-report-7
Expired
|
24.2 KB |
|
blob-report-8
Expired
|
22.3 KB |
|
blob-report-9
Expired
|
22.3 KB |
|
result-lists-screenshots
|
18.9 MB |
|