Add: ユーザー辞書を追加 #143
Annotations
8 errors, 20 warnings, and 5 notices
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される:
tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "アブス"
Received: ""
15 | await page.waitForTimeout(500);
16 | const text = (await page.locator(".text-cell").allInnerTexts()).join("");
> 17 | expect(text).toBe(expectedText);
| ^
18 | }
19 |
20 | async function openDictDialog(page: Page): Promise<void> {
at validateAbsYomi (/Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16)
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:87:3
|
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される:
tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "エエビイエス"
Received: "アブス"
15 | await page.waitForTimeout(500);
16 | const text = (await page.locator(".text-cell").allInnerTexts()).join("");
> 17 | expect(text).toBe(expectedText);
| ^
18 | }
19 |
20 | async function openDictDialog(page: Page): Promise<void> {
at validateAbsYomi (/Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16)
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:46:3
|
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される:
tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "エエビイエス"
Received: "アブス"
15 | await page.waitForTimeout(500);
16 | const text = (await page.locator(".text-cell").allInnerTexts()).join("");
> 17 | expect(text).toBe(expectedText);
| ^
18 | }
19 |
20 | async function openDictDialog(page: Page): Promise<void> {
at validateAbsYomi (/Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16)
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:46:3
|
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える:
tests/e2e/browser/アクセント.spec.ts#L13
2) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
11 | await page.locator(".audio-cell input").first().press("Enter");
12 | await page.waitForTimeout(500);
> 13 | expect(await page.locator(".mora-table").count()).toBe(1);
| ^
14 | await (await page.locator(".splitter-cell").all())[1].click();
15 | await page.waitForTimeout(500);
16 | expect(await page.locator(".mora-table").count()).toBe(2);
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/アクセント.spec.ts:13:53
|
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える:
tests/e2e/browser/アクセント.spec.ts#L1
2) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Test finished within timeout of 60000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる:
tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L1
3) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─
Test finished within timeout of 60000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択:
tests/e2e/browser/複数選択/値変更.spec.ts#L98
4) [browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択 ─────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "女声1(ノーマル)"
96 | const characterNames = await getSelectedCharacters(page);
97 |
> 98 | expect(characterNames[0]).not.toEqual(characterNames[1]);
| ^
99 | expect(characterNames[1]).toEqual(characterNames[2]);
100 | expect(characterNames[1]).toEqual(characterNames[3]);
101 | });
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/複数選択/値変更.spec.ts:98:33
|
e2e-test (macos-latest)
Process completed with exit code 1.
|
lint:
build/splitNsisArchive.js#L16
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
build/splitNsisArchive.js#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AccentPhrase.vue#L325
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioDetail.vue#L185
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioDetail.vue#L298
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioDetail.vue#L345
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioDetail.vue#L368
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioDetail.vue#L374
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/AudioInfo.vue#L492
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AccentPhrase.vue#L325
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioDetail.vue#L185
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioDetail.vue#L298
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioDetail.vue#L345
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioDetail.vue#L368
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioDetail.vue#L374
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioInfo.vue#L492
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioInfo.vue#L773
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/AudioInfo.vue#L783
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
🎭 Playwright Run Summary
18 passed (1.3m)
|
🎭 Playwright Run Summary
1 passed (17.2s)
|
🎭 Playwright Run Summary
18 passed (1.6m)
|
🎭 Playwright Run Summary
1 passed (50.7s)
|
🎭 Playwright Run Summary
1 failed
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
3 flaky
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ──
[browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択 ──────────────────────────────────────
14 passed (4.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
58.2 MB |
|