chore: switch to pnpm, add workspaces #11577
build.yml
on: pull_request
build-core
1m 52s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
1m 17s
test-core-spec
1m 5s
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
11 errors, 38 warnings, and 20 notices
test-vue-e2e (vue3)
Process completed with exit code 1.
|
test-react-router-e2e (reactrouter5)
Process completed with exit code 1.
|
verify-test-vue-e2e
Process completed with exit code 1.
|
verify-test-react-router-e2e
Process completed with exit code 1.
|
test-react-e2e (react18)
Process completed with exit code 1.
|
test-react-e2e (react17)
Process completed with exit code 1.
|
verify-test-react-e2e
Process completed with exit code 1.
|
[Mobile Chrome] › src/components/input/test/legacy/spec/input.e2e.ts:10:9 › input: spec - ios/rtl › should not have visual regressions:
core/src/utils/test/playwright/page/utils/set-ion-viewport.ts#L21
1) [Mobile Chrome] › src/components/input/test/legacy/spec/input.e2e.ts:10:9 › input: spec - ios/rtl › should not have visual regressions
Error: elementHandle.waitForElementState: Element is not attached to the DOM
=========================== logs ===========================
waiting for element to be stable
============================================================
at src/utils/test/playwright/page/utils/set-ion-viewport.ts:21
19 |
20 | if (ionContent) {
> 21 | await ionContent.waitForElementState('stable');
| ^
22 | }
23 |
24 | const [x, y] = await page.evaluate(async () => {
at setIonViewport (/home/runner/work/ionic-framework/ionic-framework/core/src/utils/test/playwright/page/utils/set-ion-viewport.ts:21:22)
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/input/test/legacy/spec/input.e2e.ts:11:7
|
[Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:25:9 › picker-internal: overlay rendering - md/ltr › popover: should not have visual regression:
core/src/components/picker-internal/test/basic/picker-internal.e2e.ts#L39
1) [Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:25:9 › picker-internal: overlay rendering - md/ltr › popover: should not have visual regression
Error: Screenshot comparison failed:
10 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ionic-framework/ionic-framework/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts-snapshots/picker-internal-popover-diff-md-ltr-Mobile-Firefox-linux.png
Received: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-picker-internal-test-basic-pick-f872c-d-ltr-popover-should-not-have-visual-regression-Mobile-Firefox/picker-internal-popover-diff-md-ltr-actual.png
Diff: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-picker-internal-test-basic-pick-f872c-d-ltr-popover-should-not-have-visual-regression-Mobile-Firefox/picker-internal-popover-diff-md-ltr-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-popover .ion-delegate-host')
- locator resolved to <div class="ion-delegate-host popover-viewport">…</div>
- taking element screenshot
- waiting for element to be visible and stable
- element is visible and stable
- 10 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-popover .ion-delegate-host')
- locator resolved to <div class="ion-delegate-host popover-viewport">…</div>
- taking element screenshot
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 10 pixels (ratio 0.01 of all image pixels) are different.
37 | const popoverContent = page.locator('ion-popover .ion-delegate-host');
38 |
> 39 | await expect(popoverContent).toHaveScreenshot(screenshot(`picker-internal-popover-diff`), {
| ^
40 | /**
41 | * Animations must be enabled to capture the screenshot.
42 | * By default, animations are disabled with toHaveScreenshot,
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts:39:36
|
test-core-screenshot (17, 20)
The operation was canceled.
|
verify-screenshots
Process completed with exit code 1.
|
build-core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-clean-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-angular-server
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-vue
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-angular
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-spec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-react
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-vue-router
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-react-router
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-vue-e2e (vue3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-react-router-e2e (reactrouter5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-react-e2e (react18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-react-e2e (react17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (13, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (10, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (8, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (9, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-angular-e2e (ng16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (12, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-angular-e2e (ng14)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (11, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (7, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (19, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-angular-e2e (ng17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (5, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (3, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (14, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (1, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-angular-e2e (ng15)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (6, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (4, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (20, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (18, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (15, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (2, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (16, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-core-screenshot (17, 20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
393 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/input/test/legacy/spec/input.e2e.ts:10:9 › input: spec - ios/rtl › should not have visual regressions
380 passed (3.0m)
|
🎭 Playwright Run Summary
407 passed (2.9m)
|
🎭 Playwright Run Summary
3 skipped
405 passed (2.8m)
|
🎭 Playwright Run Summary
14 skipped
358 passed (2.5m)
|
🎭 Playwright Run Summary
2 skipped
429 passed (3.3m)
|
🎭 Playwright Run Summary
11 skipped
392 passed (4.4m)
|
🎭 Playwright Run Summary
13 skipped
373 passed (4.3m)
|
🎭 Playwright Run Summary
12 skipped
373 passed (4.8m)
|
🎭 Playwright Run Summary
1 skipped
400 passed (5.1m)
|
🎭 Playwright Run Summary
15 skipped
397 passed (4.9m)
|
🎭 Playwright Run Summary
4 skipped
403 passed (5.0m)
|
🎭 Playwright Run Summary
6 skipped
402 passed (4.7m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:25:9 › picker-internal: overlay rendering - md/ltr › popover: should not have visual regression
10 skipped
411 passed (5.8m)
|
🎭 Playwright Run Summary
11 skipped
386 passed (4.9m)
|
🎭 Playwright Run Summary
10 skipped
399 passed (5.2m)
|
🎭 Playwright Run Summary
1 skipped
400 passed (5.5m)
|
🎭 Playwright Run Summary
5 skipped
391 passed (5.7m)
|
🎭 Playwright Run Summary
2 skipped
387 passed (4.6m)
|
🎭 Playwright Run Summary
5 skipped
400 passed (6.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ionic-angular
Expired
|
809 KB |
|
ionic-angular-server
Expired
|
56.9 KB |
|
ionic-core
Expired
|
5.26 MB |
|
ionic-react
Expired
|
211 KB |
|
ionic-react-router
Expired
|
30.6 KB |
|
ionic-vue
Expired
|
211 KB |
|
ionic-vue-router
Expired
|
18.4 KB |
|
test-results-1-20
Expired
|
370 KB |
|
test-results-10-20
Expired
|
1.05 MB |
|
test-results-11-20
Expired
|
405 KB |
|
test-results-12-20
Expired
|
355 KB |
|
test-results-13-20
Expired
|
357 KB |
|
test-results-14-20
Expired
|
381 KB |
|
test-results-15-20
Expired
|
356 KB |
|
test-results-16-20
Expired
|
377 KB |
|
test-results-17-20
Expired
|
431 KB |
|
test-results-18-20
Expired
|
395 KB |
|
test-results-19-20
Expired
|
361 KB |
|
test-results-2-20
Expired
|
387 KB |
|
test-results-20-20
Expired
|
358 KB |
|
test-results-3-20
Expired
|
373 KB |
|
test-results-4-20
Expired
|
1.36 MB |
|
test-results-5-20
Expired
|
375 KB |
|
test-results-6-20
Expired
|
346 KB |
|
test-results-7-20
Expired
|
379 KB |
|
test-results-8-20
Expired
|
369 KB |
|
test-results-9-20
Expired
|
369 KB |
|