buffer/2024-03-24:上流に合わせる #180
Annotations
1 error, 2 warnings, and 2 notices
Run npm run test:browser-e2e:
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 (D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox_mobile\voicevox_mobile\tests\e2e\browser\音声パラメータ.spec.ts:37:3
|
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/.
|
Run npm run test:electron-e2e:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 18.0s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ──────────────────────────────────────
24 passed (2.4m)
|
Run npm run test:electron-e2e
1 passed (53.9s)
|
Loading