Skip to content

ESModuleのパッケージを読み込めるようにする #6865

ESModuleのパッケージを読み込めるようにする

ESModuleのパッケージを読み込めるようにする #6865

Triggered via pull request May 11, 2024 15:10
Status Failure
Total duration 8m 49s
Artifacts 1

test.yml

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

Annotations

8 errors, 15 warnings, and 6 notices
[browser] › browser\音声パラメータ.spec.ts:12:1 › 音声パラメータ引き継ぎの設定: tests\e2e\browser\音声パラメータ.spec.ts#L9
1) [browser] › browser\音声パラメータ.spec.ts:12:1 › 音声パラメータ引き継ぎの設定 ───────────────────────────────────── 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\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17) at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:37:3
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
[electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される: tests/e2e/electron/example.spec.ts#L7
1) [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ──────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 60000ms exceeded. 5 | import dotenv from "dotenv"; 6 | > 7 | test.beforeAll(async () => { | ^ 8 | dotenv.config(); // FIXME: エンジンの設定直読み 9 | 10 | console.log("Waiting for main.js to be built..."); at /home/runner/work/voicevox/voicevox/tests/e2e/electron/example.spec.ts:7:6
e2e-test (ubuntu-latest)
Process completed with exit code 1.
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/.
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/.
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/.
Slow Test: [browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 16.4s
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 16.9s
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: [browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 48.3s
Slow Test: [browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 38.0s
Slow Test: [browser] › browser/複数選択/値変更.spec.ts#L1
[browser] › browser/複数選択/値変更.spec.ts took 30.5s
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 28.4s
Slow Test: [electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 29.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-ubuntu-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 flaky [browser] › browser\音声パラメータ.spec.ts:12:1 › 音声パラメータ引き継ぎの設定 ────────────────────────────────────── 24 passed (2.4m)
🎭 Playwright Run Summary
1 passed (15.5s)
🎭 Playwright Run Summary
1 skipped 24 passed (1.7m)
🎭 Playwright Run Summary
1 failed [electron] › electron/example.spec.ts:43:1 › 起動したら「利用規約に関するお知らせ」が表示される ─────────────────────────
🎭 Playwright Run Summary
3 skipped 22 passed (6.7m)
🎭 Playwright Run Summary
1 passed (33.8s)

Artifacts

Produced during runtime
Name Size
playwright-report-ubuntu-latest Expired
1.38 MB