マージしてmainブランチに追従 #209
test.yml
on: push
Annotations
9 errors, 5 warnings, and 5 notices
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L38
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:38:31
|
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L38
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:38:31
|
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L38
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:38:31
|
e2e-test (ubuntu-latest)
Process completed with exit code 1.
|
[browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests\e2e\browser\song\ソング.spec.ts#L38
1) [browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:38:31
|
[browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests\e2e\browser\song\ソング.spec.ts#L38
1) [browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:38:31
|
[browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests\e2e\browser\song\ソング.spec.ts#L38
1) [browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 50
36 | await page.getByText("stop").click(); // 停止ボタンを押す
37 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 38 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
39 | expect(afterPosition.y).toEqual(beforePosition.y);
40 | });
41 |
at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:38:31
|
[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 D:\a\voicevox\voicevox\tests\e2e\browser\アクセント.spec.ts:13:53
|
e2e-test (windows-latest)
Process completed with exit code 1.
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 18.0s
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 17.6s
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 20.1s
|
Slow Test:
[browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 19.3s
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 15.2s
|
🎭 Playwright Run Summary
1 failed
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ─────────────────────────────────────
2 skipped
23 passed (2.0m)
|
🎭 Playwright Run Summary
1 failed
[browser] › browser\song\ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ─────────────────────────────────────
1 flaky
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
24 passed (2.7m)
|
🎭 Playwright Run Summary
4 skipped
22 passed (3.1m)
|
🎭 Playwright Run Summary
1 passed (19.3s)
|
🎭 Playwright Run Summary
70 skipped
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-ubuntu-latest
Expired
|
16.7 MB |
|
playwright-report-windows-latest
Expired
|
29 MB |
|