chore: update taiga-family/ci action to v1.104.0 #11030
e2e.yml
on: pull_request
Build demo
1m 1s
Cypress / Component Testing
4m 49s
Matrix: playwright
E2E result
1m 8s
Playwright E2E Tests matrix result
0s
Annotations
14 errors, 59 warnings, and 36 notices
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ─────
Error: expect(page).toHaveScreenshot(expected)
72139 pixels (ratio 0.13 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-500.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 72139 pixels (ratio 0.13 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
- 72139 pixels (ratio 0.13 of all image pixels) are different.
88 | await page.waitForTimeout(500);
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-500.png`,
92 | );
93 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
|
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart:
projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L52
1) [chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart ─────
Error: expect(locator).toHaveScreenshot(expected)
4135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.pw.spec.ts-snapshots/deep--charts-ring-chart--value--row—2-select-option-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium/deep--charts-ring-chart--value--row—2-select-option-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium/deep--charts-ring-chart--value--row—2-select-option-1-diff.png
Call log:
- expect.toHaveScreenshot(deep-/charts/ring-chart-[value]-row—2-select-option-1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 4135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 4135 pixels (ratio 0.04 of all image pixels) are different.
50 | await page.waitForTimeout(200);
51 |
> 52 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
53 | `deep-${path}-${name}-row—${rowIndex}-select-option-${index}.png`,
54 | );
55 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:52:54
|
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart:
projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L52
1) [chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
4135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.pw.spec.ts-snapshots/deep--charts-ring-chart--value--row—2-select-option-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium-retry1/deep--charts-ring-chart--value--row—2-select-option-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium-retry1/deep--charts-ring-chart--value--row—2-select-option-1-diff.png
Call log:
- expect.toHaveScreenshot(deep-/charts/ring-chart-[value]-row—2-select-option-1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 4135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 4135 pixels (ratio 0.04 of all image pixels) are different.
50 | await page.waitForTimeout(200);
51 |
> 52 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
53 | `deep-${path}-${name}-row—${rowIndex}-select-option-${index}.png`,
54 | );
55 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:52:54
|
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart:
projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L52
1) [chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
4135 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.pw.spec.ts-snapshots/deep--charts-ring-chart--value--row—2-select-option-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium-retry2/deep--charts-ring-chart--value--row—2-select-option-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-ring-chart-chromium-retry2/deep--charts-ring-chart--value--row—2-select-option-1-diff.png
Call log:
- expect.toHaveScreenshot(deep-/charts/ring-chart-[value]-row—2-select-option-1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 4135 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 4135 pixels (ratio 0.04 of all image pixels) are different.
50 | await page.waitForTimeout(200);
51 |
> 52 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
53 | `deep-${path}-${name}-row—${rowIndex}-select-option-${index}.png`,
54 | );
55 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:52:54
|
Playwright / ubuntu-latest / 4 of 9
Process completed with exit code 1.
|
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:90:13 › CalendarRange › API › Maximum month when items not empty:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L93
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:90:13 › CalendarRange › API › Maximum month when items not empty
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/calendar-range/calendar-range.pw.spec.ts-snapshots/06-maximum-month-with-items-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(06-maximum-month-with-items.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
91 | await tuiGoto(page, `${DemoRoute.CalendarRange}/API?items$=1&max$=4`);
92 |
> 93 | await expect(example).toHaveScreenshot('06-maximum-month-with-items.png');
| ^
94 | });
95 | });
96 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:93:35
|
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L111
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(11-input-year.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
109 | await cell.scrollIntoViewIfNeeded();
110 |
> 111 | await expect(page).toHaveScreenshot('11-input-year.png');
| ^
112 |
113 | await cell.click();
114 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:111:32
|
[webkit] › tests/kit/tabs/tabs.pw.spec.ts:123:13 › Tabs › API › Single button:
projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts#L129
1) [webkit] › tests/kit/tabs/tabs.pw.spec.ts:123:13 › Tabs › API › Single button ─────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-tabs-single-item-01.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
127 | );
128 |
> 129 | await expect(example).toHaveScreenshot('03-tabs-single-item-01.png');
| ^
130 | });
131 | });
132 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts:129:35
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=m:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L126
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=m
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Failed to take two consecutive stable screenshots.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/02-01-input-date-m-webkit-darwin.png
Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2e320-t-filler-display-for-size-m-webkit/02-01-input-date-m-previous.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2e320-t-filler-display-for-size-m-webkit/02-01-input-date-m-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2e320-t-filler-display-for-size-m-webkit/02-01-input-date-m-diff.png
Call log:
- expect.toHaveScreenshot(02-01-input-date-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5072 pixels (ratio 0.01 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
- 5072 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
124 | await documentationPage.prepareBeforeScreenshot();
125 |
> 126 | await expect(page).toHaveScreenshot(`02-01-input-date-${size}.png`);
| ^
127 |
128 | await page.keyboard.type('01.');
129 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:126:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:205:13 › InputDate › API › Click any day after `Until today` was selected:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L208
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:205:13 › InputDate › API › Click any day after `Until today` was selected
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
206 | await tuiGoto(page, `${DemoRoute.InputDate}/API?items$=1`);
207 |
> 208 | await inputDate.textfield.click();
| ^
209 | await calendar.itemButton.click();
210 |
211 | await inputDate.textfield.click();
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:208:39
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L76
3) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/03-textfield-size-m-set-from-date-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(03-textfield-size-m-set-from-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
74 | await inputDateRange.textfield.pressSequentially('.06.1994');
75 |
> 76 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
77 | `03-textfield-size-${size}-set-from-date.png`,
78 | );
79 | await expect(inputDateRange.calendar).toHaveScreenshot(
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:76:56
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L61
4) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/01-calendar-size-l-empty-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(01-calendar-size-l-empty.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3948775841="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
59 | `01-textfield-size-${size}-empty.png`,
60 | );
> 61 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
62 | `01-calendar-size-${size}-empty.png`,
63 | );
64 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:61:55
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:296:17 › InputDateRange › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L319
5) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:296:17 › InputDateRange › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/12-backspace-pressed-5-times-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(12-backspace-pressed-5-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#base [automation-id="tui-doc-example"]').locator('tui-input-date-range')
- locator resolved to <tui-input-date-range data-size="l" _nghost-ng-c325314227="" formcontrolname="testValue" tuiunfinishedvalidator="Finish filling the field" class="ng-untouched _focused ng-dirty ng-invalid">…</tui-input-date-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
317 | await inputDateRange.textfield.press('Backspace');
318 |
> 319 | await expect(inputDateRange.host).toHaveScreenshot(
| ^
320 | `12-backspace-pressed-${i}-times.png`,
321 | );
322 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:319:55
|
E2E result
Process completed with exit code 1.
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 15.3s
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.3m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ──────
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/ring-chart ──────
109 passed (2.1m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (7.0m)
|
🎭 Playwright Run Summary
110 passed (8.4m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.6m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (2.6m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (3.0m)
|
🎭 Playwright Run Summary
110 passed (5.1m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
110 passed (4.3m)
|
🎭 Playwright Run Summary
110 passed (3.6m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:90:13 › CalendarRange › API › Maximum month when items not empty
18 skipped
90 passed (2.4m)
|
🎭 Playwright Run Summary
18 skipped
91 passed (2.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
10 skipped
98 passed (2.8m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/kit/tabs/tabs.pw.spec.ts:123:13 › Tabs › API › Single button ──────────────────
5 skipped
103 passed (2.9m)
|
🎭 Playwright Run Summary
5 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=m
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:205:13 › InputDate › API › Click any day after `Until today` was selected
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:296:17 › InputDateRange › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
5 skipped
99 passed (4.0m)
|
🎭 Playwright Run Summary
110 passed (14.0m)
|
🎭 Playwright Run Summary
110 passed (11.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_19e70e2948c28f5b025ce68f3c815c94eac18295
Expired
|
113 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_1
Expired
|
263 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_2
Expired
|
566 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_3
Expired
|
1.46 MB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_4
Expired
|
2.28 MB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_5
Expired
|
827 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_6
Expired
|
432 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_7
Expired
|
347 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_8
Expired
|
367 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_9
Expired
|
385 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_1
Expired
|
238 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_2
Expired
|
226 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_3
Expired
|
1.42 MB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_4
Expired
|
531 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_5
Expired
|
783 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_6
Expired
|
951 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_7
Expired
|
5.19 MB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_8
Expired
|
340 KB |
|
playwright-blob-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-macOS_9
Expired
|
320 KB |
|
playwright-snapshots-artifacts--19e70e2948c28f5b025ce68f3c815c94eac18295-12374739882-10006-Linux_4
Expired
|
9.38 KB |
|