chore: update dependency terser-webpack-plugin to v5.3.11 #10978
e2e.yml
on: pull_request
Build demo
57s
Cypress / Component Testing
4m 51s
Matrix: playwright
E2E result
1m 19s
Playwright E2E Tests matrix result
0s
Annotations
3 errors, 59 warnings, and 36 notices
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:32:9 › Carousel › should show next item after drag:
projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts#L44
1) [webkit] › tests/kit/carousel/carousel.pw.spec.ts:32:9 › Carousel › should show next item after drag
Error: expect(locator).toHaveScreenshot(expected)
764 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.pw.spec.ts-snapshots/carousel-draggable-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carouse-a7c3c-d-show-next-item-after-drag-webkit/carousel-draggable-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carouse-a7c3c-d-show-next-item-after-drag-webkit/carousel-draggable-diff.png
Call log:
- expect.toHaveScreenshot(carousel-draggable.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
- 764 pixels (ratio 0.01 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
- 764 pixels (ratio 0.01 of all image pixels) are different.
42 | await page.waitForTimeout(1000);
43 |
> 44 | await expect(document.apiPageExample).toHaveScreenshot('carousel-draggable.png');
| ^
45 | });
46 | });
47 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts:44:47
|
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:39:13 › InputRange › Keyboard interactions › pressing Arrow Down decreases RIGHT value when RIGHT text input is focused:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L45
1) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:39:13 › InputRange › Keyboard interactions › pressing Arrow Down decreases RIGHT value when RIGHT text input is focused
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-input-range.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>
- Timeout 5000ms exceeded.
43 | await page.keyboard.down('ArrowDown');
44 |
> 45 | await expect(example).toHaveScreenshot('03-input-range.png');
| ^
46 |
47 | await page.keyboard.down('ArrowDown');
48 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:45:35
|
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:213:17 › InputRange › Range interactions › click on a thumb › click on the LEFT thumb (with NO value changes) => focuses the LEFT text input:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L223
2) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:213:17 › InputRange › Range interactions › click on a thumb › click on the LEFT thumb (with NO value changes) => focuses the LEFT text input
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(15-input-range.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.
221 | );
222 |
> 223 | await expect(example).toHaveScreenshot('15-input-range.png');
| ^
224 | });
225 |
226 | test('click on the RIGHT thumb (with NO value changes) => focuses the RIGHT text input', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:223:39
|
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 15.4s
|
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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 / 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.0m)
|
🎭 Playwright Run Summary
110 passed (1.1m)
|
🎭 Playwright Run Summary
109 passed (1.2m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.2m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.7m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (2.4m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:32:9 › Carousel › should show next item after drag
17 skipped
91 passed (2.0m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.3m)
|
🎭 Playwright Run Summary
110 passed (4.7m)
|
🎭 Playwright Run Summary
110 passed (6.0m)
|
🎭 Playwright Run Summary
110 passed (5.5m)
|
🎭 Playwright Run Summary
110 passed (4.7m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (1.9m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (1.6m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:39:13 › InputRange › Keyboard interactions › pressing Arrow Down decreases RIGHT value when RIGHT text input is focused
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:213:17 › InputRange › Range interactions › click on a thumb › click on the LEFT thumb (with NO value changes) => focuses the LEFT text input
107 passed (3.0m)
|
🎭 Playwright Run Summary
109 passed (2.2m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.2m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (10.9m)
|
🎭 Playwright Run Summary
110 passed (9.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_9b58f30f2c9a6ba26e8b6d569dfc07e41f498524
Expired
|
113 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_1
Expired
|
165 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_2
Expired
|
210 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_3
Expired
|
1.28 MB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_4
Expired
|
487 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_5
Expired
|
797 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_6
Expired
|
399 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_7
Expired
|
225 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_8
Expired
|
208 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-Linux_9
Expired
|
230 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_1
Expired
|
161 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_2
Expired
|
178 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_3
Expired
|
1.39 MB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_4
Expired
|
498 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_5
Expired
|
786 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_6
Expired
|
587 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_7
Expired
|
220 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_8
Expired
|
207 KB |
|
playwright-blob-artifacts--9b58f30f2c9a6ba26e8b6d569dfc07e41f498524-12340619896-9985-macOS_9
Expired
|
208 KB |
|