Skip to content

feat(radio-group): remove radio-group-wrapper and convert to shadow DOM #17629

feat(radio-group): remove radio-group-wrapper and convert to shadow DOM

feat(radio-group): remove radio-group-wrapper and convert to shadow DOM #17629

Triggered via pull request December 4, 2025 13:55
Status Failure
Total duration 8m 10s
Artifacts 14

build.yml

on: pull_request
build-react
51s
build-react
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
1m 10s
build-angular
build-angular-server
45s
build-angular-server
test-core-clean-build
16s
test-core-clean-build
test-core-lint
54s
test-core-lint
test-core-spec
56s
test-core-spec
build-react-router
23s
build-react-router
build-vue-router
41s
build-vue-router
verify-screenshots
4s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 7 notices
[Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:173:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering error text: src/components/radio-group/test/supporting-text/radio-group.e2e.ts#L186
4) [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:173:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering error text Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. Snapshot: radio-group-error-text-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(radio-group-error-text-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" aria-invalid="true" error-text="Error text" aria-describedby="ion-rg-0-error-text" class="ion-invalid ion-touched ionic hydrated">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" aria-invalid="true" error-text="Error text" aria-describedby="ion-rg-0-error-text" class="ion-invalid ion-touched ionic hydrated">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. 184 | 185 | const radioGroup = page.locator('ion-radio-group'); > 186 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-group-error-text`)); | ^ 187 | }); 188 | }); 189 | }); at /ionic/src/components/radio-group/test/supporting-text/radio-group.e2e.ts:186:32
[Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text: src/components/radio-group/test/supporting-text/radio-group.e2e.ts#L170
3) [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. Snapshot: radio-group-helper-text-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(radio-group-helper-text-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. 168 | 169 | const radioGroup = page.locator('ion-radio-group'); > 170 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-group-helper-text`)); | ^ 171 | }); 172 | 173 | test('should not have visual regressions when rendering error text', async ({ page }) => { at /ionic/src/components/radio-group/test/supporting-text/radio-group.e2e.ts:170:32
[Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text: src/components/radio-group/test/supporting-text/radio-group.e2e.ts#L170
3) [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. Snapshot: radio-group-helper-text-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(radio-group-helper-text-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. 168 | 169 | const radioGroup = page.locator('ion-radio-group'); > 170 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-group-helper-text`)); | ^ 171 | }); 172 | 173 | test('should not have visual regressions when rendering error text', async ({ page }) => { at /ionic/src/components/radio-group/test/supporting-text/radio-group.e2e.ts:170:32
[Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text: src/components/radio-group/test/supporting-text/radio-group.e2e.ts#L170
3) [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. Snapshot: radio-group-helper-text-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(radio-group-helper-text-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="1" role="radiogroup" class="ionic hydrated" helper-text="Helper text" aria-describedby="ion-rg-0-helper-text">…</ion-radio-group> - 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 - Expected an image 393px by 92px, received 393px by 76px. 1124 pixels (ratio 0.04 of all image pixels) are different. 168 | 169 | const radioGroup = page.locator('ion-radio-group'); > 170 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-group-helper-text`)); | ^ 171 | }); 172 | 173 | test('should not have visual regressions when rendering error text', async ({ page }) => { at /ionic/src/components/radio-group/test/supporting-text/radio-group.e2e.ts:170:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. Snapshot: radio-scale-md-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. Snapshot: radio-scale-md-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. Snapshot: radio-scale-md-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="md hydrated">…</ion-radio-group> - 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 - Expected an image 249px by 43px, received 393px by 45px. 159 pixels (ratio 0.01 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. Snapshot: radio-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. Snapshot: radio-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes: src/components/radio/test/a11y/radio.e2e.ts#L174
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-radio-group') Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. Snapshot: radio-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(radio-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-radio-group') - locator resolved to <ion-radio-group value="a" role="radiogroup" class="ios hydrated">…</ion-radio-group> - 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 - Expected an image 248px by 44px, received 393px by 54px. 1153 pixels (ratio 0.06 of all image pixels) are different. 172 | 173 | const radioGroup = page.locator('ion-radio-group'); > 174 | await expect(radioGroup).toHaveScreenshot(screenshot(`radio-scale`)); | ^ 175 | }); 176 | }); 177 | }); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:174:32
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (6, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (17, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (15, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (16, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (14, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (19, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (18, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (3, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (4, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (5, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (2, 20)
The strategy configuration was canceled because "test-core-screenshot._11_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 (13, 20)
The strategy configuration was canceled because "test-core-screenshot._11_20" failed
test-core-screenshot (13, 20)
Process completed with exit code 12.
test-core-screenshot (13, 20)
The operation was canceled.
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
360 skipped 276 passed (2.3m)
🎭 Playwright Run Summary
368 skipped 308 passed (3.5m)
🎭 Playwright Run Summary
2 skipped 673 passed (3.6m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.8m)
🎭 Playwright Run Summary
8 skipped 663 passed (4.3m)
🎭 Playwright Run Summary
8 skipped 683 passed (3.8m)
🎭 Playwright Run Summary
4 failed [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - ios/ltr › should scale text on larger font sizes [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:158:9 › radio: font scaling - md/ltr › should scale text on larger font sizes [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:157:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering helper text [Mobile Chrome] › src/components/radio-group/test/supporting-text/radio-group.e2e.ts:173:9 › radio-group: supporting text rendering - ionic/md/ltr/light › should not have visual regressions when rendering error text 1 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups 4 skipped 667 passed (5.2m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
805 KB
sha256:e92d65228143ad6ba1fbba0c40b17a919f66eaeffbc8796077f9f6230e2dfb6c
ionic-angular-server
8.55 KB
sha256:e72ff17afff6b7faba6b5ebcef09dd4de6e1f7ea8ddf895688ee0d7e7f7c184c
ionic-core
5.13 MB
sha256:1b21df34f3dec60c6959e0279c666259777002eba3c83d6962e103c7bd8c2c56
ionic-react
343 KB
sha256:91531a4c5fc27890740a7f199c97c436d7ad2a6df5b1f948adeb30a3d23c2163
ionic-react-router
27.9 KB
sha256:e775d03bc9c4fe9f6e3ca30f1447b070df065611e85c079921475b34a127ff8d
ionic-vue
373 KB
sha256:46e93e33a3f045f12162991ce98155fbfdfea0a4b34003594a958bcf6204a0c9
ionic-vue-router
17 KB
sha256:e89ff0d02bea00d4aaf2cbc8e32f7bd35de5e0757f8da10226e5c61b80f5a02d
test-results-10-20
464 KB
sha256:6eeaf8dafbae4bc226047d7b9a0a90d1a176aa624fd356d1d9c9dab5498f26d1
test-results-11-20
6.24 MB
sha256:c134e25586cd8e0670edd154965c46025106c90422e8c40d57ec9afb55d854e8
test-results-12-20
497 KB
sha256:357f9964b4164d88ed5ee2e2e6e0020cefac57c0c631c2c5f603614890940eb4
test-results-20-20
360 KB
sha256:af8190b3420b40354f000b8afe50fe728fa794208ab725f6216944b11348f790
test-results-7-20
379 KB
sha256:a8e62b4e3b46fee33040d2b46a95c9f34ede187202d3843da2829043c8610a99
test-results-8-20
464 KB
sha256:93428e0d7463ec5fb57be1307ac2281f9c2442db1a7710ff7a6f20cd139bf961
test-results-9-20
504 KB
sha256:f319981e04d6a526c169b0016fbcea06e8b2e09377f5a4541eecc2f147fb62c9