ハミング/ソングスタイルを使用して作成されてしまったデフォルトプリセットを削除するマイグレーション処理に対してのテストを追加する (#2064) #6897
test.yml
on: push
Annotations
2 errors, 20 warnings, and 6 notices
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定:
tests\e2e\browser\音声パラメータ.spec.ts#L9
1) [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:37:3
|
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定:
tests\e2e\browser\音声パラメータ.spec.ts#L9
1) [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:37:3
|
lint
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/.
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'Preset' is defined but never used
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'PresetKey' is defined but never used
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'VoiceId' is defined but never used
|
unit-test
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/.
|
build-test
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/.
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'Preset' is defined but never used
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'PresetKey' is defined but never used
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'VoiceId' is defined but never used
|
e2e-test (ubuntu-latest)
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/.
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 16.5s
|
e2e-test (windows-latest)
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/.
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 17.7s
|
e2e-test (macos-latest)
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/.
|
Slow Test:
[browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 53.8s
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 44.4s
|
Slow Test:
[browser] › browser/複数選択/値変更.spec.ts#L1
[browser] › browser/複数選択/値変更.spec.ts took 30.3s
|
Slow Test:
[browser] › browser/音声詳細.spec.ts#L1
[browser] › browser/音声詳細.spec.ts took 27.9s
|
Slow Test:
[browser] › browser/初回起動時.spec.ts#L1
[browser] › browser/初回起動時.spec.ts took 27.3s
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 29.0s
|
🎭 Playwright Run Summary
1 skipped
24 passed (1.7m)
|
🎭 Playwright Run Summary
1 passed (13.5s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ──────────────────────────────────────
24 passed (2.6m)
|
🎭 Playwright Run Summary
1 passed (14.8s)
|
🎭 Playwright Run Summary
3 skipped
22 passed (6.9m)
|
🎭 Playwright Run Summary
1 passed (31.8s)
|