Change: spyOnでprototype =にしないように #1037
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
17 errors, 12 warnings, and 5 notices
lint:
src/background.ts#L155
Argument of type '{ store: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }' is not assignable to parameter of type '{ config: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }'.
|
lint
Process completed with exit code 2.
|
build-test:
src/background.ts#L155
Argument of type '{ store: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }' is not assignable to parameter of type '{ config: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }'.
|
build-test:
src/background.ts#L155
Argument of type '{ store: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }' is not assignable to parameter of type '{ config: ElectronConfig; defaultEngineDir: string; vvppEngineDir: string; onEngineProcessError: (engineInfo: EngineInfo, error: Error) => void; }'.
|
build-test
Process completed with exit code 2.
|
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる:
tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L79
1) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('test$連番$.wav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('test$連番$.wav')
77 | await doneButton.click();
78 | await page.waitForTimeout(700);
> 79 | await expect(optionDialog.getByText("test$連番$.wav")).toBeVisible();
| ^
80 |
81 | // 再度開くと設定した内容が反映されている
82 | ({ doneButton, textbox } = await moveToFilenameDialog(page, optionDialog));
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:79:56
|
[electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests/e2e/electron/example.spec.ts#L54
1) [electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:54:25
|
[electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests/e2e/electron/example.spec.ts#L54
1) [electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:54:25
|
[electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests/e2e/electron/example.spec.ts#L54
1) [electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:54:25
|
e2e-test (ubuntu-latest)
Process completed with exit code 1.
|
e2e-test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
e2e-test (macos-latest)
The operation was canceled.
|
e2e-test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
[electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests\e2e\electron\example.spec.ts#L54
1) [electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:54:25
|
[electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests\e2e\electron\example.spec.ts#L54
1) [electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:54:25
|
[electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される:
tests\e2e\electron\example.spec.ts#L54
1) [electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 60000ms exceeded while waiting for event "window"
52 | });
53 |
> 54 | const sut = await app.firstWindow({
| ^
55 | timeout: process.env.CI ? 60000 : 30000,
56 | });
57 |
at D:\a\voicevox\voicevox\tests\e2e\electron\example.spec.ts:54:25
|
e2e-test (windows-latest)
Process completed with exit code 1.
|
build-test:
src/background.ts#L817
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background.ts#L822
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background.ts#L831
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background/portManager.ts#L103
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/browser/fileImpl.ts#L59
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/browser/fileImpl.ts#L86
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/browser/fileImpl.ts#L94
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 3.0m
|
Slow Test:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 3.0m
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ──
17 passed (2.9m)
|
🎭 Playwright Run Summary
1 failed
[electron] › electron/example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ─────────────────────────
|
🎭 Playwright Run Summary
18 passed (4.0m)
|
🎭 Playwright Run Summary
18 passed (2.8m)
|
🎭 Playwright Run Summary
1 failed
[electron] › electron\example.spec.ts:44:5 › 起動したら「利用規約に関するお知らせ」が表示される ─────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
1.32 MB |
|