feat(tokens): add gray colors #17506
build.yml
on: pull_request
build-core
1m 34s
Matrix: test-core-screenshot
test-core-clean-build
11s
test-core-lint
55s
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
3s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
3s
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 (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 (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 (5, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 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 (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
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 (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 (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 (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 (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 (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 (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 (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.
|
|
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 (9, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (10, 20)
The operation was canceled.
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
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 (13, 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 (2, 20)
The strategy configuration was canceled because "test-core-screenshot._7_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 (8, 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 (8, 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.
|
|
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:947a08cc239e9e01c413f236de9db2666a9fbd300d69135822b8bcb958883e90
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:cb5be941a07f3599903541f298e802867a7bae8c669c237a82d666198bece7d7
|
|
|
ionic-core
|
5.2 MB |
sha256:3f585bcdb8076e565d8fdaff29318889955df6c72352b5ca92c4616070e1aa76
|
|
|
ionic-react
|
375 KB |
sha256:23a7b32b6517a09666e11809edd7b81d373e303c4035ac4561d897b5c6b247d7
|
|
|
ionic-react-router
|
27.9 KB |
sha256:879748077911950c7adf9a0a27506c92602b3dae6ebb8e285beed3b7464b348d
|
|
|
ionic-vue
|
406 KB |
sha256:d05e11b908741edb25a864df9cc2ef3386fd24e2cfc03b3fbdf0f0aae75b933e
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:020894b84f2e761f812f7376f2ad2162d85054f0d563b1d5833eab9d2213fb5f
|
|
|
test-results-7-20
|
5.53 MB |
sha256:3d69d8d202e8dcfdbd6fa3463f31bcd63f97e16c589b7c1d4b03ca34521264f2
|
|