ソング:ループの機能追加 #9068
test.yml
on: pull_request
Annotations
11 errors, 8 warnings, and 7 notices
components/Sing/SequencerRuler/index.stories.ts > デフォルト:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
components/Sing/SequencerRuler/index.stories.ts > テンポ変化:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
components/Sing/SequencerRuler/index.stories.ts > 拍子変化:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
components/Sing/SequencerRuler/index.stories.ts > スクロール:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
components/Sing/SequencerRuler/index.stories.ts > 密集表示:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
components/Sing/SequencerRuler/index.stories.ts > 再生位置を移動:
src/components/Sing/SequencerRuler/LoopLane/Container.vue#L53
TypeError: Cannot read properties of undefined (reading 'state')
❯ ComputedRefImpl.fn components/Sing/SequencerRuler/LoopLane/Container.vue:53:43
❯ setup components/Sing/SequencerRuler/LoopLane/Container.vue:65:47
|
unit-test
Process completed with exit code 1.
|
[browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示:
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2894 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
[browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示:
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2894 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
[browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示:
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2894 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
e2e-test (windows-latest)
Process completed with exit code 1.
|
config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e-test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 18.5s
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 1.0m
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 19.1s
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 1.2m
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 19.9s
|
🎭 Playwright Run Summary
2 skipped
25 passed (1.8m)
|
🎭 Playwright Run Summary
2 passed (1.1m)
|
🎭 Playwright Run Summary
99 skipped
|
🎭 Playwright Run Summary
1 failed
[browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ───────────────────────────────────────────
26 passed (2.5m)
|
🎭 Playwright Run Summary
2 passed (1.3m)
|
🎭 Playwright Run Summary
4 skipped
23 passed (2.4m)
|
🎭 Playwright Run Summary
99 skipped
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-windows-latest
Expired
|
21.2 MB |
|