feat(chip): add recipe and variables #17776
build.yml
on: pull_request
build-core
1m 30s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
53s
test-core-spec
46s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
2s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
2s
Annotations
62 errors and 7 notices
|
test-core-clean-build
Process completed with exit code 1.
|
|
build-vue
Process completed with exit code 1.
|
|
build-react
Process completed with exit code 1.
|
|
verify-test-vue-e2e
Process completed with exit code 1.
|
|
verify-test-react-router-e2e
Process completed with exit code 1.
|
|
test-core-lint
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.
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group:
src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group
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"
132 |
133 | await pageUtils.pressKeys('Tab');
> 134 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
135 |
136 | await page.keyboard.press('ArrowDown');
137 | await expect(firstGroupRadios.nth(1)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
|
|
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 (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 (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 (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 (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 (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 (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.
|
|
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 (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 (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 (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 (13, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (16, 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.
|
|
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.5m)
|
|
🎭 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.4m)
|
|
🎭 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
1 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group
4 skipped
675 passed (4.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular-server
|
8.55 KB |
sha256:625ab6d46cdb453cca7b4dcb8f082be7577c822bba1182ec4fcad153bbc36298
|
|
|
ionic-core
|
5.16 MB |
sha256:d50f3cb54f6521f5b9d2e1b045d957eeeb201a2d024c369a82e34036701f9fad
|
|
|
test-results-10-20
|
461 KB |
sha256:daa5faf15de9ae63018aa5a3a15c58bd64a0fe0378f377aef2fc85ae3a4f5ba0
|
|
|
test-results-11-20
|
1.35 MB |
sha256:dfce5257266da1f9236a658c3a2181aaefaf1c744673606b18ad23bd1128a31c
|
|
|
test-results-12-20
|
498 KB |
sha256:5e5bb28ad2adf1356d71f8124f7e0ab01a33affbb3b1dd1cfdbab4a2f0681bc9
|
|
|
test-results-20-20
|
356 KB |
sha256:daec83ae28778ff006818be8827fb211e97bf89eb5cbbeb8240b1b43d19242ce
|
|
|
test-results-7-20
|
375 KB |
sha256:32002e96241ed72bc879f5df3afa8adb8d2d918ca027906e548ffa74db819f1b
|
|
|
test-results-8-20
|
17.3 MB |
sha256:607dad1f459f6782e1cd0ebdfc9d0dc321d5f0ae1e642094871375de6acc379c
|
|
|
test-results-9-20
|
505 KB |
sha256:fb9bc5eb05b830b16a4ebee63a64f6178a262160c2e08851ccddac6a9158c3e0
|
|