Skip to content

HelpDialog関連のファイルパスをmainリポジトリに合わせる #28

HelpDialog関連のファイルパスをmainリポジトリに合わせる

HelpDialog関連のファイルパスをmainリポジトリに合わせる #28

Triggered via push May 5, 2024 13:00
Status Failure
Total duration 31m 13s
Artifacts 1

test.yml

on: push
Matrix: e2e-test
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 17 warnings, and 5 notices
lint: src/components/Dialog/HelpDialog/HelpDialog.vue#L84
Already included file name '/home/runner/work/voicevox/voicevox/src/components/Base/BaseListItem.vue.ts' differs from file name '/home/runner/work/voicevox/voicevox/src/components/base/BaseListItem.vue.ts' only in casing.
lint: src/components/Dialog/HelpDialog/HelpMarkdownViewSection.vue#L16
Already included file name '/home/runner/work/voicevox/voicevox/src/components/Base/BaseDocumentView.vue.ts' differs from file name '/home/runner/work/voicevox/voicevox/src/components/base/BaseDocumentView.vue.ts' only in casing.
lint: src/components/Dialog/HelpDialog/HelpMarkdownViewSection.vue#L17
Already included file name '/home/runner/work/voicevox/voicevox/src/components/Base/BaseScrollArea.vue.ts' differs from file name '/home/runner/work/voicevox/voicevox/src/components/base/BaseScrollArea.vue.ts' only in casing.
lint: src/components/Dialog/HelpDialog/HelpOssLicenseSection.vue#L42
Already included file name '/home/runner/work/voicevox/voicevox/src/components/Base/BaseRowCard.vue.ts' differs from file name '/home/runner/work/voicevox/voicevox/src/components/base/BaseRowCard.vue.ts' only in casing.
lint: src/components/Dialog/HelpDialog/HelpOssLicenseSection.vue#L43
Already included file name '/home/runner/work/voicevox/voicevox/src/components/Base/BaseButton.vue.ts' differs from file name '/home/runner/work/voicevox/voicevox/src/components/base/BaseButton.vue.ts' only in casing.
lint
Process completed with exit code 2.
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/browser/アクセント.spec.ts#L1
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/navigators.ts#L17
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByText('利用規約に関するお知らせ') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 90000ms - waiting for getByText('利用規約に関するお知らせ') at navigators.ts:17 15 | */ 16 | export async function navigateToMain(page: Page) { > 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({ | ^ 18 | timeout: 90 * 1000, 19 | }); 20 | await page.waitForTimeout(100); at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:8:23
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/browser/アクセント.spec.ts#L1
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/navigators.ts#L17
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByText('利用規約に関するお知らせ') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 90000ms - waiting for getByText('利用規約に関するお知らせ') at navigators.ts:17 15 | */ 16 | export async function navigateToMain(page: Page) { > 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({ | ^ 18 | timeout: 90 * 1000, 19 | }); 20 | await page.waitForTimeout(100); at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:8:23
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/browser/アクセント.spec.ts#L1
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/navigators.ts#L17
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByText('利用規約に関するお知らせ') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 90000ms - waiting for getByText('利用規約に関するお知らせ') at navigators.ts:17 15 | */ 16 | export async function navigateToMain(page: Page) { > 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({ | ^ 18 | timeout: 90 * 1000, 19 | }); 20 | await page.waitForTimeout(100); at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:8:23
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L1
2) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─ Test timeout of 60000ms exceeded.
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/navigators.ts#L17
2) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─ Error: expect(locator).toBeVisible() Locator: getByText('利用規約に関するお知らせ') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 90000ms - waiting for getByText('利用規約に関するお知らせ') at navigators.ts:17 15 | */ 16 | export async function navigateToMain(page: Page) { > 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({ | ^ 18 | timeout: 90 * 1000, 19 | }); 20 | await page.waitForTimeout(100); at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48) at navigateToOptionDialog (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:62:9) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:31:52
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L1
2) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/navigators.ts#L17
2) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByText('利用規約に関するお知らせ') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 90000ms - waiting for getByText('利用規約に関するお知らせ') at navigators.ts:17 15 | */ 16 | export async function navigateToMain(page: Page) { > 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({ | ^ 18 | timeout: 90 * 1000, 19 | }); 20 | await page.waitForTimeout(100); at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48) at navigateToOptionDialog (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:62:9) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:31:52
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/.
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: 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/AudioInfo.vue#L482
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/AudioInfo.vue#L763
'=== undefined'ではなく'== undefined'を使用してください。詳細: 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#L892
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterOrderDialog.vue#L184
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterOrderDialog.vue#L240
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterPortrait.vue#L32
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterPortrait.vue#L33
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
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/.
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/.
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
18 passed (1.9m)
🎭 Playwright Run Summary
1 passed (13.1s)
🎭 Playwright Run Summary
18 passed (1.7m)
🎭 Playwright Run Summary
1 passed (49.9s)
🎭 Playwright Run Summary
18 failed [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ────────────────────────────────── [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ── [browser] › browser/キャラクター並び替えダイアログ.spec.ts:7:5 › 「設定」→「キャラクター並び替え・視聴」で「設定 / キャラクター並び替え・視聴」ページが表示される [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ──────── [browser] › browser/テキスト追加・削除・入れ替え.spec.ts:28:5 › テキストの追加・入れ替え・削除 ────────────────────────────── [browser] › browser/デフォルトスタイルダイアログ.spec.ts:7:5 › 「設定」→「デフォルトスタイル」で「設定 / デフォルトスタイル・試聴」ダイアログが表示される [browser] › browser/ヘルプ.spec.ts:7:5 › 「ヘルプ」メニューから各項目をクリックすると、その項目の内容が表示される ───────────────────── [browser] › browser/初回起動時.spec.ts:6:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────────── [browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択 ────────────────────────────────────── [browser] › browser/複数選択/値変更.spec.ts:103:5 › 複数選択:AudioInfo操作 ────────────────────────────────── [browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り ────────────────────────────────────────── [browser] › browser/複数選択/選択.spec.ts:135:5 › 複数選択:キーボード ───────────────────────────────────────── [browser] › browser/調整結果.spec.ts:28:5 › 実験的機能:調整結果の保持 ────────────────────────────────────────── [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ─────────── [browser] › browser/音声.spec.ts:7:5 › テキストを入力→アクセントを変更→音声合成→再生ができる ────────────────────────────── [browser] › browser/音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ────────────────────────────────────── [browser] › browser/音声詳細.spec.ts:11:5 › 単体アクセント句の読み変更 ────────────────────────────────────────── [browser] › browser/音声詳細.spec.ts:53:5 › 詳細調整欄のコンテキストメニュー ───────────────────────────────────────

Artifacts

Produced during runtime
Name Size
playwright-report Expired
7.44 MB