[WIP] エンジンのモック作成+それを使ったコンポーネントテスト #8382
Annotations
4 errors, 1 warning, and 1 notice
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L24
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Error: Screenshot comparison failed:
35209 pixels (ratio 0.06 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\トーク画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\トーク画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\トーク画面-diff.png
Call log:
- expect.toHaveScreenshot(トーク画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 35209 pixels (ratio 0.06 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
- 35209 pixels (ratio 0.06 of all image pixels) are different.
22 | }
23 | }
> 24 | await expect(page).toHaveScreenshot("トーク画面.png");
| ^
25 |
26 | // ソング画面の表示
27 | await page.getByText("ソング").click();
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:24:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L24
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
35209 pixels (ratio 0.06 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\トーク画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\トーク画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\トーク画面-diff.png
Call log:
- expect.toHaveScreenshot(トーク画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 35209 pixels (ratio 0.06 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
- 35209 pixels (ratio 0.06 of all image pixels) are different.
22 | }
23 | }
> 24 | await expect(page).toHaveScreenshot("トーク画面.png");
| ^
25 |
26 | // ソング画面の表示
27 | await page.getByText("ソング").click();
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:24:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L24
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
35209 pixels (ratio 0.06 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\トーク画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\トーク画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\トーク画面-diff.png
Call log:
- expect.toHaveScreenshot(トーク画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 35209 pixels (ratio 0.06 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
- 35209 pixels (ratio 0.06 of all image pixels) are different.
22 | }
23 | }
> 24 | await expect(page).toHaveScreenshot("トーク画面.png");
| ^
25 |
26 | // ソング画面の表示
27 | await page.getByText("ソング").click();
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:24:22
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.1s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ───────────────────────────────────────────
25 passed (2.5m)
|
Loading