MobileHeaderBarをHeaderBarと統合 #164
Annotations
4 errors, 1 warning, and 1 notice
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
8355 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png
Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-actual.png
Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 8355 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 8355 pixels (ratio 0.02 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8355 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png
Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-actual.png
Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 8355 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 8355 pixels (ratio 0.02 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
8355 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png
Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-actual.png
Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 8355 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 8355 pixels (ratio 0.02 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run test:browser-e2e
1 failed
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ─────────────────────────────────────────
20 passed (2.2m)
|
The logs for this run have expired and are no longer available.
Loading