Merge branch 'change-hotkey' of https://github.com/tsym77yoshi/voicev… #11
test.yml
on: push
Annotations
16 errors, 8 warnings, and 5 notices
lint:
src/plugins/hotkeyPlugin.ts#L268
Delete `····`
|
lint
Process completed with exit code 1.
|
unit-test
Process completed with exit code 1.
|
build-test:
src/plugins/hotkeyPlugin.ts#L268
Delete `····`
|
build-test
Process completed with exit code 1.
|
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定:
tests\e2e\browser\音声パラメータ.spec.ts#L9
1) [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:37:3
|
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L33
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 48
31 | await page.getByText("stop").click(); // 停止ボタンを押す
32 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 33 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
34 | expect(afterPosition.y).toEqual(beforePosition.y);
35 | });
36 |
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:33:31
|
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L33
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 48
31 | await page.getByText("stop").click(); // 停止ボタンを押す
32 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 33 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
34 | expect(afterPosition.y).toEqual(beforePosition.y);
35 | });
36 |
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:33:31
|
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる:
tests/e2e/browser/song/ソング.spec.ts#L33
1) [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not 48
31 | await page.getByText("stop").click(); // 停止ボタンを押す
32 | const afterPosition = await getCurrentPlayhead(page); // 再生ヘッドの再生後の位置
> 33 | expect(afterPosition.x).not.toEqual(beforePosition.x);
| ^
34 | expect(afterPosition.y).toEqual(beforePosition.y);
35 | });
36 |
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:33:31
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L1
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Test timeout of 60000ms exceeded.
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L72
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Error: page.reload: Test timeout of 60000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:7357/"
70 |
71 | // 再度開いても表示されない(スキップされた)
> 72 | await page.reload();
| ^
73 | await page.waitForTimeout(5000); // エンジン読み込み待機
74 | await expect(dialog).not.toBeVisible();
75 | });
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アップデート通知ダイアログ.spec.ts:72:14
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L1
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L72
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test timeout of 60000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:7357/"
70 |
71 | // 再度開いても表示されない(スキップされた)
> 72 | await page.reload();
| ^
73 | await page.waitForTimeout(5000); // エンジン読み込み待機
74 | await expect(dialog).not.toBeVisible();
75 | });
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アップデート通知ダイアログ.spec.ts:72:14
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L1
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L72
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test timeout of 60000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:7357/"
70 |
71 | // 再度開いても表示されない(スキップされた)
> 72 | await page.reload();
| ^
73 | await page.waitForTimeout(5000); // エンジン読み込み待機
74 | await expect(dialog).not.toBeVisible();
75 | });
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アップデート通知ダイアログ.spec.ts:72:14
|
e2e-test (macos-latest)
Process completed with exit code 1.
|
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/.
|
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. 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/.
|
Slow Test:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 17.2s
|
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, 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-macos-latest".
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
1 skipped
24 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (48.0s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ──────────────────────────────────────
24 passed (2.6m)
|
🎭 Playwright Run Summary
1 passed (54.2s)
|
🎭 Playwright Run Summary
2 failed
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ─────────────────────────────────────
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ───────────────────────
1 skipped
22 passed (15.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-macos-latest
Expired
|
30.3 MB |
|