feat(kit): TuiCalendarRange
add item
property for correctly switch value outside
#9607
Annotations
12 errors, 10 warnings, and 8 notices
Build demo
Process completed with exit code 1.
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
1) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px
Error: Screenshot comparison failed:
235 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-left-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-left-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-left-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 2513 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 235 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
1) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
235 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-left-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-left-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-left-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 235 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
2) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-right-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-right-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-right-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
2) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-right-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-right-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-right-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
3) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom, viewport width is 1280px
Error: Screenshot comparison failed:
235 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-bottom-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-bottom-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 2513 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 235 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
3) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom, viewport width is 1280px
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
235 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-bottom-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-bottom-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 2513 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 235 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
4) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom, viewport width is 1280px
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-left-bottom-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-2d6f5-rection-is-left-bottom-viewport-width-is-1280px-chromium/02-hint-manual-direction-left-bottom-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-2d6f5-rection-is-left-bottom-viewport-width-is-1280px-chromium/02-hint-manual-direction-left-bottom-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
4) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom, viewport width is 1280px
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-left-bottom-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-2d6f5-rection-is-left-bottom-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-left-bottom-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-2d6f5-rection-is-left-bottom-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-left-bottom-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
5) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top, viewport width is 1280px
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-left-top-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-left-top-viewport-width-is-1280px-chromium/02-hint-manual-direction-left-top-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-left-top-viewport-width-is-1280px-chromium/02-hint-manual-direction-left-top-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 235 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- 2278 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
5) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top, viewport width is 1280px
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2513 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-left-top-and-width-1280-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-left-top-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-left-top-and-width-1280-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-tuiHintDirection-is-left-top-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-left-top-and-width-1280-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 2513 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2513 pixels (ratio 0.01 of all image pixels) are different.
42 | page,
43 | ).prepareApiPageBeforeScreenshot();
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`,
46 | );
47 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
|
E2E result
Process completed with exit code 1.
|
Build demo
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
playwright / (4 of 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
playwright / (3 of 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
playwright / (1 of 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
playwright / (2 of 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deep
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
core
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
kit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E result
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. 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: "cypress-e2e-artifacts--1fa8f99b62e2327e951a1399e18cac3ee17e2a88-10468589812-8595", "playwright-e2e-artifacts--1fa8f99b62e2327e951a1399e18cac3ee17e2a88-10468589812-8595".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
92 passed (1.2m)
|
🎭 Playwright Run Summary
92 passed (1.4m)
|
🎭 Playwright Run Summary
92 passed (1.3m)
|
🎭 Playwright Run Summary
92 passed (1.6m)
|
🎭 Playwright Run Summary
93 passed (1.3m)
|
🎭 Playwright Run Summary
12 failed
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right-bottom, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right-top, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top-left, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top-right, viewport width is 1280px
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top, viewport width is 1280px
81 passed (1.6m)
|
🎭 Playwright Run Summary
93 passed (1.8m)
|
🎭 Playwright Run Summary
93 passed (1.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-e2e-artifacts--1fa8f99b62e2327e951a1399e18cac3ee17e2a88-10468589812-8595
Expired
|
82.1 KB |
|
playwright-e2e-artifacts--1fa8f99b62e2327e951a1399e18cac3ee17e2a88-10468589812-8595
Expired
|
2.84 MB |
|