chore: update codecov/codecov-action action to v5.1.2 #11061
e2e.yml
on: pull_request
Build demo
1m 2s
Cypress / Component Testing
4m 38s
Matrix: playwright
E2E result
1m 0s
Playwright E2E Tests matrix result
0s
Annotations
11 errors, 60 warnings, and 36 notices
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L13
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#custom [automation-id="tui-doc-example"]').locator('tui-select')
- locator resolved to <tui-select data-size="l" _nghost-ng-c2696943484="" _ngcontent-ng-c964602983="" class="control ng-untouched ng-pristine ng-valid">…</tui-select>
- 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
11 |
12 | await example.scrollIntoViewIfNeeded();
> 13 | await example.locator('tui-select').click();
| ^
14 | await page.locator('tui-dropdown [tuiOption]').nth(0).hover();
15 |
16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:13:45
|
[webkit] › tests/core/textarea/textarea.pw.spec.ts:21:9 › Textarea › line break text:
projects/demo-playwright/tests/core/textarea/textarea.pw.spec.ts#L29
2) [webkit] › tests/core/textarea/textarea.pw.spec.ts:21:9 › Textarea › line break text ──────────
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/core/textarea/textarea.pw.spec.ts-snapshots/textarea-line-break-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(textarea-line-break.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-textarea')
- locator resolved to <tui-textarea data-size="l" _nghost-ng-c1678597687="" class="ng-untouched ng-valid _focused _has-value ng-dirty">…</tui-textarea>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
27 | await textarea.fill('1\n2\n3\n4');
28 |
> 29 | await expect(textAreaComponent).toHaveScreenshot('textarea-line-break.png');
| ^
30 |
31 | await page.locator('.t-row input[tuiSwitch]').first().click();
32 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/textarea/textarea.pw.spec.ts:29:41
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L230
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(11-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar')
- locator resolved to <tui-calendar class="ng-star-inserted" _nghost-ng-c3861074570="" _ngcontent-ng-c2818982625="" automation-id="tui-input-date__calendar">…</tui-calendar>
- 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
- waiting 100ms before taking screenshot
- waiting for locator('tui-calendar')
- locator resolved to <tui-calendar class="ng-star-inserted" _nghost-ng-c3861074570="" _ngcontent-ng-c2818982625="" automation-id="tui-input-date__calendar">…</tui-calendar>
- Timeout 5000ms exceeded.
228 | await inputDate.textfield.click();
229 |
> 230 | await expect(inputDate.calendar).toHaveScreenshot('11-input-date.png');
| ^
231 | });
232 |
233 | test('Press backspace to remove `Until today`, textfield is empty', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:230:46
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L245
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(12-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- 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-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- waiting 100ms before taking screenshot
- 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-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.
243 |
244 | await expect(inputDate.textfield).toHaveValue('');
> 245 | await expect(inputDate.textfield).toHaveScreenshot('12-input-date.png');
| ^
246 | });
247 |
248 | test('Enter item date, it converts to item name', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:245:47
|
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L115
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(08-disabled-dates-4-click-to.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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 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...
- Timeout 5000ms exceeded.
113 | await page.mouse.click(100, 100); // clear focus
114 |
> 115 | await expect(example).toHaveScreenshot('08-disabled-dates-4-click-to.png');
| ^
116 |
117 | await getCells().nth(0).click();
118 | await page.mouse.click(100, 100); // clear focus
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:115:35
|
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value:
projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts#L29
2) [webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value ────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(carousel-padding-0.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.
27 |
28 | await expect(document.apiPageExample).toBeVisible();
> 29 | await expect(document.apiPageExample).toHaveScreenshot('carousel-padding-0.png');
| ^
30 | });
31 |
32 | test('should show next item after drag', async ({page, browserName}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts:29:47
|
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L38
1) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
Error: expect(locator).toHaveScreenshot(expected)
926 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-tag/input-tag.pw.spec.ts-snapshots/04-input-tag-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit/04-input-tag-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit/04-input-tag-diff.png
Call log:
- expect.toHaveScreenshot(04-input-tag.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
36 | await tuiGoto(page, DemoRoute.InputTag, {enableNightMode: true});
37 |
> 38 | await expect(example).toHaveScreenshot('04-input-tag.png');
| ^
39 | });
40 |
41 | test('allows to forbid spaces inside tags via property', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:38:35
|
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L38
1) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
926 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-tag/input-tag.pw.spec.ts-snapshots/04-input-tag-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit-retry1/04-input-tag-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit-retry1/04-input-tag-diff.png
Call log:
- expect.toHaveScreenshot(04-input-tag.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
36 | await tuiGoto(page, DemoRoute.InputTag, {enableNightMode: true});
37 |
> 38 | await expect(example).toHaveScreenshot('04-input-tag.png');
| ^
39 | });
40 |
41 | test('allows to forbid spaces inside tags via property', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:38:35
|
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L38
1) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
926 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-tag/input-tag.pw.spec.ts-snapshots/04-input-tag-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit-retry2/04-input-tag-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-tag-inp-8f395--Examples-switch-theme-mode-webkit-retry2/04-input-tag-diff.png
Call log:
- expect.toHaveScreenshot(04-input-tag.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 926 pixels (ratio 0.01 of all image pixels) are different.
36 | await tuiGoto(page, DemoRoute.InputTag, {enableNightMode: true});
37 |
> 38 | await expect(example).toHaveScreenshot('04-input-tag.png');
| ^
39 | });
40 |
41 | test('allows to forbid spaces inside tags via property', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:38:35
|
Playwright / macos-latest / 9 of 9
Process completed with exit code 1.
|
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 / 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 / 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 / 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 / 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 / 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 / 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
|
Slow Test:
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L1
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts took 16.4s
|
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 / 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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 21.4s
|
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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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 / 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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
|
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 / 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 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.4m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.6m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.7m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (2.3m)
|
🎭 Playwright Run Summary
110 passed (7.1m)
|
🎭 Playwright Run Summary
110 passed (8.4m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ──────────────
[webkit] › tests/core/textarea/textarea.pw.spec.ts:21:9 › Textarea › line break text ───────────
44 skipped
64 passed (2.0m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (3.4m)
|
🎭 Playwright Run Summary
110 passed (2.7m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
5 skipped
102 passed (2.4m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (1.7m)
|
🎭 Playwright Run Summary
18 skipped
92 passed (2.5m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value ─────
18 skipped
90 passed (3.7m)
|
🎭 Playwright Run Summary
110 passed (4.9m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
110 passed (10.9m)
|
🎭 Playwright Run Summary
110 passed (9.3m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.7m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
10 skipped
98 passed (3.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_6ca92a4b79032bdbffaa75a54240ddbe68abb3af
|
113 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_1
|
261 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_2
|
302 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_3
|
1.47 MB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_4
|
530 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_5
|
833 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_6
|
438 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_7
|
348 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_8
|
369 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-Linux_9
|
387 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_1
|
236 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_2
|
1.04 MB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_3
|
1.42 MB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_4
|
523 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_5
|
792 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_6
|
400 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_7
|
308 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_8
|
337 KB |
|
playwright-blob-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_9
|
1.32 MB |
|
playwright-snapshots-artifacts--6ca92a4b79032bdbffaa75a54240ddbe68abb3af-12400136556-10028-macOS_9
|
58 KB |
|