test: engineMockとそのテストだけ実装する #8377
Annotations
4 errors, 1 warning, and 1 notice
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L32
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Error: ENOENT: no such file or directory, scandir 'D:\a\voicevox\voicevox\tests\e2e\browser\assets'
30 | if (!speakerImages) {
31 | const assetsPath = path.resolve(__dirname, "assets");
> 32 | const images = await fs.readdir(assetsPath);
| ^
33 | const icons = images.filter((image) => image.startsWith("icon"));
34 | icons.sort(
35 | (a, b) =>
at getSpeakerImages (D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:32:20)
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:60:25
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L32
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ENOENT: no such file or directory, scandir 'D:\a\voicevox\voicevox\tests\e2e\browser\assets'
30 | if (!speakerImages) {
31 | const assetsPath = path.resolve(__dirname, "assets");
> 32 | const images = await fs.readdir(assetsPath);
| ^
33 | const icons = images.filter((image) => image.startsWith("icon"));
34 | icons.sort(
35 | (a, b) =>
at getSpeakerImages (D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:32:20)
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:60:25
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L32
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ENOENT: no such file or directory, scandir 'D:\a\voicevox\voicevox\tests\e2e\browser\assets'
30 | if (!speakerImages) {
31 | const assetsPath = path.resolve(__dirname, "assets");
> 32 | const images = await fs.readdir(assetsPath);
| ^
33 | const icons = images.filter((image) => image.startsWith("icon"));
34 | icons.sort(
35 | (a, b) =>
at getSpeakerImages (D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:32:20)
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:60:25
|
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 17.3s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ─────────────────────────────────────────
25 passed (2.4m)
|
Loading