Stencil Nightly Build #53
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 26s
Matrix: test-core-screenshot
test-core-clean-build
9s
test-core-lint
47s
test-core-spec
51s
verify-screenshots
0s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-react-e2e
0s
verify-test-react-router-e2e
0s
verify-test-vue-e2e
0s
Annotations
1 error, 22 warnings, and 20 notices
[Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating:
src/components/menu/test/disable/menu.e2e.ts#L61
1) [Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ion-menu')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ion-menu')
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-enabled menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-enabled menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
59 | await menu.evaluate((el: HTMLIonMenuElement) => (el.disabled = false));
60 | await menu.evaluate((el: HTMLIonMenuElement) => el.open());
> 61 | await expect(menu).toBeVisible();
| ^
62 |
63 | expect(logs.length).toBe(0);
64 | });
at /ionic/src/components/menu/test/disable/menu.e2e.ts:61:26
|
build-core-with-stencil-nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-clean-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-angular-server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-vue
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-react
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-angular
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-react-router
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-spec
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-vue-router
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-e2e (react17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-e2e (react18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-react-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-router-e2e (reactrouter5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-react-router-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-vue-e2e (vue3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-vue-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-screenshots
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-angular-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
212 skipped
210 passed (2.7m)
|
🎭 Playwright Run Summary
455 passed (3.0m)
|
🎭 Playwright Run Summary
216 skipped
229 passed (2.4m)
|
🎭 Playwright Run Summary
2 skipped
442 passed (3.3m)
|
🎭 Playwright Run Summary
438 passed (3.8m)
|
🎭 Playwright Run Summary
9 skipped
379 passed (4.3m)
|
🎭 Playwright Run Summary
3 skipped
451 passed (3.6m)
|
🎭 Playwright Run Summary
550 passed (4.7m)
|
🎭 Playwright Run Summary
451 passed (3.6m)
|
🎭 Playwright Run Summary
14 skipped
349 passed (4.9m)
|
🎭 Playwright Run Summary
3 skipped
451 passed (5.4m)
|
🎭 Playwright Run Summary
4 skipped
448 passed (5.6m)
|
🎭 Playwright Run Summary
2 skipped
445 passed (5.6m)
|
🎭 Playwright Run Summary
2 skipped
402 passed (5.0m)
|
🎭 Playwright Run Summary
3 skipped
459 passed (5.3m)
|
🎭 Playwright Run Summary
2 skipped
428 passed (6.2m)
|
🎭 Playwright Run Summary
5 skipped
528 passed (6.1m)
|
🎭 Playwright Run Summary
5 skipped
443 passed (6.6m)
|
🎭 Playwright Run Summary
10 skipped
480 passed (6.4m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating
7 skipped
444 passed (8.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ionic-angular
|
637 KB |
|
ionic-angular-server
|
8.55 KB |
|
ionic-core
|
5.2 MB |
|
ionic-react
|
201 KB |
|
ionic-react-router
|
27.9 KB |
|
ionic-vue
|
216 KB |
|
ionic-vue-router
|
17.1 KB |
|
test-results-1-20
|
420 KB |
|
test-results-10-20
|
472 KB |
|
test-results-11-20
|
458 KB |
|
test-results-12-20
|
416 KB |
|
test-results-13-20
|
421 KB |
|
test-results-14-20
|
394 KB |
|
test-results-15-20
|
403 KB |
|
test-results-16-20
|
438 KB |
|
test-results-17-20
|
1.2 MB |
|
test-results-18-20
|
465 KB |
|
test-results-19-20
|
375 KB |
|
test-results-2-20
|
460 KB |
|
test-results-20-20
|
309 KB |
|
test-results-3-20
|
425 KB |
|
test-results-4-20
|
502 KB |
|
test-results-5-20
|
418 KB |
|
test-results-6-20
|
404 KB |
|
test-results-7-20
|
335 KB |
|
test-results-8-20
|
417 KB |
|
test-results-9-20
|
425 KB |
|