feat(core): add color-scheme
by default for tuiTheme
#5179
e2e-playwright.yml
on: pull_request
Annotations
8 errors, 1 warning, and 18 notices
[chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L64
1) [chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay ──────
Error: Screenshot comparison failed:
15570 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium/03-hint-mode-true-tuiHintShowDelay-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium/03-hint-mode-true-tuiHintShowDelay-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15570 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15570 pixels (ratio 0.03 of all image pixels) are different.
62 | await example.apiPageExample.locator('span').hover();
63 |
> 64 | await expect(page).toHaveScreenshot(
| ^
65 | `03-hint-mode-${mode}-tuiHintShowDelay-0.png`,
66 | );
67 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:64:32
|
[chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L64
1) [chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
15570 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium-retry1/03-hint-mode-true-tuiHintShowDelay-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium-retry1/03-hint-mode-true-tuiHintShowDelay-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15570 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15570 pixels (ratio 0.03 of all image pixels) are different.
62 | await example.apiPageExample.locator('span').hover();
63 |
> 64 | await expect(page).toHaveScreenshot(
| ^
65 | `03-hint-mode-${mode}-tuiHintShowDelay-0.png`,
66 | );
67 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:64:32
|
[chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L64
1) [chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay ──────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
15570 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium-retry2/03-hint-mode-true-tuiHintShowDelay-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-without-delay-chromium-retry2/03-hint-mode-true-tuiHintShowDelay-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15570 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15570 pixels (ratio 0.03 of all image pixels) are different.
62 | await example.apiPageExample.locator('span').hover();
63 |
> 64 | await expect(page).toHaveScreenshot(
| ^
65 | `03-hint-mode-${mode}-tuiHintShowDelay-0.png`,
66 | );
67 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:64:32
|
[chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L81
2) [chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay ─────────
Error: Screenshot comparison failed:
15572 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-1000__wait-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15572 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15572 pixels (ratio 0.03 of all image pixels) are different.
79 | await example.apiPageExample.locator('span').hover();
80 |
> 81 | await expect(page).toHaveScreenshot(
| ^
82 | `03-hint-mode-${mode}-tuiHintShowDelay-1000__wait-0.png`,
83 | );
84 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:81:32
|
[chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L81
2) [chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
15572 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium-retry1/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium-retry1/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-1000__wait-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15572 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15572 pixels (ratio 0.03 of all image pixels) are different.
79 | await example.apiPageExample.locator('span').hover();
80 |
> 81 | await expect(page).toHaveScreenshot(
| ^
82 | `03-hint-mode-${mode}-tuiHintShowDelay-1000__wait-0.png`,
83 | );
84 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:81:32
|
[chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.spec.ts#L81
2) [chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
15572 pixels (ratio 0.03 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/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium-retry2/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-true-mode-hint-with-delay-chromium-retry2/03-hint-mode-true-tuiHintShowDelay-1000-wait-0-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-tuiHintShowDelay-1000__wait-0.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15572 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 15572 pixels (ratio 0.03 of all image pixels) are different.
79 | await example.apiPageExample.locator('span').hover();
80 |
> 81 | await expect(page).toHaveScreenshot(
| ^
82 | `03-hint-mode-${mode}-tuiHintShowDelay-1000__wait-0.png`,
83 | );
84 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:81:32
|
playwright / (2 of 9)
Process completed with exit code 1.
|
E2E result
Process completed with exit code 1.
|
Slow Test:
[chromium] › tests/kit/input-table/input-table.spec.ts#L1
[chromium] › tests/kit/input-table/input-table.spec.ts took 16.2s
|
🎭 Playwright Run Summary
97 passed (1.3m)
|
🎭 Playwright Run Summary
97 passed (1.4m)
|
🎭 Playwright Run Summary
97 passed (1.5m)
|
🎭 Playwright Run Summary
97 passed (1.3m)
|
🎭 Playwright Run Summary
97 passed (1.3m)
|
🎭 Playwright Run Summary
97 passed (1.5m)
|
🎭 Playwright Run Summary
96 passed (1.4m)
|
🎭 Playwright Run Summary
96 passed (1.7m)
|
🎭 Playwright Run Summary
97 passed (2.0m)
|
🎭 Playwright Run Summary
97 passed (1.7m)
|
🎭 Playwright Run Summary
97 passed (2.1m)
|
🎭 Playwright Run Summary
97 passed (1.9m)
|
🎭 Playwright Run Summary
97 passed (2.0m)
|
🎭 Playwright Run Summary
97 passed (2.4m)
|
🎭 Playwright Run Summary
97 passed (2.3m)
|
🎭 Playwright Run Summary
97 passed (3.0m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/core/hint/hint.spec.ts:53:13 › TuiHint › true mode hint without delay ───────
[chromium] › tests/core/hint/hint.spec.ts:69:13 › TuiHint › true mode hint with delay ──────────
95 passed (4.0m)
|
🎭 Playwright Run Summary
97 passed (5.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-e2e-artifacts--c610ea0df0873d456495553c4b28856a4a1011d4-11144453392-9315_2
Expired
|
103 KB |
|