feat(atomic): add tab support for atomic-smart-snippet #21375
prbot.yml
on: pull_request
Build
7m 25s
Report bundle size
5m 38s
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
2m 38s
Run unit tests
2m 55s
Run e2e screenshots tests on Atomic
2m 1s
Run e2e tests on Atomic React
1m 23s
Run e2e tests on Atomic React NextJS
1m 13s
Run e2e tests for IIFE
1m 6s
Run e2e tests on Atomic Angular
1m 46s
Run e2e tests on Vue.js sample
36s
Run e2e tests on Stencil.js sample
1m 57s
Run e2e tests for Atomic Hosted Page
2m 12s
Run e2e tests on Atomic insight panel
1m 36s
Run e2e tests on Headless SSR App router sample in dev mode
2m 24s
Run e2e tests on Headless SSR App router sample in prod mode
1m 25s
Run e2e tests on Headless SSR Pages router sample in dev mode
1m 53s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 19s
Merge Playwright reports
58s
Confirm build is valid
0s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Waiting for pending jobs
Confirm build is valid
0s
Annotations
54 errors and 71 warnings
Run Playwright tests for Atomic (9, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (9, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (6, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (6, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (3, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (3, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (19, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (19, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (24, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (24, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (15, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (15, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (11, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (11, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (13, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (13, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (7, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (7, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (14, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (14, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (20, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (20, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (12, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (12, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (2, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (18, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (2, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (18, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (21, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (21, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (17, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (17, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (10, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (10, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (16, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (16, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (8, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (8, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (4, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (4, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (23, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (23, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (22, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (22, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (1, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (1, 24)
Process completed with exit code 1.
|
Run Playwright tests for Atomic (5, 24)
SyntaxError: /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts: Unexpected reserved word 'await'. (162:31)
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
at components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:162
160 | });
161 |
> 162 | const excludedFacets = await tabManager.excludedFacet.all();
| ^
163 | for (let i = 0; i < excludedFacets.length; i++) {
164 | await expect(excludedFacets[i]).not.toBeVisible();
165 | }
|
Run Playwright tests for Atomic (5, 24)
Process completed with exit code 1.
|
|
|
|
Check with linter
Process completed with exit code 1.
|
Run e2e tests on Atomic (4)
The run was canceled by @madame-la-pieuvre[bot].
|
Confirm build is valid
Process completed with exit code 1.
|
Run e2e tests on Atomic (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (26)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (13)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (19)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (49)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests for IIFE
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (55)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (38)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic React NextJS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (48)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (21)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (50)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (53)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (6)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (30)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (51)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (15)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (58)
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (8)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (32)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (47)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (7)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (46)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (22)
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (45)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (60)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (27)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (18)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (57)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (40)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (29)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (43)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (54)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic Angular
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (52)
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (59)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e screenshots tests on Atomic
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (56)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (17)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (24)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (25)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR App router sample in dev mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (23)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (28)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (37)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (31)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (42)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (41)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (34)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (44)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (36)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (33)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (39)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (35)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
Expired
|
185 KB |
|
atomic-playwright-report
Expired
|
181 KB |
|
blob-report-1
Expired
|
1007 Bytes |
|
blob-report-10
Expired
|
1015 Bytes |
|
blob-report-11
Expired
|
1018 Bytes |
|
blob-report-12
Expired
|
1017 Bytes |
|
blob-report-13
Expired
|
1010 Bytes |
|
blob-report-14
Expired
|
1010 Bytes |
|
blob-report-15
Expired
|
1010 Bytes |
|
blob-report-16
Expired
|
1010 Bytes |
|
blob-report-17
Expired
|
1004 Bytes |
|
blob-report-18
Expired
|
1014 Bytes |
|
blob-report-19
Expired
|
1016 Bytes |
|
blob-report-2
Expired
|
1013 Bytes |
|
blob-report-20
Expired
|
1016 Bytes |
|
blob-report-21
Expired
|
1014 Bytes |
|
blob-report-22
Expired
|
1013 Bytes |
|
blob-report-23
Expired
|
1010 Bytes |
|
blob-report-24
Expired
|
1009 Bytes |
|
blob-report-3
Expired
|
1018 Bytes |
|
blob-report-4
Expired
|
1016 Bytes |
|
blob-report-5
Expired
|
1015 Bytes |
|
blob-report-6
Expired
|
1012 Bytes |
|
blob-report-7
Expired
|
1011 Bytes |
|
blob-report-8
Expired
|
1004 Bytes |
|
blob-report-9
Expired
|
1013 Bytes |
|
result-lists-screenshots
Expired
|
17.6 MB |
|