feat(tokens): add gray and text colors #17540
build.yml
on: pull_request
build-core
1m 35s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
54s
test-core-spec
44s
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
3s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
4s
Annotations
68 errors and 1 notice
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/rtl/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
4) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/rtl/dark › more than two buttons
Error: expect(locator).toHaveScreenshot(expected) failed
224 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-md-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-md-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
3) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
224 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
3) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
224 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
3) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons
Error: expect(locator).toHaveScreenshot(expected) failed
224 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-md-h md sc-ion-alert-md hydrated">…</ion-alert>
- 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
- 224 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
2) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
2) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
2) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
1) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
1) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons:
src/components/alert/test/basic/alert.e2e.ts#L134
1) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons
Error: expect(locator).toHaveScreenshot(expected) failed
82 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: alert-multipleButtons-ios-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(alert-multipleButtons-ios-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" id="ion-overlay-1" sub-header="Subtitle" message="This is an alert message." class="sc-ion-alert-ios-h ios sc-ion-alert-ios hydrated">…</ion-alert>
- 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
- 82 pixels (ratio 0.01 of all image pixels) are different.
132 | const alert = page.locator('ion-alert');
133 |
> 134 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
135 | });
136 | });
137 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:134:27
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (11, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (11, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (4, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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._7_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 (14, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (5, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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._7_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._7_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 (9, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (12, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (12, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
test-core-screenshot (10, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (10, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (8, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (8, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (10, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (8, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (18, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (20, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (20, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (20, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
4 failed
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/ltr/dark › more than two buttons
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - ios/rtl/dark › more than two buttons
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/ltr/dark › more than two buttons
[Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:106:9 › should not have visual regressions - md/rtl/dark › more than two buttons
360 skipped
271 passed (2.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
837 KB |
sha256:0b82614837bd29831c6f5bb4c042bc87119993c8eaa1ddcf804732c9fd00068d
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:67db353d1b6f25ebe7c808db1b7fa42e39928a4b1eacf102264f88105ad1f6a2
|
|
|
ionic-core
|
5.2 MB |
sha256:377ca6d30c27c026c3a80a1cc812fcf350757e11dfdc520d588aad3fc5a6f8c6
|
|
|
ionic-react
|
375 KB |
sha256:0edaff4d83d2f70ceb2110ed596be66b9ebd712a33b07d3919aa635926ff6716
|
|
|
ionic-react-router
|
27.9 KB |
sha256:5a71ac1feefcd833367597ce0b426518f9103cf759e4411dc08312a8ef6988ab
|
|
|
ionic-vue
|
406 KB |
sha256:705344b27ec960114e85a7f126901e33d613d6739f1e595ddc3c3b570ff72457
|
|
|
ionic-vue-router
|
17 KB |
sha256:4d60bd378451e59259464c26c8a4f56f5c7099e4604f26af37bfcc45df52de25
|
|
|
test-results-7-20
|
5.54 MB |
sha256:72d1c2ae3c96914b0920a2e3a75a8f6a5c9f13fda3aa6b567c2737e353612e13
|
|