Skip to content

chore(headless,bueno): externalize all packages on node outputs #26504

chore(headless,bueno): externalize all packages on node outputs

chore(headless,bueno): externalize all packages on node outputs #26504

Triggered via pull request January 31, 2025 20:34
Status Success
Total duration 32m 40s
Artifacts 28

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 59s
Check with linter
Run unit tests
3m 54s
Run unit tests
Run e2e screenshots tests on Atomic
2m 8s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 17s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 40s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
11s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 31s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 11s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 40s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 24s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 19s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
1m 46s
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
2m 10s
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 49s
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 39s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 32s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 49s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 36s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 17s
Verify compatibility of packages
Build typedoc
1m 57s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
8m 26s
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
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
10m 22s
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 43s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 28s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
9s
Confirm build is valid (PR)
Confirm build is valid
9s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 20 warnings, and 26 notices
[chromium] › src/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] › src/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
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
1) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "10" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 25 | test 26 | .expect(resultsPerPage.selectedResultsPerPageOption) > 27 | .toHaveText(defaultInitialChoice.toString()); | ^ 28 | }); 29 | 30 | test.describe('when selecting a new results per page option', () => { at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L92
2) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "50" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 90 | test 91 | .expect(resultsPerPage.selectedResultsPerPageOption) > 92 | .toHaveText(expectedResultsPerPage.toString()); | ^ 93 | }); 94 | }); 95 | } at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:92:14
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
3) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "10" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 25 | test 26 | .expect(resultsPerPage.selectedResultsPerPageOption) > 27 | .toHaveText(defaultInitialChoice.toString()); | ^ 28 | }); 29 | 30 | test.describe('when selecting a new results per page option', () => { at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
4) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "25" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 48 | test 49 | .expect(resultsPerPage.selectedResultsPerPageOption) > 50 | .toHaveText(newChoice.toString()); | ^ 51 | test 52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults) 53 | .toBe(newChoice); at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
5) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "10" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 25 | test 26 | .expect(resultsPerPage.selectedResultsPerPageOption) > 27 | .toHaveText(defaultInitialChoice.toString()); | ^ 28 | }); 29 | 30 | test.describe('when selecting a new results per page option', () => { at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
6) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "25" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 48 | test 49 | .expect(resultsPerPage.selectedResultsPerPageOption) > 50 | .toHaveText(newChoice.toString()); | ^ 51 | test 52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults) 53 | .toBe(newChoice); at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L92
7) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "50" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 90 | test 91 | .expect(resultsPerPage.selectedResultsPerPageOption) > 92 | .toHaveText(expectedResultsPerPage.toString()); | ^ 93 | }); 94 | }); 95 | } at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:92:14
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
8) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "10" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 25 | test 26 | .expect(resultsPerPage.selectedResultsPerPageOption) > 27 | .toHaveText(defaultInitialChoice.toString()); | ^ 28 | }); 29 | 30 | test.describe('when selecting a new results per page option', () => { at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics: packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
9) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics Error: expect(locator).toHaveText(expected) Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) Expected string: "25" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') }) 48 | test 49 | .expect(resultsPerPage.selectedResultsPerPageOption) > 50 | .toHaveText(newChoice.toString()); | ^ 51 | test 52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults) 53 | .toBe(newChoice); at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 34.4s
Slow Test: packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 17.8s
Slow Test: packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 21.8s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 23.7s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 15.3s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 33.7s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 34.0s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 30.6s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 24.5s
Slow Test: packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 33.8s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 21.4s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 37.1s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 26.1s
Slow Test: packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 19.1s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 31.3s
Slow Test: packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 46.7s
Slow Test: packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 44.6s
Slow Test: packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 42.4s
Slow Test: packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 41.2s
Slow Test: packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 41.1s
🎭 Playwright Run Summary
23 passed (38.2s)
🎭 Playwright Run Summary
23 passed (22.5s)
🎭 Playwright Run Summary
8 skipped 15 passed (22.5s)
🎭 Playwright Run Summary
23 passed (25.5s)
🎭 Playwright Run Summary
23 passed (25.3s)
🎭 Playwright Run Summary
24 passed (27.7s)
🎭 Playwright Run Summary
23 passed (37.3s)
🎭 Playwright Run Summary
24 passed (36.9s)
🎭 Playwright Run Summary
24 passed (38.6s)
🎭 Playwright Run Summary
24 passed (32.6s)
🎭 Playwright Run Summary
24 passed (37.4s)
🎭 Playwright Run Summary
24 passed (44.6s)
🎭 Playwright Run Summary
3 skipped 20 passed (39.9s)
🎭 Playwright Run Summary
24 passed (46.8s)
🎭 Playwright Run Summary
24 passed (42.9s)
🎭 Playwright Run Summary
24 passed (37.7s)
🎭 Playwright Run Summary
23 passed (43.0s)
🎭 Playwright Run Summary
2 skipped 21 passed (48.4s)
🎭 Playwright Run Summary
24 passed (25.0s)
🎭 Playwright Run Summary
23 passed (32.9s)
🎭 Playwright Run Summary
1 flaky [chromium] › src/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 (36.2s)
🎭 Playwright Run Summary
24 passed (52.7s)
🎭 Playwright Run Summary
24 passed (32.5s)
🎭 Playwright Run Summary
23 passed (33.3s)
🎭 Playwright Run Summary
24 passed (46.7s)
🎭 Playwright Run Summary
9 flaky [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics 163 passed (8.3m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
172 KB
atomic-playwright-report Expired
1.05 MB
blob-report-1 Expired
21.9 KB
blob-report-10 Expired
21.1 KB
blob-report-11 Expired
24.7 KB
blob-report-12 Expired
23.8 KB
blob-report-13 Expired
25.6 KB
blob-report-14 Expired
232 KB
blob-report-15 Expired
26.2 KB
blob-report-16 Expired
20.4 KB
blob-report-17 Expired
16.1 KB
blob-report-18 Expired
22.1 KB
blob-report-19 Expired
25.8 KB
blob-report-2 Expired
25.9 KB
blob-report-20 Expired
25 KB
blob-report-21 Expired
19.1 KB
blob-report-22 Expired
20.4 KB
blob-report-23 Expired
20 KB
blob-report-24 Expired
23.5 KB
blob-report-3 Expired
23.3 KB
blob-report-4 Expired
20.5 KB
blob-report-5 Expired
34.3 KB
blob-report-6 Expired
22.2 KB
blob-report-7 Expired
24.5 KB
blob-report-8 Expired
22.6 KB
blob-report-9 Expired
22.4 KB
quantic-playwright-report Expired
9.94 MB
result-lists-screenshots
12.9 MB