Add: 説明を追加 #1166
test.yml
on: push
Matrix: e2e-test
commit-snapshots
4s
Annotations
4 errors, 21 warnings, and 6 notices
lint
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
|
[browser] › browser/スクリーンショット.spec.ts:147:5 › メイン画面の表示:
tests/e2e/browser/スクリーンショット.spec.ts#L163
1) [browser] › browser/スクリーンショット.spec.ts:147:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
13719 pixels (ratio 0.03 of all image pixels) are different.
Expected: /Users/runner/work/voicevox/voicevox/tests/e2e/browser/スクリーンショット.spec.ts-snapshots/メイン画面の表示-1-browser-darwin.png
Received: /Users/runner/work/voicevox/voicevox/test-results/スクリーンショット-メイン画面の表示-browser/メイン画面の表示-1-actual.png
Diff: /Users/runner/work/voicevox/voicevox/test-results/スクリーンショット-メイン画面の表示-browser/メイン画面の表示-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 13719 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 13719 pixels (ratio 0.03 of all image pixels) are different.
161 | }
162 | }
> 163 | await expect(page).toHaveScreenshot();
| ^
164 | });
165 |
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/スクリーンショット.spec.ts:163:22
|
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 36.6s
|
🎭 Playwright Run Summary
20 passed (1.4m)
|
🎭 Playwright Run Summary
1 passed (16.6s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
19 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (50.5s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/スクリーンショット.spec.ts:147:5 › メイン画面の表示 ─────────────────────────────────────────
19 passed (4.9m)
|
🎭 Playwright Run Summary
1 passed (48.5s)
|