Update: 依存関係を更新する #8282
Annotations
4 errors, 1 warning, and 2 notices
Run npm run test:electron-e2e:
tests\e2e\electron\example.spec.ts#L7
1) [electron] › electron\example.spec.ts:43:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
"beforeAll" hook timeout of 60000ms exceeded.
5 | import dotenv from "dotenv";
6 |
> 7 | test.beforeAll(async () => {
| ^
8 | dotenv.config(); // FIXME: エンジンの設定直読み
9 |
10 | console.log("Waiting for main.js to be built...");
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:7:6
|
Run npm run test:electron-e2e:
tests\e2e\electron\example.spec.ts#L7
1) [electron] › electron\example.spec.ts:43:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 60000ms exceeded.
5 | import dotenv from "dotenv";
6 |
> 7 | test.beforeAll(async () => {
| ^
8 | dotenv.config(); // FIXME: エンジンの設定直読み
9 |
10 | console.log("Waiting for main.js to be built...");
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:7:6
|
Run npm run test:electron-e2e:
tests\e2e\electron\example.spec.ts#L7
1) [electron] › electron\example.spec.ts:43:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 60000ms exceeded.
5 | import dotenv from "dotenv";
6 |
> 7 | test.beforeAll(async () => {
| ^
8 | dotenv.config(); // FIXME: エンジンの設定直読み
9 |
10 | console.log("Waiting for main.js to be built...");
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:7:6
|
Run npm run test:electron-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.4s
|
Run npm run test:browser-e2e
26 passed (2.4m)
|
Run npm run test:electron-e2e
1 failed
[electron] › electron\example.spec.ts:43:5 › 起動したら「利用規約に関するお知らせ」が表示される ─────────────────────────
|
Loading