Skip to content

自動読み込み時にファイルの変更を検知できるようにする #57

自動読み込み時にファイルの変更を検知できるようにする

自動読み込み時にファイルの変更を検知できるようにする #57

Triggered via push December 10, 2023 09:41
Status Failure
Total duration 5m 6s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

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

Annotations

7 errors, 20 warnings, and 5 notices
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる: tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts#L26
1) [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ─────── Error: expect.toBeVisible: Error: strict mode violation: getByText('ツールバーのカスタマイズ') resolved to 2 elements: 1) <div data-v-ff8a05d9="" class="q-item__section column…>ツールバーのカスタマイズ</div> aka locator('#q-portal--menu--5').getByText('ツールバーのカスタマイズ') 2) <div data-v-d4bd8f9e="" class="q-toolbar__title ellip…>ツールバーのカスタマイズ</div> aka locator('#q-portal--dialog--6').getByText('ツールバーのカスタマイズ') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for getByText('ツールバーのカスタマイズ') ============================================================ 24 | await getQuasarMenu(page, "ツールバーのカスタマイズ").click(); 25 | await page.waitForTimeout(100); > 26 | await expect(page.getByText("ツールバーのカスタマイズ")).toBeVisible(); | ^ 27 | 28 | // 全部書き出しボタンを追加する 29 | expect( at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts:26:48
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる: tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts#L26
1) [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByText('ツールバーのカスタマイズ') resolved to 2 elements: 1) <div data-v-ff8a05d9="" class="q-item__section column…>ツールバーのカスタマイズ</div> aka locator('#q-portal--menu--5').getByText('ツールバーのカスタマイズ') 2) <div data-v-d4bd8f9e="" class="q-toolbar__title ellip…>ツールバーのカスタマイズ</div> aka locator('#q-portal--dialog--6').getByText('ツールバーのカスタマイズ') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for getByText('ツールバーのカスタマイズ') ============================================================ 24 | await getQuasarMenu(page, "ツールバーのカスタマイズ").click(); 25 | await page.waitForTimeout(100); > 26 | await expect(page.getByText("ツールバーのカスタマイズ")).toBeVisible(); | ^ 27 | 28 | // 全部書き出しボタンを追加する 29 | expect( at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts:26:48
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる: tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts#L26
1) [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ─────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByText('ツールバーのカスタマイズ') resolved to 2 elements: 1) <div data-v-ff8a05d9="" class="q-item__section column…>ツールバーのカスタマイズ</div> aka locator('#q-portal--menu--5').getByText('ツールバーのカスタマイズ') 2) <div data-v-d4bd8f9e="" class="q-toolbar__title ellip…>ツールバーのカスタマイズ</div> aka locator('#q-portal--dialog--6').getByText('ツールバーのカスタマイズ') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for getByText('ツールバーのカスタマイズ') ============================================================ 24 | await getQuasarMenu(page, "ツールバーのカスタマイズ").click(); 25 | await page.waitForTimeout(100); > 26 | await expect(page.getByText("ツールバーのカスタマイズ")).toBeVisible(); | ^ 27 | 28 | // 全部書き出しボタンを追加する 29 | expect( at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts:26:48
[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/voicevox/tests/e2e/browser/アクセント.spec.ts:13:53
e2e-test (macos-latest)
Process completed with exit code 1.
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests\e2e\browser\アクセント.spec.ts#L13
1) [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 D:\a\voicevox\voicevox\tests\e2e\browser\アクセント.spec.ts:13:53
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests\e2e\browser\アクセント.spec.ts#L13
1) [browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 D:\a\voicevox\voicevox\tests\e2e\browser\アクセント.spec.ts:13:53
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/AudioInfo.vue#L482
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L763
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L773
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L892
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/CharacterOrderDialog.vue#L184
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/CharacterOrderDialog.vue#L240
'=== undefined'ではなく'== undefined'を使用してください。詳細: 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/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
🎭 Playwright Run Summary
19 passed (1.4m)
🎭 Playwright Run Summary
1 passed (16.2s)
🎭 Playwright Run Summary
1 failed [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ──────── 1 flaky [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ────────────────────────────────── 17 passed (2.5m)
🎭 Playwright Run Summary
1 flaky [browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ────────────────────────────────── 18 passed (1.9m)
🎭 Playwright Run Summary
1 passed (49.4s)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
27.1 MB