chore(deps): update @stencil/vue-output-target to v0.11.8 #16844
build.yml
on: pull_request
build-core
1m 8s
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-lint
49s
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
4s
verify-test-react-e2e
3s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
5 errors and 20 notices
build-vue-router
Process completed with exit code 1.
|
verify-test-vue-e2e
Process completed with exit code 1.
|
[Mobile Safari] › src/components/split-pane/test/basic/split-pane.e2e.ts:6:9 › split-pane: basic - ios/rtl › should render on the correct side:
src/components/split-pane/test/basic/split-pane.e2e.ts#L10
1) [Mobile Safari] › src/components/split-pane/test/basic/split-pane.e2e.ts:6:9 › split-pane: basic - ios/rtl › should render on the correct side
Error: expect(page).toHaveScreenshot(expected)
16 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: split-pane-ios-rtl.png
Call log:
- Expect "toHaveScreenshot(split-pane-ios-rtl.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 16 pixels (ratio 0.01 of all image pixels) are different.
8 | await page.goto(`/src/components/split-pane/test/basic`, config);
9 |
> 10 | await expect(page).toHaveScreenshot(screenshot(`split-pane`));
| ^
11 | });
12 | });
13 | });
at /ionic/src/components/split-pane/test/basic/split-pane.e2e.ts:10:26
|
[Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar:
src/components/datetime/test/show-adjacent-days/datetime.e2e.ts#L20
2) [Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar
Error: expect(locator).toHaveScreenshot(expected)
4908 pixels (ratio 0.05 of all image pixels) are different.
Snapshot: datetime-show-adjacent-days-custom-calendar-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-show-adjacent-days-custom-calendar-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4908 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4908 pixels (ratio 0.05 of all image pixels) are different.
18 | await page.locator('.datetime-ready').first().waitFor();
19 | const datetime = page.locator('#custom-calendar-days');
> 20 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-calendar`));
| ^
21 | });
22 |
23 | test('should not have visual regressions with specific date disabled', async ({ page }) => {
at /ionic/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:20:30
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L64
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
Error: expect(locator).toHaveScreenshot(expected)
4509 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: datetime-custom-focus-selected-calendar-day-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4509 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4509 pixels (ratio 0.04 of all image pixels) are different.
62 |
63 | await expect(day).toBeFocused();
> 64 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`));
| ^
65 |
66 | await page.keyboard.press('ArrowRight');
67 | await page.waitForChanges();
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:64:30
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.3m)
|
🎭 Playwright Run Summary
407 passed (2.5m)
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.0m)
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.1m)
|
🎭 Playwright Run Summary
212 skipped
303 passed (3.4m)
|
🎭 Playwright Run Summary
4 skipped
510 passed (3.4m)
|
🎭 Playwright Run Summary
4 skipped
635 passed (3.7m)
|
🎭 Playwright Run Summary
638 passed (4.1m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/split-pane/test/basic/split-pane.e2e.ts:6:9 › split-pane: basic - ios/rtl › should render on the correct side
10 skipped
502 passed (4.8m)
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.0m)
|
🎭 Playwright Run Summary
5 skipped
510 passed (4.9m)
|
🎭 Playwright Run Summary
10 skipped
526 passed (6.4m)
|
🎭 Playwright Run Summary
1 skipped
537 passed (6.4m)
|
🎭 Playwright Run Summary
5 skipped
515 passed (6.9m)
|
🎭 Playwright Run Summary
1 skipped
523 passed (6.9m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
[Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar
2 skipped
507 passed (7.0m)
|
🎭 Playwright Run Summary
14 skipped
497 passed (7.2m)
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.3m)
|
🎭 Playwright Run Summary
4 skipped
528 passed (7.5m)
|
🎭 Playwright Run Summary
7 skipped
507 passed (8.1m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
ionic-angular
|
666 KB |
sha256:e1a956ca9a4b850982537d6964e38f1c60c915f8b63c220dcb195f6c882d38e9
|
|
ionic-angular-server
|
8.54 KB |
sha256:f3604ace1815b4b43bc14534866387a20b5570bccf9ce3a7e76a48c73f68456c
|
|
ionic-core
|
4.51 MB |
sha256:ae0aeeacc649833312c69c67e0a45c777877c541a546de083b195d10b48f25fd
|
|
ionic-react
|
211 KB |
sha256:5ccbc88133438cebedcdb1e340a162cfbaed1b0503657583994d1f4ecb2e19e8
|
|
ionic-react-router
|
27.9 KB |
sha256:b928ad5f03c598623cb54a07d768401777c8e90c24b559a82505e8179f792432
|
|
ionic-vue
|
233 KB |
sha256:a7a01e0910fdfb8ce8333b0a16fbbb7f44f8e00be7847937a09b4d5ac195b34c
|
|
test-results-1-20
|
431 KB |
sha256:542163471409a55aa8ef3e9cb95f60497d6042f4ccfc984207da27602e310a8b
|
|
test-results-10-20
|
404 KB |
sha256:a63b2e3378784a9b24bd808ad48ed189a2be56b919ba4a079d96e258b88266d6
|
|
test-results-11-20
|
491 KB |
sha256:b0ad6875414f4d662d0aab7e3649885fefa3adf533cd2978ed8856dea84c67a2
|
|
test-results-12-20
|
441 KB |
sha256:644f7c1b0d8642a4eb7d536cf863564972af04879f81e4c33e334cefeb39979b
|
|
test-results-13-20
|
434 KB |
sha256:cc2ecc2c5afd67c49edd86148bb63c2003cfc925c147c7f56a639ff247fe8b83
|
|
test-results-14-20
|
397 KB |
sha256:167a25674085ef9681db28a3d577e6499e8a51b5706e610f48c9148069f67a4b
|
|
test-results-15-20
|
1.84 MB |
sha256:8f8964be177e4e75b691124c2e532dc310f764734c5e6d7a3cbd3adc7b7ba251
|
|
test-results-16-20
|
419 KB |
sha256:4e688b95921108da5e3b3653a746f6d24bb6cd35be7e310853ffa54d5cde019a
|
|
test-results-17-20
|
525 KB |
sha256:f0a0d8560a24fca2098fe27f35a87df93bfa7a77d1d73a4ca085d1b7b13776b3
|
|
test-results-18-20
|
502 KB |
sha256:94db5ef622b66234924d311a86d75ce1e19c7cc266d08b4d777c739f645de31e
|
|
test-results-19-20
|
1.15 MB |
sha256:1d1a65fd7109e67878ac731e85746bfe688be393c90771dec9c23f7a55472299
|
|
test-results-2-20
|
467 KB |
sha256:3985b9d90541cd68643b9e4574e9607328c8d92f89836569c90b26336c6165ce
|
|
test-results-20-20
|
343 KB |
sha256:02b5c865be0f9c82f20fbb8a71592dc0451355315f9af6cee72f6253494d6b08
|
|
test-results-3-20
|
422 KB |
sha256:449abdfcc6ac0262cb33b6c4b39c7445d879115109c58aabed197c8d9ab95606
|
|
test-results-4-20
|
517 KB |
sha256:2711f2bfe03a22547d0e170d5d4bb562516bcbf9927e188332cb64b00d608f97
|
|
test-results-5-20
|
450 KB |
sha256:6676378302e7ca19ccadc6ea500f1d7f7a95a8552fd261f3b76e142b9f7530d2
|
|
test-results-6-20
|
435 KB |
sha256:a1fde5573ae1aac0e216a45f26b3f1967d5fa2bda3fadf5eadb26b54cae24acd
|
|
test-results-7-20
|
340 KB |
sha256:9bd1391e1a189751fd685ec0d7da89de21c7a4961041096b741c1a97a4d5305a
|
|
test-results-8-20
|
415 KB |
sha256:bf8bea4a54946053d8952d1d9f5475aab15fafb66b7de04e71a5a84eade6a8a7
|
|
test-results-9-20
|
479 KB |
sha256:c2ab0941e73f05a0a56a3f3ab51b75285d266bafc15cf30ae50528a838fabc91
|
|