feat(themes): enable all palettes #17781
build.yml
on: pull_request
build-core
1m 59s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
55s
test-core-spec
46s
verify-screenshots
3s
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
2s
verify-test-vue-e2e
4s
Annotations
60 errors and 5 notices
|
test-angular-e2e (ng17)
Process completed with exit code 1.
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/rtl/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
4) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/rtl/dark › should not have visual regressions with text and button inside the content slot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
183 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-ionic-md-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-ionic-md-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 183 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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
- 183 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
3) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
187 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
3) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
187 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
3) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
187 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-ionic-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header>
- 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.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
150 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
150 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
2) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
150 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-rtl-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-rtl-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 150 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
157 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
157 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L181
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-header')
157 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: toolbar-basic-text-buttons-inside-content-md-ltr-dark.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-text-buttons-inside-content-md-ltr-dark.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="md header-md header-collapse-none hydrated">…</ion-header>
- 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
- 157 pixels (ratio 0.01 of all image pixels) are different.
179 |
180 | const header = page.locator('ion-header');
> 181 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-text-buttons-inside-content`));
| ^
182 | });
183 | });
184 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:181:28
|
|
test-core-screenshot (12, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._20_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._20_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 (2, 20)
The strategy configuration was canceled because "test-core-screenshot._20_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 (14, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._20_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._20_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._20_20" failed
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (16, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (16, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._20_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 (3, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._20_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._20_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._20_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 (1, 20)
The strategy configuration was canceled because "test-core-screenshot._20_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
verify-test-angular-e2e
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
275 passed (2.3m)
|
|
🎭 Playwright Run Summary
2 skipped
669 passed (3.7m)
|
|
🎭 Playwright Run Summary
8 skipped
683 passed (3.9m)
|
|
🎭 Playwright Run Summary
4 failed
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/ltr/dark › should not have visual regressions with text and button inside the content slot
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - md/rtl/dark › should not have visual regressions with text and button inside the content slot
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/ltr/dark › should not have visual regressions with text and button inside the content slot
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:164:9 › toolbar: basic - ionic/md/rtl/dark › should not have visual regressions with text and button inside the content slot
368 skipped
303 passed (3.7m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
776 KB |
sha256:01881dbed7cd165e27401eb31a31f1244b9b360c02fd3f6c781980908659bf0a
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:1d58e169ed2e5193588cffa8c94d1c2afb96397c10665ac8fb7098872d619b00
|
|
|
ionic-core
|
5.18 MB |
sha256:ae4548b34dc9512d0dab85c329b8123523b7847f54c747f5fa93b89a47e2f677
|
|
|
ionic-react
|
314 KB |
sha256:7d11b4f7d577d8d581cd916ef795c0000b3cddc12ca2d662669adff4d44b36db
|
|
|
ionic-react-router
|
27.9 KB |
sha256:b142befdeb243ab767cc82225a2c48d2eeaf8a252eb69b7fe69f5ad9bd5db74b
|
|
|
ionic-vue
|
344 KB |
sha256:08c8d7b3548a4e0e6850cdd11845b04bd19ba2f751a685f231e597a13e8288cd
|
|
|
ionic-vue-router
|
17 KB |
sha256:6254afc7a448eb2111257a295eb238bf735c94e8e25775c594d3cb689f6d20ec
|
|
|
test-results-10-20
|
462 KB |
sha256:a42b7fcf7ec6d98d0af5f89c6ace3f2c5d59db9a146f7c5c04932d5fa3779ca0
|
|
|
test-results-12-20
|
498 KB |
sha256:63433defb158cbd0ae8a3f7d268106bc39fe30514c4bfae2b8ddfbe0b85f1ccc
|
|
|
test-results-20-20
|
5.31 MB |
sha256:fcf09071c6900998a96d070e4be05a5c2c9494f76d4f5c0663f735b320d63861
|
|
|
test-results-7-20
|
375 KB |
sha256:70b7e49b6f0eb1b6bbd7b9870aea6c45b40f23966278ea620ce0190e4e90104c
|
|
|
test-results-8-20
|
465 KB |
sha256:c36d9ef65bf45098171e11602037dad34842796908072115e83a7d05c7a9ffa4
|
|