Skip to content

MobileHeaderBarをHeaderBarと統合 #164

MobileHeaderBarをHeaderBarと統合

MobileHeaderBarをHeaderBarと統合 #164

Triggered via pull request January 27, 2024 10:01
Status Failure
Total duration 5m 27s
Artifacts 1

test.yml

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

Annotations

5 errors, 27 warnings, and 3 notices
e2e-test (macos-latest)
Process completed with exit code 1.
[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
e2e-test (windows-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/.
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/.
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/.
e2e-test (macos-latest)
No files were found with the provided path: playwright-report. No artifacts will be uploaded.
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/.
build-test: src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/SettingDialog.vue#L1004
'SplitTextWhenPasteType' is defined but never used
build-test: src/helpers/SelectionHelperForQInput.ts#L14
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/map.ts#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/map.ts#L33
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/previewSliderHelper.ts#L115
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/previewSliderHelper.ts#L131
'!== null'ではなく'!= null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/helpers/previewSliderHelper.ts#L168
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
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/.
🎭 Playwright Run Summary
1 skipped 20 passed (1.5m)
🎭 Playwright Run Summary
1 passed (46.6s)
🎭 Playwright Run Summary
1 failed [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ───────────────────────────────────────── 20 passed (2.2m)

Artifacts

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