fix(tokens): remove style dictionary scripts and reuse os tokens logic #17479
build.yml
on: pull_request
build-core
1m 42s
Matrix: test-core-screenshot
test-core-clean-build
15s
test-core-lint
55s
test-core-spec
49s
verify-screenshots
4s
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
3s
verify-test-vue-e2e
4s
Annotations
49 errors and 6 notices
|
test-core-screenshot (8, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state:
src/components/chip/test/states/chip.e2e.ts#L62
1) [Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: chip-focused-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(chip-focused-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
60 | const chip = page.locator('#container');
61 |
> 62 | await expect(chip).toHaveScreenshot(screenshot(`chip-focused`));
| ^
63 | });
64 | });
65 | });
at /ionic/src/components/chip/test/states/chip.e2e.ts:62:26
|
|
[Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state:
src/components/chip/test/states/chip.e2e.ts#L62
1) [Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: chip-focused-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(chip-focused-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
60 | const chip = page.locator('#container');
61 |
> 62 | await expect(chip).toHaveScreenshot(screenshot(`chip-focused`));
| ^
63 | });
64 | });
65 | });
at /ionic/src/components/chip/test/states/chip.e2e.ts:62:26
|
|
[Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state:
src/components/chip/test/states/chip.e2e.ts#L62
1) [Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state
Error: expect(locator).toHaveScreenshot(expected) failed
Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: chip-focused-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(chip-focused-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container" class="ion-padding">…</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
- Expected an image 393px by 32px, received 393px by 64px. 741 pixels (ratio 0.03 of all image pixels) are different.
60 | const chip = page.locator('#container');
61 |
> 62 | await expect(chip).toHaveScreenshot(screenshot(`chip-focused`));
| ^
63 | });
64 | });
65 | });
at /ionic/src/components/chip/test/states/chip.e2e.ts:62:26
|
|
test-core-screenshot (9, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
test-core-screenshot (9, 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 (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 (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._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 (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 (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 (1, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._8_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 (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 (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 (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 (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 (18, 20)
The strategy configuration was canceled because "test-core-screenshot._8_20" failed
|
|
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
276 passed (2.2m)
|
|
🎭 Playwright Run Summary
368 skipped
298 passed (3.3m)
|
|
🎭 Playwright Run Summary
2 skipped
669 passed (3.6m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.8m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Chrome] › src/components/chip/test/states/chip.e2e.ts:50:9 › chip: focus state - ionic/md/ltr/light › should render focus state
8 skipped
674 passed (3.9m)
|
|
🎭 Playwright Run Summary
8 skipped
660 passed (4.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
805 KB |
sha256:cc2d588f9a1e010ced56cb5b24091fd3b55f9ce09c55e3eb6e95fa2b2f7e56d8
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:4a94729e630e91f76676553365d4b3b302632a135ffe9e3b0f37a086693b09bc
|
|
|
ionic-core
|
5.1 MB |
sha256:83c34eb591c12900d99e96ada06756e00895d7e820729f434d9ff0cebe646687
|
|
|
ionic-react
|
343 KB |
sha256:81c03eb3e7ef7da8e324b98ad6f245363d4dc67bf0c5a8f489b0bb4e5d5e1180
|
|
|
ionic-react-router
|
27.9 KB |
sha256:b9651ae757bb2b3058f22c87b23e3ae2321b564ade720152ed662742c67af1c9
|
|
|
ionic-vue
|
373 KB |
sha256:4ee3fa0fef253ced79e010e39f04a13b5615dbdac87816b872bc3e62b5a9ee90
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:338e573d552612945204525cbfc0f25dc5a7b61c9f964e02eb61780377c3d938
|
|
|
test-results-10-20
|
444 KB |
sha256:7b6c582205fc2be190950fc673d85ba16ed5cdf536e4528bbf4a7ef0167af299
|
|
|
test-results-12-20
|
482 KB |
sha256:5ff830486d7972ee83ff6d9b5844fca978c7308f71830bc0679c04d2a3458d27
|
|
|
test-results-20-20
|
338 KB |
sha256:2421ab3a28d53d723ff04ef321350aba6431f3783d33283dc4919bd07e798745
|
|
|
test-results-7-20
|
363 KB |
sha256:c322ffff8ee8a1a8b6c99c8b2b83b9db86d62dfba5b09a47647925850d4d2f5a
|
|
|
test-results-8-20
|
1.92 MB |
sha256:e32fba81cc92cba4a99290be87ff5b3474bdba47445c9e0354bd3e77226e0988
|
|
|
test-results-9-20
|
484 KB |
sha256:09e80465060f401b708c6752e165c685a68dea302061456129f8dd2106a22dbb
|
|