Update src/plugins/hotkeyPlugin.ts #21
test.yml
on: push
Annotations
14 errors, 8 warnings, and 5 notices
lint:
src/plugins/hotkeyPlugin.ts#L325
Delete `,`
|
lint
Process completed with exit code 1.
|
build-test:
src/plugins/hotkeyPlugin.ts#L325
Delete `,`
|
build-test
Process completed with exit code 1.
|
[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 16.1s
|
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.4s)
|
🎭 Playwright Run Summary
25 passed (2.5m)
|
🎭 Playwright Run Summary
1 passed (52.1s)
|
🎭 Playwright Run Summary
2 failed
[browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ─────────────────────────────────────
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ───────────────────────
1 skipped
22 passed (15.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-macos-latest
Expired
|
29.8 MB |
|