feat(badge): add recipe and tokens #18989
build.yml
on: pull_request
build-core
1m 25s
Matrix: test-core-screenshot
test-core-clean-build
17s
test-core-lint
59s
test-core-spec
49s
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
2s
verify-test-react-router-e2e
4s
verify-test-vue-e2e
3s
Annotations
56 errors and 3 notices
|
test-core-screenshot (8, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges:
src/components/button/test/badge/badge.e2e.ts#L75
1) [Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
1 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: button-small-badge-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(button-small-badge-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1 pixels (ratio 0.01 of all image pixels) are different.
73 | await page.setViewportSize({ width: Math.ceil(box!.width) + 40, height: Math.ceil(box!.height) + 32 });
74 |
> 75 | await expect(container).toHaveScreenshot(screenshot(`button-${buttonSize}-badge`));
| ^
76 | });
77 | });
78 | });
at /ionic/src/components/button/test/badge/badge.e2e.ts:75:33
|
|
[Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges:
src/components/button/test/badge/badge.e2e.ts#L75
1) [Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
1 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: button-small-badge-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(button-small-badge-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1 pixels (ratio 0.01 of all image pixels) are different.
73 | await page.setViewportSize({ width: Math.ceil(box!.width) + 40, height: Math.ceil(box!.height) + 32 });
74 |
> 75 | await expect(container).toHaveScreenshot(screenshot(`button-${buttonSize}-badge`));
| ^
76 | });
77 | });
78 | });
at /ionic/src/components/button/test/badge/badge.e2e.ts:75:33
|
|
[Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges:
src/components/button/test/badge/badge.e2e.ts#L75
1) [Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
1 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: button-small-badge-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(button-small-badge-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1 pixels (ratio 0.01 of all image pixels) are different.
73 | await page.setViewportSize({ width: Math.ceil(box!.width) + 40, height: Math.ceil(box!.height) + 32 });
74 |
> 75 | await expect(container).toHaveScreenshot(screenshot(`button-${buttonSize}-badge`));
| ^
76 | });
77 | });
78 | });
at /ionic/src/components/button/test/badge/badge.e2e.ts:75:33
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (9, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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._8_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 (6, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (17, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (12, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (12, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (19, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (10, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (19, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (10, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (19, 20)
The operation was canceled.
|
|
test-core-screenshot (10, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
290 passed (2.4m)
|
|
🎭 Playwright Run Summary
368 skipped
307 passed (3.6m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Chrome] › src/components/button/test/badge/badge.e2e.ts:7:11 › button: badge - ios/ltr › small - should not have visual regressions with badges
2 skipped
669 passed (3.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
779 KB |
sha256:872084eb534858e9f9c400af9dee179b299640c33ef3fcdcffe63bccecc1bbaa
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:41946e65f7ff0ce9616176a4c2434465dadde0049dfe6fc7481c5b2606d6287f
|
|
|
ionic-core
|
5.26 MB |
sha256:603bb38a8119022cd635a68695145891b0970f44a178d18ecf9909e3bfed1001
|
|
|
ionic-react
|
317 KB |
sha256:5412d19d901ba0618047d143aa9a2012ae1abfb98659a49b15ec51b1c22d1d95
|
|
|
ionic-react-router
|
27.9 KB |
sha256:0957f36c8074c5ba7079fc12fd16aa0cd876e4966afdad8c71dfd75cbe7610f3
|
|
|
ionic-vue
|
348 KB |
sha256:d2641123a2545411c0043daf9cd19a3da865449bf0aa1117025ad0f7384649af
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:36ef39e1293b05b05daff16da7d287b190f7b8b7de90eb036524db92c12a780f
|
|
|
test-results-20-20
|
356 KB |
sha256:6a0421d7749a38b61325f04b4bfae510c9815e44d7228b4e3542536c34501445
|
|
|
test-results-7-20
|
377 KB |
sha256:61279094f99635d951c23b1035e92b3bff2e90fa79d08d2b6d89700022a33a64
|
|
|
test-results-8-20
|
3.18 MB |
sha256:cc9ad425dbc0d888c36e9afa62cb868f86912a66ad0a2a2bc74d806269dd0966
|
|