Skip to content

feat(chip): add recipe and variables #17795

feat(chip): add recipe and variables

feat(chip): add recipe and variables #17795

Triggered via pull request December 16, 2025 01:14
@thetaPCthetaPC
synchronize #30873
FW-6833
Status Failure
Total duration 7m 54s
Artifacts 10

build.yml

on: pull_request
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
1m 8s
build-angular
build-angular-server
41s
build-angular-server
test-core-clean-build
15s
test-core-clean-build
test-core-lint
54s
test-core-lint
test-core-spec
44s
test-core-spec
build-react-router
build-react-router
build-vue-router
0s
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
2s
verify-test-angular-e2e
verify-test-react-e2e
2s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
4s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

59 errors and 8 notices
test-core-clean-build
Process completed with exit code 1.
build-vue
Process completed with exit code 1.
verify-test-vue-e2e
Process completed with exit code 1.
build-react
Process completed with exit code 1.
verify-test-react-router-e2e
Process completed with exit code 1.
verify-test-react-e2e
Process completed with exit code 1.
build-angular
Process completed with exit code 1.
verify-test-angular-e2e
Process completed with exit code 1.
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ionic/md/ltr/light › should render solid color chip: src/components/chip/test/basic/chip.e2e.ts#L90
4) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ionic/md/ltr/light › should render solid color chip Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 148px by 32px, received 125px by 25px. 768 pixels (ratio 0.17 of all image pixels) are different. Snapshot: chip-solid-color-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-solid-color-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success md chip-soft ion-activatable ion-focusable chip-medium 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 148px by 32px, received 125px by 25px. 768 pixels (ratio 0.17 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success md chip-soft ion-activatable ion-focusable chip-medium 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 148px by 32px, received 125px by 25px. 768 pixels (ratio 0.17 of all image pixels) are different. 88 | const chip = page.locator('ion-chip'); 89 | > 90 | await expect(chip).toHaveScreenshot(screenshot(`chip-solid-color`)); | ^ 91 | }); 92 | test('should render outline color chip', async ({ page }) => { 93 | await page.setContent( at /ionic/src/components/chip/test/basic/chip.e2e.ts:90:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip: src/components/chip/test/basic/chip.e2e.ts#L75
3) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. Snapshot: chip-outline-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-outline-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. 73 | const chip = page.locator('ion-chip'); 74 | > 75 | await expect(chip).toHaveScreenshot(screenshot(`chip-outline`)); | ^ 76 | }); 77 | }); 78 | test.describe(title('chip: color'), () => { at /ionic/src/components/chip/test/basic/chip.e2e.ts:75:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip: src/components/chip/test/basic/chip.e2e.ts#L75
3) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. Snapshot: chip-outline-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-outline-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. 73 | const chip = page.locator('ion-chip'); 74 | > 75 | await expect(chip).toHaveScreenshot(screenshot(`chip-outline`)); | ^ 76 | }); 77 | }); 78 | test.describe(title('chip: color'), () => { at /ionic/src/components/chip/test/basic/chip.e2e.ts:75:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip: src/components/chip/test/basic/chip.e2e.ts#L75
3) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') Expected an image 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. Snapshot: chip-outline-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(chip-outline-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip outline="true" class="md chip-soft chip-outline ion-activatable ion-focusable chip-medium 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 65px by 32px, received 47px by 30px. 688 pixels (ratio 0.34 of all image pixels) are different. 73 | const chip = page.locator('ion-chip'); 74 | > 75 | await expect(chip).toHaveScreenshot(screenshot(`chip-outline`)); | ^ 76 | }); 77 | }); 78 | test.describe(title('chip: color'), () => { at /ionic/src/components/chip/test/basic/chip.e2e.ts:75:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip: src/components/chip/test/basic/chip.e2e.ts#L90
2) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 187 pixels (ratio 0.04 of all image pixels) are different. Snapshot: chip-solid-color-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-solid-color-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. 88 | const chip = page.locator('ion-chip'); 89 | > 90 | await expect(chip).toHaveScreenshot(screenshot(`chip-solid-color`)); | ^ 91 | }); 92 | test('should render outline color chip', async ({ page }) => { 93 | await page.setContent( at /ionic/src/components/chip/test/basic/chip.e2e.ts:90:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip: src/components/chip/test/basic/chip.e2e.ts#L90
2) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 187 pixels (ratio 0.04 of all image pixels) are different. Snapshot: chip-solid-color-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-solid-color-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. 88 | const chip = page.locator('ion-chip'); 89 | > 90 | await expect(chip).toHaveScreenshot(screenshot(`chip-solid-color`)); | ^ 91 | }); 92 | test('should render outline color chip', async ({ page }) => { 93 | await page.setContent( at /ionic/src/components/chip/test/basic/chip.e2e.ts:90:26
[Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip: src/components/chip/test/basic/chip.e2e.ts#L90
2) [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 187 pixels (ratio 0.04 of all image pixels) are different. Snapshot: chip-solid-color-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-solid-color-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip color="success" class="ion-color ion-color-success ios chip-soft ion-activatable ion-focusable chip-medium 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 - 187 pixels (ratio 0.04 of all image pixels) are different. 88 | const chip = page.locator('ion-chip'); 89 | > 90 | await expect(chip).toHaveScreenshot(screenshot(`chip-solid-color`)); | ^ 91 | }); 92 | test('should render outline color chip', async ({ page }) => { 93 | await page.setContent( at /ionic/src/components/chip/test/basic/chip.e2e.ts:90:26
[Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text: src/components/chip/test/a11y/chip.e2e.ts#L31
1) [Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 1 pixels (ratio 0.01 of all image pixels) are different. Snapshot: chip-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | const chip = page.locator('ion-chip'); 30 | > 31 | await expect(chip).toHaveScreenshot(screenshot('chip-scale')); | ^ 32 | }); 33 | }); 34 | }); at /ionic/src/components/chip/test/a11y/chip.e2e.ts:31:26
[Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text: src/components/chip/test/a11y/chip.e2e.ts#L31
1) [Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 1 pixels (ratio 0.01 of all image pixels) are different. Snapshot: chip-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | const chip = page.locator('ion-chip'); 30 | > 31 | await expect(chip).toHaveScreenshot(screenshot('chip-scale')); | ^ 32 | }); 33 | }); 34 | }); at /ionic/src/components/chip/test/a11y/chip.e2e.ts:31:26
[Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text: src/components/chip/test/a11y/chip.e2e.ts#L31
1) [Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-chip') 1 pixels (ratio 0.01 of all image pixels) are different. Snapshot: chip-scale-ios-ltr.png Call log: - Expect "toHaveScreenshot(chip-scale-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-chip') - locator resolved to <ion-chip class="ios chip-soft ion-activatable ion-focusable chip-medium 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 - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | const chip = page.locator('ion-chip'); 30 | > 31 | await expect(chip).toHaveScreenshot(screenshot('chip-scale')); | ^ 32 | }); 33 | }); 34 | }); at /ionic/src/components/chip/test/a11y/chip.e2e.ts:31:26
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
test-core-screenshot (11, 20)
The operation was canceled.
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
test-core-screenshot (13, 20)
The operation was canceled.
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (3, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (1, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (19, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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._8_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 (16, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (4, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (14, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (15, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (6, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (2, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (17, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
test-core-screenshot (17, 20)
Process completed with exit code 12.
test-core-screenshot (17, 20)
The operation was canceled.
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
360 skipped 275 passed (2.2m)
🎭 Playwright Run Summary
368 skipped 307 passed (3.4m)
🎭 Playwright Run Summary
2 skipped 669 passed (3.6m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.9m)
🎭 Playwright Run Summary
8 skipped 663 passed (4.3m)
🎭 Playwright Run Summary
14 failed [Mobile Chrome] › src/components/chip/test/a11y/chip.e2e.ts:9:9 › chip: font scaling - ios/ltr › should scale text [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ios/ltr › should render solid color chip [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:64:9 › chip: outline - ionic/md/ltr/light › should render default outline chip [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:79:9 › chip: color - ionic/md/ltr/light › should render solid color chip [Mobile Chrome] › src/components/chip/test/basic/chip.e2e.ts:92:9 › chip: color - ionic/md/ltr/light › should render outline color chip [Mobile Chrome] › src/components/chip/test/hue/chip.e2e.ts:6:9 › chip: hue - ionic/md/ltr/light › should render subtle chips [Mobile Chrome] › src/components/chip/test/hue/chip.e2e.ts:110:9 › chip: hue - ionic/md/ltr/light › should render bold chips [Mobile Chrome] › src/components/chip/test/shape/chip.e2e.ts:14:11 › chip: shape - ionic/md/ltr/light › default › should not have visual regressions [Mobile Chrome] › src/components/chip/test/shape/chip.e2e.ts:22:11 › chip: shape - ionic/md/ltr/light › soft › should not have visual regressions [Mobile Chrome] › src/components/chip/test/shape/chip.e2e.ts:30:11 › chip: shape - ionic/md/ltr/light › round › should not have visual regressions [Mobile Chrome] › src/components/chip/test/shape/chip.e2e.ts:38:11 › chip: shape - ionic/md/ltr/light › rectangular › should not have visual regressions [Mobile Chrome] › src/components/chip/test/size/chip.e2e.ts:9:9 › chip: size - ionic/md/ltr/light › should render small chip [Mobile Chrome] › src/components/chip/test/size/chip.e2e.ts:22:9 › chip: size - ionic/md/ltr/light › should render large chip [Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state 8 skipped 669 passed (4.7m)
🎭 Playwright Run Summary
4 skipped 676 passed (4.7m)
🎭 Playwright Run Summary
144 skipped 715 passed (4.8m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular-server
8.55 KB
sha256:e82e3493d3d9e260503ca6f355c4d3d4d4cda828499fcc8d576c8b382a43b1de
ionic-core
5.16 MB
sha256:43234013b3e1ed50de2517d265a616819533ad81615a7c4cdb30afe6629afab2
test-results-10-20
462 KB
sha256:0c41b1d26a7fce3f09a3b35dbd34efb1da94fc1a1fd676d615a65541772b1444
test-results-11-20
595 KB
sha256:9fbc41f8088ba8c6804ee33f0562afa6c42eb610c4b1fb7a5efc3985815585f7
test-results-12-20
497 KB
sha256:2fe198bf70e1b49272f6d4fbd2cbd320c972cc06ee296fe4380988b93557af7b
test-results-13-20
477 KB
sha256:d8776f9ab33f968fb1ba3f43090708f3dede0f6d4c764c39ddfe2e90f910aa92
test-results-20-20
355 KB
sha256:bf264b07039104360a1e065e9283dccc0a8e69b95d1837f36352119b1d06e81b
test-results-7-20
375 KB
sha256:96d2c20f7d492142dbd41a170e8b6307ed6efb94a1c43ee46c6e063763cb53ee
test-results-8-20
17.3 MB
sha256:4b3e709b03c520d27ceaf3c9e91b0280f6fd29d12c022053ea08671681ad2345
test-results-9-20
503 KB
sha256:e71518ab7820c741f84587eb81f39fd1b1685d95a4c7ae28baaa5b94d33d972f