chore(git): sync ionic-modular with next #17574
build.yml
on: pull_request
build-core
1m 30s
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-lint
57s
test-core-spec
45s
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
4s
verify-test-vue-e2e
2s
Annotations
64 errors and 4 notices
|
test-core-screenshot (10, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions:
src/components/item/test/disabled/item.e2e.ts#L14
1) [Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
5007 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: item-disabled-diff-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(item-disabled-diff-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5007 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5007 pixels (ratio 0.02 of all image pixels) are different.
12 | await page.setIonViewport();
13 |
> 14 | await expect(page).toHaveScreenshot(screenshot(`item-disabled-diff`));
| ^
15 | });
16 | });
17 | });
at /ionic/src/components/item/test/disabled/item.e2e.ts:14:26
|
|
[Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions:
src/components/item/test/disabled/item.e2e.ts#L14
1) [Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
5007 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: item-disabled-diff-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(item-disabled-diff-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5007 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5007 pixels (ratio 0.02 of all image pixels) are different.
12 | await page.setIonViewport();
13 |
> 14 | await expect(page).toHaveScreenshot(screenshot(`item-disabled-diff`));
| ^
15 | });
16 | });
17 | });
at /ionic/src/components/item/test/disabled/item.e2e.ts:14:26
|
|
[Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions:
src/components/item/test/disabled/item.e2e.ts#L14
1) [Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions
Error: expect(page).toHaveScreenshot(expected) failed
5007 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: item-disabled-diff-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(item-disabled-diff-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5007 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5007 pixels (ratio 0.02 of all image pixels) are different.
12 | await page.setIonViewport();
13 |
> 14 | await expect(page).toHaveScreenshot(screenshot(`item-disabled-diff`));
| ^
15 | });
16 | });
17 | });
at /ionic/src/components/item/test/disabled/item.e2e.ts:14:26
|
|
test-core-screenshot (20, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:63:9 › toast: shape - ionic/md/ltr/light › should render a soft toast:
src/components/toast/test/shape/toast.e2e.ts#L39
4) [Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:63:9 › toast: shape - ionic/md/ltr/light › should render a soft toast
Error: expect(page).toHaveScreenshot(expected) failed
40584 pixels (ratio 0.16 of all image pixels) are different.
Snapshot: toast-shape-soft-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-shape-soft-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 40584 pixels (ratio 0.16 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 40584 pixels (ratio 0.16 of all image pixels) are different.
37 |
38 | if (el === undefined) {
> 39 | await expect(page).toHaveScreenshot(screenshotString);
| ^
40 | } else {
41 | await expect(el).toHaveScreenshot(screenshotString);
42 | }
at ToastFixture.screenshot (/ionic/src/components/toast/test/shape/toast.e2e.ts:39:26)
at /ionic/src/components/toast/test/shape/toast.e2e.ts:65:26
|
|
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast:
src/components/toast/test/shape/toast.e2e.ts#L39
3) [Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
40584 pixels (ratio 0.16 of all image pixels) are different.
Snapshot: toast-shape-round-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-shape-round-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 40584 pixels (ratio 0.16 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 40584 pixels (ratio 0.16 of all image pixels) are different.
37 |
38 | if (el === undefined) {
> 39 | await expect(page).toHaveScreenshot(screenshotString);
| ^
40 | } else {
41 | await expect(el).toHaveScreenshot(screenshotString);
42 | }
at ToastFixture.screenshot (/ionic/src/components/toast/test/shape/toast.e2e.ts:39:26)
at /ionic/src/components/toast/test/shape/toast.e2e.ts:60:26
|
|
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast:
src/components/toast/test/shape/toast.e2e.ts#L39
3) [Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
40584 pixels (ratio 0.16 of all image pixels) are different.
Snapshot: toast-shape-round-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-shape-round-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 40584 pixels (ratio 0.16 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 40584 pixels (ratio 0.16 of all image pixels) are different.
37 |
38 | if (el === undefined) {
> 39 | await expect(page).toHaveScreenshot(screenshotString);
| ^
40 | } else {
41 | await expect(el).toHaveScreenshot(screenshotString);
42 | }
at ToastFixture.screenshot (/ionic/src/components/toast/test/shape/toast.e2e.ts:39:26)
at /ionic/src/components/toast/test/shape/toast.e2e.ts:60:26
|
|
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast:
src/components/toast/test/shape/toast.e2e.ts#L39
3) [Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast
Error: expect(page).toHaveScreenshot(expected) failed
40584 pixels (ratio 0.16 of all image pixels) are different.
Snapshot: toast-shape-round-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-shape-round-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 40584 pixels (ratio 0.16 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 40584 pixels (ratio 0.16 of all image pixels) are different.
37 |
38 | if (el === undefined) {
> 39 | await expect(page).toHaveScreenshot(screenshotString);
| ^
40 | } else {
41 | await expect(el).toHaveScreenshot(screenshotString);
42 | }
at ToastFixture.screenshot (/ionic/src/components/toast/test/shape/toast.e2e.ts:39:26)
at /ionic/src/components/toast/test/shape/toast.e2e.ts:60:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
2) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
8516 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-bold-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-bold-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10896 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2380 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8516 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:56:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
2) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
8516 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-bold-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-bold-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10896 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2380 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8516 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:56:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
2) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts
Error: expect(page).toHaveScreenshot(expected) failed
8516 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-bold-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-bold-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10896 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2380 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8516 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:56:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
1) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
8851 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-subtle-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-subtle-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11218 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2367 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8851 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:51:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
1) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
8851 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-subtle-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-subtle-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11218 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2367 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8851 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:51:26
|
|
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts:
src/components/toast/test/hue/toast.e2e.ts#L37
1) [Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts
Error: expect(page).toHaveScreenshot(expected) failed
8851 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: toast-subtle-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(toast-subtle-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11218 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2367 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 8851 pixels (ratio 0.04 of all image pixels) are different.
35 | const screenshotString = screenshot(`toast-${screenshotModifier}`);
36 |
> 37 | await expect(page).toHaveScreenshot(screenshotString);
| ^
38 | }
39 | }
40 |
at ToastFixture.screenshot (/ionic/src/components/toast/test/hue/toast.e2e.ts:37:24)
at /ionic/src/components/toast/test/hue/toast.e2e.ts:51:26
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (5, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (4, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (3, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (15, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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._10_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 (19, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (6, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (13, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (11, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (11, 20)
The operation was canceled.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._10_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 (9, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (8, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (8, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (8, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
275 passed (2.4m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.9m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Chrome] › src/components/item/test/disabled/item.e2e.ts:9:9 › item: disabled state - ionic/md/ltr/light › should not have visual regressions
2 skipped
668 passed (3.7m)
|
|
🎭 Playwright Run Summary
8 failed
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:49:9 › toast: hue - ionic/md/ltr/light › should show all subtle toasts
[Mobile Safari] › src/components/toast/test/hue/toast.e2e.ts:54:9 › toast: hue - ionic/md/ltr/light › should show all bold toasts
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:58:9 › toast: shape - ionic/md/ltr/light › should render the default toast
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:63:9 › toast: shape - ionic/md/ltr/light › should render a soft toast
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:68:9 › toast: shape - ionic/md/ltr/light › should render a round toast
[Mobile Safari] › src/components/toast/test/shape/toast.e2e.ts:73:9 › toast: shape - ionic/md/ltr/light › should render a rectangular toast
[Mobile Safari] › src/components/toggle/test/sizes/toggle.e2e.ts:6:9 › toggle: sizes - ionic/md/ltr/light › should not have visual regressions
[Mobile Safari] › src/components/toggle/test/sizes/toggle.e2e.ts:6:9 › toggle: sizes - ionic/md/rtl/light › should not have visual regressions
368 skipped
299 passed (4.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
776 KB |
sha256:5951565c7bc621113b3624ba1cc02fa8c4f8c53c1d6a3863d5ec2e86bf05f444
|
|
|
ionic-angular-server
|
8.56 KB |
sha256:c6909bf026039f21c3459f80cab11490c8016c0bffbfe8ab4fbbd09da1f4e888
|
|
|
ionic-core
|
5.15 MB |
sha256:d0e28674dac6af3938f4deb07dfd49f5a8983e617f13ca736926e791efe2e086
|
|
|
ionic-react
|
314 KB |
sha256:3c69f184d08a39059fe06ff435c2cf7a320724b121f9b3aa1e5b0cb91c4d6043
|
|
|
ionic-react-router
|
27.9 KB |
sha256:dbeac8f93d8c67a98c0ead5684f48a50ccd9c8cbfbd2113e6692c8c2c6f859e7
|
|
|
ionic-vue
|
344 KB |
sha256:2b75e9f6f61afbc09899eafbd341804956170c77175c9ea55acc2ae385724e79
|
|
|
ionic-vue-router
|
17 KB |
sha256:7cb8e747eb909505de46de303aa15c90859e9f4a5ed6bd7ca0dbbb5d208022bf
|
|
|
test-results-10-20
|
2.08 MB |
sha256:e4dbd490a372a649bd9436e398ad12af08bfc98535d828d066e9c655b8075804
|
|
|
test-results-12-20
|
498 KB |
sha256:295de9a3905b8a8cd2443783f7320d5841088ac15cffecb2f9cc7f16aeb2f14f
|
|
|
test-results-20-20
|
14.3 MB |
sha256:0086e070b7cce299479c8df36f578912fc46b8e33bee21147a2ab3095f6241be
|
|
|
test-results-7-20
|
376 KB |
sha256:cc067ac6873dde2e5674422f14f1bc379bf93f76bc44557d53c1e7479be974fe
|
|