Refactor: GET_ORDERED_ALL_CHARACTERS_INFOを統合 #6002
test.yml
on: pull_request
Annotations
1 error, 9 warnings, and 6 notices
[browser] › browser/音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定:
tests/e2e/browser/音声パラメータ.spec.ts#L9
1) [browser] › browser/音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/音声パラメータ.spec.ts:9:17)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/音声パラメータ.spec.ts:37:3
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
tests/unit/store/utility.spec.ts#L5
'StyleInfo' is defined but never used
|
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-test:
tests/unit/store/utility.spec.ts#L5
'StyleInfo' is defined but never used
|
e2e-test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 31.1s
|
🎭 Playwright Run Summary
1 skipped
21 passed (1.6m)
|
🎭 Playwright Run Summary
1 passed (18.3s)
|
🎭 Playwright Run Summary
22 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (50.7s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ──────────────────────────────────────
1 skipped
20 passed (3.7m)
|
🎭 Playwright Run Summary
1 passed (39.0s)
|