Skip to content

feat(chip): add recipe and variables #18034

feat(chip): add recipe and variables

feat(chip): add recipe and variables #18034

Triggered via pull request January 17, 2026 00:28
@thetaPCthetaPC
synchronize #30873
FW-6833
Status Success
Total duration 12m 59s
Artifacts 27

build.yml

on: pull_request
build-react
49s
build-react
build-vue
43s
build-vue
Matrix: test-core-screenshot
build-angular
1m 8s
build-angular
build-angular-server
42s
build-angular-server
test-core-clean-build
25s
test-core-clean-build
test-core-lint
57s
test-core-lint
test-core-spec
53s
test-core-spec
build-react-router
23s
build-react-router
build-vue-router
41s
build-vue-router
verify-screenshots
2s
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
3s
verify-test-react-router-e2e
verify-test-vue-e2e
3s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 20 notices
[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: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [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 Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms 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" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions: src/components/tab-bar/test/basic/tab-bar.e2e.ts#L45
1) [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-tab-bar') 541 pixels (ratio 0.03 of all image pixels) are different. Snapshot: tab-bar-default-ionic-md-rtl-light.png Call log: - Expect "toHaveScreenshot(tab-bar-default-ionic-md-rtl-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-tab-bar') - locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar> - 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 - 541 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-tab-bar') - locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar> - 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 - 541 pixels (ratio 0.03 of all image pixels) are different. 43 | const tabBar = page.locator('ion-tab-bar'); 44 | > 45 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-bar-default`)); | ^ 46 | }); 47 | }); 48 | }); at /ionic/src/components/tab-bar/test/basic/tab-bar.e2e.ts:45:28
[Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:22:9 › chip: size - ionic/md/ltr/light › should render large chip: src/components/chip/test/size/chip.e2e.ts#L32
8) [Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:22:9 › chip: size - ionic/md/ltr/light › should render large chip Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 52px by 32px, received 36px by 25px. 183 pixels (ratio 0.11 of all image pixels) are different. Snapshot: chip-size-large-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-size-large-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip size="large" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 52px by 32px, received 36px by 25px. 183 pixels (ratio 0.11 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip size="large" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 52px by 32px, received 36px by 25px. 183 pixels (ratio 0.11 of all image pixels) are different. 30 | const chip = page.locator('ion-chip'); 31 | > 32 | await expect(chip).toHaveScreenshot(screenshot(`chip-size-large`)); | ^ 33 | }); 34 | }); 35 | }); at /ionic/src/components/chip/test/size/chip.e2e.ts:32:26
[Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:9:9 › chip: size - ionic/md/ltr/light › should render small chip: src/components/chip/test/size/chip.e2e.ts#L19
7) [Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:9:9 › chip: size - ionic/md/ltr/light › should render small chip Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 47px by 25px, received 35px by 25px. 180 pixels (ratio 0.16 of all image pixels) are different. Snapshot: chip-size-small-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-size-small-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip size="small" class="chip-round ion-activatable ion-focusable chip-small chip-subtle hydrated">…</ion-chip> - 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 47px by 25px, received 35px by 25px. 180 pixels (ratio 0.16 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip size="small" class="chip-round ion-activatable ion-focusable chip-small chip-subtle hydrated">…</ion-chip> - 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 47px by 25px, received 35px by 25px. 180 pixels (ratio 0.16 of all image pixels) are different. 17 | const chip = page.locator('ion-chip'); 18 | > 19 | await expect(chip).toHaveScreenshot(screenshot(`chip-size-small`)); | ^ 20 | }); 21 | 22 | test('should render large chip', async ({ page }) => { at /ionic/src/components/chip/test/size/chip.e2e.ts:19:26
[Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions: src/components/chip/test/shape/chip.e2e.ts#L41
6) [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#rectangular') Expected an image 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. Snapshot: chip-rectangular-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-rectangular-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#rectangular') - locator resolved to <ion-chip id="rectangular" shape="rectangular" class="chip-rectangular ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#rectangular') - locator resolved to <ion-chip id="rectangular" shape="rectangular" class="chip-rectangular ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. 39 | const container = page.locator('#rectangular'); 40 | > 41 | await expect(container).toHaveScreenshot(screenshot(`chip-rectangular`)); | ^ 42 | }); 43 | }); 44 | }); at /ionic/src/components/chip/test/shape/chip.e2e.ts:41:33
[Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions: src/components/chip/test/shape/chip.e2e.ts#L41
6) [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#rectangular') Expected an image 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. Snapshot: chip-rectangular-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-rectangular-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#rectangular') - locator resolved to <ion-chip id="rectangular" shape="rectangular" class="chip-rectangular ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#rectangular') - locator resolved to <ion-chip id="rectangular" shape="rectangular" class="chip-rectangular ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 93px by 33px, received 76px by 25px. 449 pixels (ratio 0.15 of all image pixels) are different. 39 | const container = page.locator('#rectangular'); 40 | > 41 | await expect(container).toHaveScreenshot(screenshot(`chip-rectangular`)); | ^ 42 | }); 43 | }); 44 | }); at /ionic/src/components/chip/test/shape/chip.e2e.ts:41:33
[Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:30:11 › chip: shape - ionic/md/ltr/light › round › should not have visual regressions: src/components/chip/test/shape/chip.e2e.ts#L33
5) [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:30:11 › chip: shape - ionic/md/ltr/light › round › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#round') Expected an image 57px by 33px, received 41px by 25px. 188 pixels (ratio 0.10 of all image pixels) are different. Snapshot: chip-round-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-round-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#round') - locator resolved to <ion-chip id="round" shape="round" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 57px by 33px, received 41px by 25px. 188 pixels (ratio 0.10 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#round') - locator resolved to <ion-chip id="round" shape="round" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 57px by 33px, received 41px by 25px. 188 pixels (ratio 0.10 of all image pixels) are different. 31 | const container = page.locator('#round'); 32 | > 33 | await expect(container).toHaveScreenshot(screenshot(`chip-round`)); | ^ 34 | }); 35 | }); 36 | at /ionic/src/components/chip/test/shape/chip.e2e.ts:33:33
[Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:22:11 › chip: shape - ionic/md/ltr/light › soft › should not have visual regressions: src/components/chip/test/shape/chip.e2e.ts#L25
4) [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:22:11 › chip: shape - ionic/md/ltr/light › soft › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#soft') Expected an image 43px by 33px, received 26px by 25px. 106 pixels (ratio 0.08 of all image pixels) are different. Snapshot: chip-soft-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-soft-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#soft') - locator resolved to <ion-chip id="soft" shape="soft" class="chip-soft ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 43px by 33px, received 26px by 25px. 106 pixels (ratio 0.08 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#soft') - locator resolved to <ion-chip id="soft" shape="soft" class="chip-soft ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 43px by 33px, received 26px by 25px. 106 pixels (ratio 0.08 of all image pixels) are different. 23 | const container = page.locator('#soft'); 24 | > 25 | await expect(container).toHaveScreenshot(screenshot(`chip-soft`)); | ^ 26 | }); 27 | }); 28 | at /ionic/src/components/chip/test/shape/chip.e2e.ts:25:33
[Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:14:11 › chip: shape - ionic/md/ltr/light › default › should not have visual regressions: src/components/chip/test/shape/chip.e2e.ts#L17
3) [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:14:11 › chip: shape - ionic/md/ltr/light › default › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#default') Expected an image 62px by 33px, received 45px by 25px. 282 pixels (ratio 0.14 of all image pixels) are different. Snapshot: chip-default-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-default-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#default') - locator resolved to <ion-chip id="default" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 62px by 33px, received 45px by 25px. 282 pixels (ratio 0.14 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#default') - locator resolved to <ion-chip id="default" class="chip-round ion-activatable ion-focusable chip-large chip-subtle hydrated">…</ion-chip> - 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 62px by 33px, received 45px by 25px. 282 pixels (ratio 0.14 of all image pixels) are different. 15 | const container = page.locator('#default'); 16 | > 17 | await expect(container).toHaveScreenshot(screenshot(`chip-default`)); | ^ 18 | }); 19 | }); 20 | at /ionic/src/components/chip/test/shape/chip.e2e.ts:17:33
[Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:113:9 › chip: hue - ionic/md/ltr/light › should render bold chips: src/components/chip/test/hue/chip.e2e.ts#L214
2) [Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:113:9 › chip: hue - ionic/md/ltr/light › should render bold chips Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#container') Expected an image 393px by 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. Snapshot: chip-hue-bold-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-hue-bold-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. 212 | const container = page.locator('#container'); 213 | > 214 | await expect(container).toHaveScreenshot(screenshot(`chip-hue-bold`)); | ^ 215 | }); 216 | }); 217 | }); at /ionic/src/components/chip/test/hue/chip.e2e.ts:214:31
[Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:113:9 › chip: hue - ionic/md/ltr/light › should render bold chips: src/components/chip/test/hue/chip.e2e.ts#L214
2) [Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:113:9 › chip: hue - ionic/md/ltr/light › should render bold chips Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#container') Expected an image 393px by 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. Snapshot: chip-hue-bold-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-hue-bold-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 29441 pixels (ratio 0.47 of all image pixels) are different. 212 | const container = page.locator('#container'); 213 | > 214 | await expect(container).toHaveScreenshot(screenshot(`chip-hue-bold`)); | ^ 215 | }); 216 | }); 217 | }); at /ionic/src/components/chip/test/hue/chip.e2e.ts:214:31
[Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:9:9 › chip: hue - ionic/md/ltr/light › should render subtle chips: src/components/chip/test/hue/chip.e2e.ts#L110
1) [Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:9:9 › chip: hue - ionic/md/ltr/light › should render subtle chips Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#container') Expected an image 393px by 160px, received 393px by 140px. 9709 pixels (ratio 0.16 of all image pixels) are different. Snapshot: chip-hue-subtle-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-hue-subtle-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 9709 pixels (ratio 0.16 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#container') - locator resolved to <div id="container">…</div> - 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 160px, received 393px by 140px. 9709 pixels (ratio 0.16 of all image pixels) are different. 108 | const container = page.locator('#container'); 109 | > 110 | await expect(container).toHaveScreenshot(screenshot(`chip-hue-subtle`)); | ^ 111 | }); 112 | 113 | test('should render bold chips', async ({ page }) => { at /ionic/src/components/chip/test/hue/chip.e2e.ts:110:31
🎭 Playwright Run Summary
360 skipped 277 passed (2.2m)
🎭 Playwright Run Summary
368 skipped 307 passed (3.5m)
🎭 Playwright Run Summary
2 skipped 667 passed (3.6m)
🎭 Playwright Run Summary
1 skipped 683 passed (3.9m)
🎭 Playwright Run Summary
8 skipped 694 passed (4.0m)
🎭 Playwright Run Summary
8 skipped 663 passed (4.4m)
🎭 Playwright Run Summary
152 skipped 707 passed (4.6m)
🎭 Playwright Run Summary
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 671 passed (4.8m)
🎭 Playwright Run Summary
14 skipped 491 passed (6.1m)
🎭 Playwright Run Summary
18 skipped 640 passed (6.6m)
🎭 Playwright Run Summary
5 skipped 691 passed (7.2m)
🎭 Playwright Run Summary
3 skipped 664 passed (7.7m)
🎭 Playwright Run Summary
1 skipped 656 passed (7.9m)
🎭 Playwright Run Summary
12 skipped 695 passed (8.3m)
🎭 Playwright Run Summary
13 skipped 660 passed (8.5m)
🎭 Playwright Run Summary
4 skipped 738 passed (8.7m)
🎭 Playwright Run Summary
1 flaky [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions 13 skipped 711 passed (8.7m)
🎭 Playwright Run Summary
5 skipped 658 passed (9.0m)
🎭 Playwright Run Summary
10 flaky [Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:9:9 › chip: hue - ionic/md/ltr/light › should render subtle chips [Mobile Firefox] › src/components/chip/test/hue/chip.e2e.ts:113:9 › chip: hue - ionic/md/ltr/light › should render bold chips [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:14:11 › chip: shape - ionic/md/ltr/light › default › should not have visual regressions [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:22:11 › chip: shape - ionic/md/ltr/light › soft › should not have visual regressions [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:30:11 › chip: shape - ionic/md/ltr/light › round › should not have visual regressions [Mobile Firefox] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions [Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:9:9 › chip: size - ionic/md/ltr/light › should render small chip [Mobile Firefox] › src/components/chip/test/size/chip.e2e.ts:22:9 › chip: size - ionic/md/ltr/light › should render large chip [Mobile Firefox] › src/components/chip/test/states/chip.e2e.ts:11:9 › chip: states - ionic/md/ltr/light › should render disabled state [Mobile Firefox] › src/components/chip/test/states/chip.e2e.ts:63:9 › chip: states - ionic/md/ltr/light › should custom chip 18 skipped 618 passed (9.9m)
🎭 Playwright Run Summary
14 skipped 682 passed (10.2m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
780 KB
sha256:46bbbd93d06c2191465b506ba5f00e1fd8d30ce01edb9b3a2113b75fec71f3be
ionic-angular-server
8.55 KB
sha256:f9687bfe5799bdfbf15bd5cafc158f82a2837756314900e928e1914815125121
ionic-core
5.22 MB
sha256:37e74aae4ce4a3d385f96a6bad932e7bcb03d1a27d532f261165cb101e374d35
ionic-react
319 KB
sha256:39c7a31ae9486d10cb68e74063f392d0a910e8ee8d7642c9ff16409ecf8e7891
ionic-react-router
27.9 KB
sha256:681a7f6a3ef3db46d768ebb99bb1af09a54c0fd862f18d9b5c5ceb578386b9ca
ionic-vue
349 KB
sha256:bfe5f73be591414d72c448ea881c88c9e56e07df71fea18256b9beafb22e135e
ionic-vue-router
17.1 KB
sha256:d0ab8597d7e7dbb94701debc37a2dda2fe9ddabd33b660ea9931fe0f65b61e3f
test-results-1-20
514 KB
sha256:d33d4f6195b4519fe5d821d3229a4b33483a0f2751f3df3df2d045083b8e3fdd
test-results-10-20
460 KB
sha256:2e2d780db44263f2ac0ef8af98db98d5b77b9ff02261e034ff571a7bd955b4f2
test-results-11-20
1.35 MB
sha256:42a4265b5db1ed1164e4fe6ee1197bc1fee4db56cb40e66bf229278665735640
test-results-12-20
500 KB
sha256:a060f0bf5db429215b804bbf9a102c3384999405113f71ec428e45d4cdcc1e61
test-results-13-20
472 KB
sha256:3290014c2f35a12b3d07463c53c552528734697f9183e46d3eea9b99d1b673ce
test-results-14-20
443 KB
sha256:542b81df90bd9ab16430539801c8732dd2c462baaf6dc88585a33114fc90e558
test-results-15-20
475 KB
sha256:920e31db2f9d74be1a83372e2b0123d0693b7ac1e101886ae4607a1dc604db4b
test-results-16-20
500 KB
sha256:1161a0225e91459ae957c452cac21b818bbcaaad30931c5df3a4da72b6771610
test-results-17-20
569 KB
sha256:7e1b7fd58de760b7d377f44df5e3e53fa2f7665c62cd6498ea2415d4487843c4
test-results-18-20
578 KB
sha256:169b481dac8bdb05608eeafc174b64bdf6aa9d5cfe2c54248830a4a9fff20ea7
test-results-19-20
459 KB
sha256:ab3001317559742fd5f591eeeaab3d2504007e7bbc4eafdbb11541cc99ffbd38
test-results-2-20
5.8 MB
sha256:208eac3b8dce546c94e57a439274ff66f63521bdbd000d31001a69067ffa9da3
test-results-20-20
355 KB
sha256:1870d018045306de3ad204f1cdbcf0385580e16655f22077e4d5561ab98c5631
test-results-3-20
456 KB
sha256:d40ad0bee1640b37bdbbed9d93c9a0a76fcaaefe23965ea22a8e222892fbb2de
test-results-4-20
601 KB
sha256:a33ce0cbca51f2641edb5dfe889bf45a80d7c6ac858518ef38bdeb8422a9b4ef
test-results-5-20
505 KB
sha256:842e9591f745e4c77b7f02a439cdabbe6e7928d57cb32f8c0c5048c9abdf6bdc
test-results-6-20
1.3 MB
sha256:660a53b0de8373cf582bd92f6559e8f64b9c34779db57244ab31501086705917
test-results-7-20
376 KB
sha256:1610e96b3fb3b27f40efebe6205dd83f8361fe400827c58d56fb8cd8f89d8883
test-results-8-20
469 KB
sha256:31c55043388d08f56ff447f28b9adb5daa02b8d926dd94320e9dd7706e0c946f
test-results-9-20
504 KB
sha256:0985f13e2654af0edb376d4d443a53de0ea0fc2f56a857a7a6e22636b8b21828