Code: コメントを変更 #1167
test.yml
on: push
Matrix: e2e-test
commit-snapshots
4s
Annotations
5 errors, 21 warnings, and 6 notices
lint
Process completed with exit code 1.
|
[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 navigateToHelpDialog (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:52:9)
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/ヘルプ.spec.ts:10:29
|
[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:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/SelectionHelperForQInput.ts#L14
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/map.ts#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/map.ts#L33
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/previewSliderHelper.ts#L115
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/previewSliderHelper.ts#L131
'!== null'ではなく'!= null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/previewSliderHelper.ts#L168
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/infrastructures/EngineConnector.ts#L14
'!== 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/helpers/SelectionHelperForQInput.ts#L14
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/map.ts#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/map.ts#L33
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/previewSliderHelper.ts#L115
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/previewSliderHelper.ts#L131
'!== null'ではなく'!= null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/previewSliderHelper.ts#L168
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/infrastructures/EngineConnector.ts#L14
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 22.3s
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/ヘルプ.spec.ts:7:5 › 「ヘルプ」メニューから各項目をクリックすると、その項目の内容が表示される ─────────────────────
19 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (16.3s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
19 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (49.5s)
|
🎭 Playwright Run Summary
20 passed (3.2m)
|
🎭 Playwright Run Summary
1 passed (33.3s)
|