DynamicSchemeに置き換える #30
test.yml
on: push
Annotations
8 errors, 8 warnings, and 5 notices
lint:
src/store/setting.ts#L388
Argument of type '{ name: string; palette: string; lightTone: number; darkTone: number; blend: boolean; }[]' is not assignable to parameter of type 'CustomPaletteColor[]'.
|
lint
Process completed with exit code 2.
|
build-test:
src/store/setting.ts#L388
Argument of type '{ name: string; palette: string; lightTone: number; darkTone: number; blend: boolean; }[]' is not assignable to parameter of type 'CustomPaletteColor[]'.
|
build-test
Process completed with exit code 2.
|
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示:
tests\e2e\browser\スクリーンショット.spec.ts#L140
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
1891 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
- 1891 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 1891 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
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1891 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
- 1891 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 1891 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
1) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1891 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
- 1891 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 1891 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
|
e2e-test (windows-latest)
Process completed with exit code 1.
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 32.7s
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
1 skipped
24 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (17.7s)
|
🎭 Playwright Run Summary
1 failed
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ─────────────────────────────────────────
24 passed (2.6m)
|
🎭 Playwright Run Summary
3 skipped
22 passed (11.9m)
|
🎭 Playwright Run Summary
1 passed (36.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-windows-latest
Expired
|
26.7 MB |
|