Skip to content

仕掛かり: カラースキーム調整 #44

仕掛かり: カラースキーム調整

仕掛かり: カラースキーム調整 #44

Triggered via push July 16, 2024 15:20
Status Failure
Total duration 11m 35s
Artifacts 3

test.yml

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

Annotations

44 errors, 13 warnings, and 3 notices
lint: src/components/Sing/ColorSchemeEditor.vue#L58
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
lint: src/components/Sing/ColorSchemeEditor.vue#L62
'e.target' is possibly 'null'.
lint: src/components/Sing/ColorSchemeEditor.vue#L62
Property 'value' does not exist on type 'EventTarget'.
lint: src/components/Sing/ColorSchemeEditor.vue#L69
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
lint: src/components/Sing/ColorSchemeEditor.vue#L70
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
lint: src/components/Sing/ColorSchemeEditor.vue#L73
Argument of type 'number' is not assignable to parameter of type 'string'.
lint: src/components/Sing/ColorSchemeEditor.vue#L73
'e.target' is possibly 'null'.
lint: src/components/Sing/ColorSchemeEditor.vue#L73
Property 'value' does not exist on type 'EventTarget'.
lint: src/components/Sing/ColorSchemeEditor.vue#L93
'e.target' is possibly 'null'.
lint: src/components/Sing/ColorSchemeEditor.vue#L93
Property 'value' does not exist on type 'EventTarget'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L58
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
build-test: src/components/Sing/ColorSchemeEditor.vue#L62
'e.target' is possibly 'null'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L62
Property 'value' does not exist on type 'EventTarget'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L69
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
build-test: src/components/Sing/ColorSchemeEditor.vue#L70
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
build-test: src/components/Sing/ColorSchemeEditor.vue#L73
Argument of type 'number' is not assignable to parameter of type 'string'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L73
'e.target' is possibly 'null'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L73
Property 'value' does not exist on type 'EventTarget'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L93
'e.target' is possibly 'null'.
build-test: src/components/Sing/ColorSchemeEditor.vue#L93
Property 'value' does not exist on type 'EventTarget'.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /home/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
e2e-test (ubuntu-latest)
Process completed with exit code 1.
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L1
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L82
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:82:43
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L1
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L82
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:82:43
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L1
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests\e2e\browser\song\ソング.spec.ts#L82
1) [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at D:\a\voicevox\voicevox\tests\e2e\browser\song\ソング.spec.ts:82:43
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Error: Screenshot comparison failed: 1715 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: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1715 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 - 1715 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1715 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: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1715 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 - 1715 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示: tests\e2e\browser\スクリーンショット.spec.ts#L140
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ──────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1715 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: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1715 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 - 1715 pixels (ratio 0.01 of all image pixels) are different. 138 | } 139 | } > 140 | await expect(page).toHaveScreenshot("メイン画面.png"); | ^ 141 | }); 142 | at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:140:22
[browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット: tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts#L14
3) [browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ─────────────────────────────────── Error: Screenshot comparison failed: 1845 pixels (ratio 0.01 of all image pixels) are different. Expected: D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts-snapshots\スクリーンショット-0-browser-win32.png Received: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser\スクリーンショット-0-actual.png Diff: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser\スクリーンショット-0-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1845 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 - 1845 pixels (ratio 0.01 of all image pixels) are different. 12 | // スクリーンショット撮影とスクロールを繰り返す 13 | for (let i = 0; i < 5; i++) { > 14 | await expect(page).toHaveScreenshot(`スクリーンショット_${i}.png`); | ^ 15 | await page.mouse.wheel(0, 500); 16 | await page.waitForTimeout(300); 17 | } at D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts:14:24
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L1
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる: tests/e2e/browser/song/ソング.spec.ts#L82
1) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for getByLabel('シーケンサ').locator('.lyric-input') 80 | await sequencer.click({ position: { x: 107, y: 171 }, clickCount: 2 }); // ダブルクリック 81 | > 82 | await sequencer.locator(".lyric-input").fill("あ"); | ^ 83 | await page.keyboard.press("Enter"); 84 | const afterLyric = await getCurrentNoteLyric(note); 85 | expect(afterLyric).not.toEqual(beforeLyric); at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:82:43
e2e-test (macos-latest)
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ─────────────────────────────────── 2 skipped 23 passed (3.3m)
🎭 Playwright Run Summary
3 failed [browser] › browser\song\ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ─────────────────────────────────── [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ───────────────────────────────────────── [browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ──────────────────────────────────── 23 passed (4.2m)
🎭 Playwright Run Summary
1 failed [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ─────────────────────────────────── 4 skipped 21 passed (10.0m)
build-test: src/store/setting.ts#L322
Unexpected console statement
build-test: src/store/setting.ts#L355
Unexpected console statement
Slow Test: [browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 22.8s
Slow Test: [browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 17.3s
Slow Test: [browser] › browser/複数選択/値変更.spec.ts#L1
[browser] › browser/複数選択/値変更.spec.ts took 15.7s
Slow Test: [browser] › browser\複数選択\選択.spec.ts#L1
[browser] › browser\複数選択\選択.spec.ts took 26.4s
Slow Test: [browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 16.6s
Slow Test: [browser] › browser\複数選択\値変更.spec.ts#L1
[browser] › browser\複数選択\値変更.spec.ts took 16.5s
Slow Test: [browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 46.0s
Slow Test: [browser] › browser/複数選択/値変更.spec.ts#L1
[browser] › browser/複数選択/値変更.spec.ts took 31.4s
Slow Test: [browser] › browser/音声詳細.spec.ts#L1
[browser] › browser/音声詳細.spec.ts took 28.9s
Slow Test: [browser] › browser/初回起動時.spec.ts#L1
[browser] › browser/初回起動時.spec.ts took 28.5s
Slow Test: [browser] › browser/音声.spec.ts#L1
[browser] › browser/音声.spec.ts took 20.5s

Artifacts

Produced during runtime
Name Size
playwright-report-macos-latest
27.9 MB
playwright-report-ubuntu-latest
30.1 MB
playwright-report-windows-latest
70.4 MB