project-sブランチをmainブランチにマージ #5908
Annotations
1 error, 2 warnings, and 2 notices
Run npm run test:browser-e2e:
tests\e2e\browser\辞書ダイアログ.spec.ts#L107
1) [browser] › browser\辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "テスト"
Received: "エックスケエアイロクセンニヒャクヨンジュウゴディイ"
105 | await page.waitForTimeout(100);
106 | const yomi2 = await getYomi(page, randomString);
> 107 | expect(yomi2).toBe("テスト");
| ^
108 |
109 | // もう一度設定を開き辞書からabsを削除
110 | await openDictDialog(page);
at D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:107:17
|
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run test:electron-e2e:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 15.8s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser\辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
20 passed (2.1m)
|
Run npm run test:electron-e2e
1 passed (51.7s)
|
The logs for this run have expired and are no longer available.
Loading