Skip to content

[project-s] project-s用のopanpiに更新 #5775

[project-s] project-s用のopanpiに更新

[project-s] project-s用のopanpiに更新 #5775

Triggered via pull request January 17, 2024 23:30
Status Failure
Total duration 6m 28s
Artifacts 1

test.yml

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

Annotations

24 errors, 11 warnings, and 5 notices
lint: src/components/Sing/MenuBar.vue#L24
'"@/type/preload"' has no exported member named 'HotkeyAction'. Did you mean 'HotkeyActionType'?
lint: src/store/index.ts#L368
Type '{ GET_ALL_CHARACTER_INFOS: Getter<State, State, StoreType<IndexStoreTypes, "getter">, "GET_ALL_CHARACTER_INFOS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
lint: src/store/index.ts#L384
Type '{ SET_DEFAULT_STYLE_IDS: Mutation<State, StoreType<IndexStoreTypes, "mutation">, "SET_DEFAULT_STYLE_IDS">; SET_USER_CHARACTER_ORDER: Mutation<...>; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
lint: src/store/index.ts#L400
Type '{ INSTANTIATE_ENGINE_CONNECTOR: Action<State, State, StoreType<ProxyStoreTypes, "action">, "INSTANTIATE_ENGINE_CONNECTOR", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
lint: src/store/singing.ts#L771
Type '(this: Store<...>, { dispatch }: ActionContext<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "mutation">>, { audioQuery, engineId, styleId }: { ...; }) => Promise<...>' is not assignable to type 'Action<State, State, StoreType<SingingStoreTypes, "action">, "UPDATE_PERIODIC_PITCH", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>'.
lint: src/store/singing.ts#L776
Argument of type '"periodicPitchPeriodicPitchPost"' is not assignable to parameter of type 'keyof DefaultApiInterface'.
lint: tests/unit/store/Vuex.spec.ts#L105
Type '{ [x: string]: { manifestVersion: string; name: string; brandName: string; uuid: string; url: string; icon: string; defaultSamplingRate: number; termsOfService: string; updateInfos: never[]; dependencyLicenses: never[]; supportedFeatures: { ...; }; }; }' is not assignable to type 'Record<string & BRAND<"EngineId">, EngineManifest>'.
lint: tests/unit/store/Vuex.spec.ts#L188
Type '{ DEFAULT_PRESET_KEY_SETS: Getter<State, State, StoreType<PresetStoreTypes, "getter">, "DEFAULT_PRESET_KEY_SETS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
lint: tests/unit/store/Vuex.spec.ts#L203
Type '{ SET_PRESET_ITEMS: Mutation<State, StoreType<PresetStoreTypes, "mutation">, "SET_PRESET_ITEMS">; SET_PRESET_KEYS: Mutation<State, StoreType<...>, "SET_PRESET_KEYS">; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
lint: tests/unit/store/Vuex.spec.ts#L218
Type '{ LOAD_USER_DICT: Action<State, State, StoreType<DictionaryStoreTypes, "action">, "LOAD_USER_DICT", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
build-test: src/components/Sing/MenuBar.vue#L24
'"@/type/preload"' has no exported member named 'HotkeyAction'. Did you mean 'HotkeyActionType'?
build-test: src/store/index.ts#L368
Type '{ GET_ALL_CHARACTER_INFOS: Getter<State, State, StoreType<IndexStoreTypes, "getter">, "GET_ALL_CHARACTER_INFOS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
build-test: src/store/index.ts#L384
Type '{ SET_DEFAULT_STYLE_IDS: Mutation<State, StoreType<IndexStoreTypes, "mutation">, "SET_DEFAULT_STYLE_IDS">; SET_USER_CHARACTER_ORDER: Mutation<...>; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
build-test: src/store/index.ts#L400
Type '{ INSTANTIATE_ENGINE_CONNECTOR: Action<State, State, StoreType<ProxyStoreTypes, "action">, "INSTANTIATE_ENGINE_CONNECTOR", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
build-test: src/store/singing.ts#L771
Type '(this: Store<...>, { dispatch }: ActionContext<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "mutation">>, { audioQuery, engineId, styleId }: { ...; }) => Promise<...>' is not assignable to type 'Action<State, State, StoreType<SingingStoreTypes, "action">, "UPDATE_PERIODIC_PITCH", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>'.
build-test: src/store/singing.ts#L776
Argument of type '"periodicPitchPeriodicPitchPost"' is not assignable to parameter of type 'keyof DefaultApiInterface'.
build-test: tests/unit/store/Vuex.spec.ts#L105
Type '{ [x: string]: { manifestVersion: string; name: string; brandName: string; uuid: string; url: string; icon: string; defaultSamplingRate: number; termsOfService: string; updateInfos: never[]; dependencyLicenses: never[]; supportedFeatures: { ...; }; }; }' is not assignable to type 'Record<string & BRAND<"EngineId">, EngineManifest>'.
build-test: tests/unit/store/Vuex.spec.ts#L188
Type '{ DEFAULT_PRESET_KEY_SETS: Getter<State, State, StoreType<PresetStoreTypes, "getter">, "DEFAULT_PRESET_KEY_SETS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
build-test: tests/unit/store/Vuex.spec.ts#L203
Type '{ SET_PRESET_ITEMS: Mutation<State, StoreType<PresetStoreTypes, "mutation">, "SET_PRESET_ITEMS">; SET_PRESET_KEYS: Mutation<State, StoreType<...>, "SET_PRESET_KEYS">; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
build-test: tests/unit/store/Vuex.spec.ts#L218
Type '{ LOAD_USER_DICT: Action<State, State, StoreType<DictionaryStoreTypes, "action">, "LOAD_USER_DICT", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L141
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Error: Screenshot comparison failed: 71077 pixels (ratio 0.15 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 - 71077 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 71077 pixels (ratio 0.15 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox\voicevox\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: 71077 pixels (ratio 0.15 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 - 71077 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 71077 pixels (ratio 0.15 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox\voicevox\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: 71077 pixels (ratio 0.15 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 - 71077 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 71077 pixels (ratio 0.15 of all image pixels) are different. 139 | } 140 | } > 141 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 142 | }); 143 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:141:22
e2e-test (windows-latest)
Process completed with exit code 1.
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/components/Sing/CharacterMenuButton.vue#L183
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/Sing/CharacterMenuButton.vue#L212
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/Sing/CharacterMenuButton.vue#L213
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/Sing/SequencerKeys.vue#L124
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/Sing/SequencerKeys.vue#L133
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
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
Slow Test: [electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 32.9s
🎭 Playwright Run Summary
1 skipped 20 passed (1.5m)
🎭 Playwright Run Summary
1 passed (47.4s)
🎭 Playwright Run Summary
1 failed [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ───────────────────────────────────────── 20 passed (2.1m)
🎭 Playwright Run Summary
1 skipped 20 passed (2.9m)
🎭 Playwright Run Summary
1 passed (41.3s)

Artifacts

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