chore: update from main #16824
build.yml
on: pull_request
build-core
1m 37s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
55s
test-core-spec
44s
verify-screenshots
4s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-react-e2e
4s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
2s
Annotations
57 errors and 5 notices
|
test-core-screenshot (20, 20)
Process completed with exit code 1.
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
655 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 655 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 655 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
552 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 552 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 552 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text
Error: expect(locator).toHaveScreenshot(expected)
552 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 552 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 552 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
299 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
299 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text:
src/components/toolbar/test/basic/toolbar.e2e.ts#L159
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text
Error: expect(locator).toHaveScreenshot(expected)
299 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-icon-buttons-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 299 pixels (ratio 0.01 of all image pixels) are different.
157 |
158 | const header = page.locator('ion-header');
> 159 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-icon-buttons`));
| ^
160 | });
161 |
162 | test('should not have visual regressions with text and button inside the content slot', async ({ page }) => {
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:159:28
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
test-core-screenshot (12, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (8, 20)
The operation was canceled.
|
|
test-core-screenshot (8, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (16, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (16, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (19, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (19, 20)
The operation was canceled.
|
|
test-core-screenshot (19, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (11, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (11, 20)
The operation was canceled.
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
test-core-screenshot (9, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
276 passed (2.3m)
|
|
🎭 Playwright Run Summary
671 passed (3.5m)
|
|
🎭 Playwright Run Summary
2 failed
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with buttons with icons and text
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:89:9 › toolbar: basic - ionic/md/rtl/light › should not have visual regressions with buttons with icons and text
356 skipped
313 passed (3.7m)
|
|
🎭 Playwright Run Summary
1 skipped
671 passed (3.7m)
|
|
🎭 Playwright Run Summary
688 passed (3.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
863 KB |
sha256:da6bdd4aafc759b48ee92997f3e8d9ec9aaa235ab970ae027040902624087412
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:cb108b82fa37cb46ef390e62cc6841fea4e0a21f805592da49d918372d198f31
|
|
|
ionic-core
Expired
|
5.13 MB |
sha256:ad88324ce651efbd84527f093890aff4ea81075e0b6ec1de1b894a49a73c94ee
|
|
|
ionic-react
Expired
|
403 KB |
sha256:6e4d7326f7785a63c0d3df4a66c9f7af24c3df67ca734e4fee3514828810d917
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:9a29630eeac633f3d7cf0d3d65c310a73527cc55d4c11c656f9256b1ecb4bc46
|
|
|
ionic-vue
Expired
|
433 KB |
sha256:d8bbf12a14efe17dfee8a1b4bdf35a5f75d10a05b2409a168ac9377bd1e76df5
|
|
|
ionic-vue-router
Expired
|
17 KB |
sha256:1d3d1163c72c72dde1ff7cd0b1a36e82b65902b48d7c059190696891668b3dbc
|
|
|
test-results-10-20
Expired
|
455 KB |
sha256:98b511ddc03007980a6c4514f3a8d20dfaf47a6b2145e3b02c108a0182f63736
|
|
|
test-results-12-20
Expired
|
491 KB |
sha256:b7343033110d52183b919bba669a606351a62711e7b4b6eb250dc71e5728c18b
|
|
|
test-results-20-20
Expired
|
3.74 MB |
sha256:9f85d5fe7ab516bc99af838c0d0c1d262c0afea0fb91db6c9ceaaaa0c4e95d88
|
|
|
test-results-7-20
Expired
|
368 KB |
sha256:7b50f9c3d298b1f8b6299dcde6faa6792f574eec34c524f93719366da9570de5
|
|
|
test-results-8-20
Expired
|
458 KB |
sha256:f38b675da059b5b9c50b255f54954ae602a3d7ab91ae6a397e73e8581b028786
|
|