Skip to content

chore: migration from npm to pnpm #23822

chore: migration from npm to pnpm

chore: migration from npm to pnpm #23822

Triggered via pull request October 15, 2024 17:26
Status Failure
Total duration 11m 56s
Artifacts 3

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
1m 41s
Check with linter
Run unit tests
2m 15s
Run unit tests
Run e2e screenshots tests on Atomic
51s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 39s
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
3s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
1m 21s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
35s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 35s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 5s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
41s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
1m 2s
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 47s
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 13s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
43s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 12s
Should test Quantic?
Run e2e tests on Atomic CSP
40s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 10s
Determine Playwright E2E tests to run
Run Quantic E2E tests  /  Setup e2e tests on Quantic
41s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 2s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
38s
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

19 errors and 132 warnings
Report bundle size
Process completed with exit code 1.
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:5 3 | import {test, expect} from './fixture'; 4 | > 5 | test.describe('Default', () => { | ^ 6 | test.beforeEach(async ({breadbox}) => { 7 | await breadbox.load(); 8 | }); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:5:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:4 2 | import {test, expect} from './fixture'; 3 | > 4 | test.describe('when search has not been initialized', () => { | ^ 5 | test.beforeEach(async ({commerceInterface}) => { 6 | await commerceInterface.load({ 7 | story: 'search-before-init', at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts:4:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:3 1 | import {test, expect} from './fixture'; 2 | > 3 | test.describe('load more products with products returned by the API', () => { | ^ 4 | test.beforeEach(async ({loadMore}) => { 5 | await loadMore.load({story: 'in-page'}); 6 | }); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:3:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:4 2 | import {test, expect} from './fixture'; 3 | > 4 | test.describe('when there are results', () => { | ^ 5 | test.beforeEach(async ({noProducts}) => { 6 | await noProducts.load({story: 'with-results'}); 7 | }); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:4:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:3 1 | import {test, expect} from './fixture'; 2 | > 3 | test.describe('Default', () => { | ^ 4 | test.beforeEach(async ({pager}) => { 5 | await pager.load(); 6 | }); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:3:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:3 1 | import {test, expect} from './fixture'; 2 | > 3 | test.describe('when no first search has yet been executed', async () => { | ^ 4 | test.beforeEach(async ({productList}) => { 5 | await productList.load({story: 'no-first-search'}); 6 | await productList.hydrated.waitFor(); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:3:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:12 10 | ); 11 | > 12 | test.describe('default', () => { | ^ 13 | test('should be A11Y compliant', async ({ 14 | productsPerPage, 15 | makeAxeBuilder, at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:12:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-query-error/e2e/atomic-commerce-query-error.e2e.ts:3 1 | import {test, expect, triggerError} from './fixture'; 2 | > 3 | test.describe('when search returns an error', () => { | ^ 4 | test.beforeEach(async ({queryError}) => { 5 | await queryError.load(); 6 | await triggerError(queryError.page); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-error/e2e/atomic-commerce-query-error.e2e.ts:3:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:3 1 | import {test, expect} from './fixture'; 2 | > 3 | test.describe('when search has not been executed', () => { | ^ 4 | test.beforeEach(async ({querySummary}) => { 5 | await querySummary.load({story: 'no-initial-search'}); 6 | }); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:3:6
CDN Checks
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts:3 1 | import {test, expect} from './fixture'; 2 | > 3 | test.describe('before query is loaded', () => { | ^ 4 | test.beforeEach(async ({recommendationList}) => { 5 | await recommendationList.load({story: 'before-query'}); 6 | await recommendationList.hydrated.waitFor(); at TestTypeImpl._currentSuite (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:71:13) at TestTypeImpl._describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/common/testType.js:104:24) at Function.describe (/home/runner/work/ui-kit/ui-kit/node_modules/@playwright/test/node_modules/playwright/lib/transform/transform.js:256:12) at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts:3:6
Run e2e tests on Atomic CSP
Process completed with exit code 1.
Run e2e tests on Headless SSR App router sample in dev mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
Check with linter
Process completed with exit code 2.
Run Quantic E2E tests / Setup e2e tests on Quantic
Process completed with exit code 1.
Run e2e tests for Atomic Hosted Page
Process completed with exit code 1.
Run Quantic E2E tests / e2e-quantic-cleanup
Process completed with exit code 1.
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Run e2e tests on 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/
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 (13)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (12)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (16)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (21)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 screenshots tests on Atomic
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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 (17)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (18)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (25)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (15)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (1)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (4)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (33)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (34)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (38)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (45)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (53)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (42)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (52)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (35)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (55)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (47)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (40)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (7)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (43)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (49)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (30)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (19)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (57)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (60)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (29)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (39)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (22)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (58)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (27)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (2)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (9)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (28)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (37)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (51)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (31)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (32)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (50)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (3)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (5)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (56)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (8)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (46)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 Headless SSR App router sample in dev mode
No files were found with the provided path: packages/samples/headless-ssr/cypress/screenshots. No artifacts will be uploaded.
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, 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 (11)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (10)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (14)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (26)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (24)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (23)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (41)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (44)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (59)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (48)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (54)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 (6)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 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 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 (20)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
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, 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 React NextJS
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic 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 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 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/

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report
184 KB
atomic-playwright-report
184 KB
blob-report-1
601 Bytes