Skip to content

MobileHeaderBarをHeaderBarと統合 #161

MobileHeaderBarをHeaderBarと統合

MobileHeaderBarをHeaderBarと統合 #161

Triggered via pull request January 26, 2024 12:54
Status Failure
Total duration 14m 8s
Artifacts 1

test.yml

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

Annotations

6 errors, 17 warnings, and 5 notices
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Error: Screenshot comparison failed: 8355 pixels (ratio 0.02 of all image pixels) are different. Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-actual.png Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 8355 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 8355 pixels (ratio 0.02 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 8355 pixels (ratio 0.02 of all image pixels) are different. Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-actual.png Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry1\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 8355 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 8355 pixels (ratio 0.02 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 8355 pixels (ratio 0.02 of all image pixels) are different. Expected: D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\メイン画面-browser-win32.png Received: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-actual.png Diff: D:\a\voicevox_mobile\voicevox_mobile\test-results\スクリーンショット-メイン画面の表示-browser-retry2\メイン画面-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 8355 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 8355 pixels (ratio 0.02 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\スクリーンショット.spec.ts:141: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_mobile\voicevox_mobile\tests\e2e\browser\音声パラメータ.spec.ts:9:17) at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\音声パラメータ.spec.ts:37:3
e2e-test (windows-latest)
Process completed with exit code 1.
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる: tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L1
1) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ────────────────────── Test finished within timeout of 60000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
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/.
lint: src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/SettingDialog.vue#L1004
'SplitTextWhenPasteType' is defined but never used
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
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, 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. 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 24.9s
🎭 Playwright Run Summary
1 skipped 20 passed (1.6m)
🎭 Playwright Run Summary
1 passed (47.2s)
🎭 Playwright Run Summary
1 failed [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ───────────────────────────────────────── 1 flaky [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ────────────────────────────────────── 19 passed (2.2m)
🎭 Playwright Run Summary
1 flaky [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ─────────────────────── 1 skipped 19 passed (4.8m)
🎭 Playwright Run Summary
1 passed (33.4s)

Artifacts

Produced during runtime
Name Size
playwright-report-windows-latest Expired
41 MB