Skip to content

Stencil Nightly Build #668

Stencil Nightly Build

Stencil Nightly Build #668

Triggered via schedule June 9, 2025 06:05
Status Success
Total duration 10m 7s
Artifacts 27

stencil-nightly.yml

on: schedule
build-core-with-stencil-nightly
1m 9s
build-core-with-stencil-nightly
build-react
45s
build-react
build-vue
37s
build-vue
Matrix: test-core-screenshot
build-angular
54s
build-angular
build-angular-server
29s
build-angular-server
test-core-clean-build
12s
test-core-clean-build
test-core-lint
43s
test-core-lint
test-core-spec
42s
test-core-spec
build-react-router
25s
build-react-router
build-vue-router
31s
build-vue-router
verify-screenshots
3s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
3s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 notices
[Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes: src/components/fab/test/custom-size/fab.e2e.ts#L14
1) [Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/fab/test/custom-size/fab.e2e.ts-snapshots/fab-custom-size-ios-rtl-Mobile-Chrome-linux.png Received: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome-retry1/fab-custom-size-ios-rtl-actual.png Diff: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome-retry1/fab-custom-size-ios-rtl-diff.png Call log: - expect.toHaveScreenshot(fab-custom-size-ios-rtl.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4 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 - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 12 | await page.setViewportSize(Viewports.tablet.landscape); 13 | > 14 | await expect(page).toHaveScreenshot(screenshot(`fab-custom-size`)); | ^ 15 | }); 16 | }); 17 | }); at /ionic/src/components/fab/test/custom-size/fab.e2e.ts:14:26
[Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes: src/components/fab/test/custom-size/fab.e2e.ts#L14
1) [Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes Error: expect(page).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/fab/test/custom-size/fab.e2e.ts-snapshots/fab-custom-size-ios-rtl-Mobile-Chrome-linux.png Received: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome/fab-custom-size-ios-rtl-actual.png Diff: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome/fab-custom-size-ios-rtl-diff.png Call log: - expect.toHaveScreenshot(fab-custom-size-ios-rtl.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4 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 - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 12 | await page.setViewportSize(Viewports.tablet.landscape); 13 | > 14 | await expect(page).toHaveScreenshot(screenshot(`fab-custom-size`)); | ^ 15 | }); 16 | }); 17 | }); at /ionic/src/components/fab/test/custom-size/fab.e2e.ts:14:26
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
🎭 Playwright Run Summary
216 skipped 238 passed (2.3m)
🎭 Playwright Run Summary
414 passed (2.7m)
🎭 Playwright Run Summary
508 passed (2.9m)
🎭 Playwright Run Summary
1 skipped 514 passed (3.3m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes 2 skipped 591 passed (3.5m)
🎭 Playwright Run Summary
212 skipped 292 passed (3.6m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 2 skipped 499 passed (3.7m)
🎭 Playwright Run Summary
627 passed (4.2m)
🎭 Playwright Run Summary
10 skipped 482 passed (4.8m)
🎭 Playwright Run Summary
3 skipped 504 passed (4.9m)
🎭 Playwright Run Summary
14 skipped 374 passed (5.0m)
🎭 Playwright Run Summary
498 passed (5.9m)
🎭 Playwright Run Summary
4 skipped 501 passed (5.9m)
🎭 Playwright Run Summary
4 skipped 502 passed (6.2m)
🎭 Playwright Run Summary
5 skipped 551 passed (6.8m)
🎭 Playwright Run Summary
506 passed (6.8m)
🎭 Playwright Run Summary
12 skipped 496 passed (7.0m)
🎭 Playwright Run Summary
7 skipped 504 passed (7.2m)
🎭 Playwright Run Summary
2 skipped 504 passed (7.3m)
🎭 Playwright Run Summary
6 skipped 508 passed (7.8m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
652 KB
sha256:9fd95392c5ba7d4b343402ac098e372db500fcda007eafa7fb81f8e28516d1b4
ionic-angular-server Expired
8.55 KB
sha256:f12e5f70db1a881ac08b51b6183545cfd8f2a1b8a58e66cfb15ef9822514917b
ionic-core Expired
4.56 MB
sha256:1c9fe9332bd90897a8f75ac5f5f38dcfed412e913603b01206976b8b154fd27c
ionic-react Expired
199 KB
sha256:af99a14c7d53c177babcbe5eeff0d7283b9df5aa9764b6c6ff5235e4764baeed
ionic-react-router Expired
27.9 KB
sha256:5e02859afd2d82a927c83cc359af335f02276cff7a1c4a0ce944080f6a11ef1d
ionic-vue Expired
221 KB
sha256:bec68904f1cb61d0d9c441ff30aa8b9fc3d281d1cbe627c0917028277e7f684a
ionic-vue-router Expired
17.1 KB
sha256:5b4b56a9f78776a50cef2aba107cdd35c84c0799d1940de99e366f6ce59529b9
test-results-1-20 Expired
442 KB
sha256:c225f5a55eeea1c7716e518e1665d1144f6133f936f99d28adaf93d0374f9b1b
test-results-10-20 Expired
418 KB
sha256:3e05bad3f70ff1a85beeae1e85a059d39776c41b4fa3031ae4d65df2550c9162
test-results-11-20 Expired
1.62 MB
sha256:7e4a38cdc21628daf0b80815decff4f111b17ec0093a0a4a9fc6c2d505b24935
test-results-12-20 Expired
437 KB
sha256:40c4666d2dcd3f61df0f54b74e19b51c7e2ec17df329c30c477c5d22de0717ed
test-results-13-20 Expired
446 KB
sha256:8e820c0caebabb40e16d8f6356220ca739d67abe3ca8f7049962a0ea544d9ce4
test-results-14-20 Expired
401 KB
sha256:2b639122b5a54e393ce2444af2473ab7ccaa819e4d8cb935fc29e9c2bd18850d
test-results-15-20 Expired
436 KB
sha256:31d0a0cb32b6741e75e93f31e6fb9cf7721f6de5abc0ea17f07700b000d1cffe
test-results-16-20 Expired
423 KB
sha256:35daef0e969223e6e2d8f594860f52b97042f96ffb160eb78907a8e679f1c842
test-results-17-20 Expired
542 KB
sha256:79efa8fa967b9de408b802232d6c9b6d445cd187aa6735686509074f7197e839
test-results-18-20 Expired
488 KB
sha256:a74d92fd676bf9375e482dd58ea87180a26e18af2641db39cf80469a4815d996
test-results-19-20 Expired
398 KB
sha256:6df07d1ef9673590d6303a44dd34f49d5abf86eed8ef600b9e4ff86804dbeea6
test-results-2-20 Expired
477 KB
sha256:8c05300d74a3d39596bcc2b2ab3f694dc9f8d76592efd921505315af28a1d270
test-results-20-20 Expired
347 KB
sha256:bcbc07858308af1cf519eecece64c9649e8bab8212a267eb86cf57c8e5aca268
test-results-3-20 Expired
421 KB
sha256:1a12efa850e3d23e7df3dcc58a03bb1cf794161903e4fd11bc6015d8f1d5524d
test-results-4-20 Expired
529 KB
sha256:744e39cef4c257bbfa78d269e9e3e5dbc21fd5e6d51a9080e7bd003bdae7cbe8
test-results-5-20 Expired
449 KB
sha256:c4d309a2afc3438d5aa9f32040f988c60461f92fa5dd38b6c639d63b356c0bce
test-results-6-20 Expired
447 KB
sha256:9c305a7b42492d37d1bec48426ef85b2cdb23e2afe94f6a0fba502c8e37de6f8
test-results-7-20 Expired
336 KB
sha256:5ffccc84255168793931ce1241552c94dff2b63932dd9e055cf981c12c1fdfd6
test-results-8-20 Expired
435 KB
sha256:4abda3ea9529f3dc5cf7e9c32d92e61c87d23b1df4cb7988764d5ff9a4d8785e
test-results-9-20 Expired
2.43 MB
sha256:f3d80de5424aba3dcfca4cfe907467711d8b6e3397cee73a73f134560d2053ac