Skip to content

仕掛かり

仕掛かり #10

Triggered via push April 24, 2024 09:40
Status Failure
Total duration 16m 51s
Artifacts 2

test.yml

on: push
Matrix: e2e-test
commit-snapshots
0s
commit-snapshots
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 8 warnings, and 2 notices
e2e-test (ubuntu-latest)
Process completed with exit code 100.
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Error: Screenshot comparison failed: 1891 pixels (ratio 0.01 of all image pixels) are different. Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-actual.png Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1891 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 1891 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1891 pixels (ratio 0.01 of all image pixels) are different. Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-actual.png Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1891 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 1891 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1891 pixels (ratio 0.01 of all image pixels) are different. Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-actual.png Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1891 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 1891 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定: tests\e2e\browser\音声パラメータ.spec.ts#L9
2) [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
e2e-test (windows-latest)
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 50 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 50 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 50 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.
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, actions/upload-artifact@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)
No files were found with the provided path: playwright-report. No artifacts will be uploaded.
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/.
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/.
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/.
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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", "playwright-report-windows-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 failed [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ───────────────────────────────────────── 1 flaky [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ────────────────────────────────────── 23 passed (2.8m)
🎭 Playwright Run Summary
2 failed [browser] › browser/song/ソング.spec.ts:21:5 › 再生ボタンを押して再生できる ───────────────────────────────────── [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ─────────────────────── 1 skipped 22 passed (15.3m)

Artifacts

Produced during runtime
Name Size
playwright-report-macos-latest Expired
29.6 MB
playwright-report-windows-latest Expired
41.8 MB