テスト成功時にも data/logs 以下のログファイルを表示する #1237
main.yml
on: push
Matrix: dockerbuild / dockerbuild
Matrix: e2e-tests / Installer test
Matrix: e2e-tests / Run on Linux
Matrix: unit-tests / Run on Linux
success
/
success
Annotations
7 errors, 27 warnings, and 82 notices
[chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします:
e2e-tests/test/installer/installer.test.ts#L78
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.contents').first()
Expected pattern: /○:テーブルの作成に成功しました。/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.contents').first()
76 | await page.click('text=次へ進む');
77 |
> 78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
| ^
79 | await expect(page.locator('.contents').first()).toHaveText(/○:シーケンスの作成に成功しました。/);
80 | await page.click('text=次へ進む');
81 | });
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:78:53
|
[chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします:
e2e-tests/test/installer/installer.test.ts#L75
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('h2').first()
Expected string: "データベースの初期化"
Received string: "データベースの設定"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h2').first()
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
73 |
74 | test('step3 - データベースの初期化をします', async () => {
> 75 | await expect(page.locator('h2').first()).toHaveText('データベースの初期化');
| ^
76 | await page.click('text=次へ進む');
77 |
78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:75:46
|
[chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします:
e2e-tests/test/installer/installer.test.ts#L75
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('h2').first()
Expected string: "データベースの初期化"
Received string: "データベースの設定"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h2').first()
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
73 |
74 | test('step3 - データベースの初期化をします', async () => {
> 75 | await expect(page.locator('h2').first()).toHaveText('データベースの初期化');
| ^
76 | await page.click('text=次へ進む');
77 |
78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:75:46
|
e2e-tests / Installer test (mysql, 8.3)
Process completed with exit code 1.
|
unit-tests / Run on Linux (ubuntu-22.04, 8.3, mysql)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
e2e-tests / Run on Linux (test:e2e-extends, test/admin, 8.1, pgsql)
The run was canceled by @nanasess.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_login, 8.3, mysql)
The run was canceled by @nanasess.
|
phpstan / PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 56.3s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 54.8s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 55.7s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 55.6s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 1.0m
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 1.0m
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 50.0s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 50.6s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 59.3s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 46.5s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 49.2s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 46.1s
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 7.4, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 7.4, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.4-rc, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.3, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.0, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.2, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.1, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.0, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.4-rc, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.2, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.3, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.1, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/admin, 8.1, pgsql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
e2e-tests / Run on Linux (test:e2e-extends, test/front_login, 8.3, mysql)
No files were found with the provided path: data/logs. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
11 passed (7.5s)
|
🎭 Playwright Run Summary
11 passed (8.7s)
|
🎭 Playwright Run Summary
11 passed (6.5s)
|
🎭 Playwright Run Summary
11 passed (7.5s)
|
🎭 Playwright Run Summary
11 passed (8.5s)
|
🎭 Playwright Run Summary
11 passed (8.3s)
|
🎭 Playwright Run Summary
11 passed (7.6s)
|
🎭 Playwright Run Summary
11 passed (7.5s)
|
🎭 Playwright Run Summary
11 passed (6.3s)
|
🎭 Playwright Run Summary
11 passed (8.1s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ───
5 did not run
5 passed (21.6s)
|
🎭 Playwright Run Summary
11 passed (8.0s)
|
🎭 Playwright Run Summary
19 passed (5.2s)
|
🎭 Playwright Run Summary
19 passed (4.8s)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
19 passed (6.4s)
|
🎭 Playwright Run Summary
19 passed (6.1s)
|
🎭 Playwright Run Summary
48 passed (1.4m)
|
🎭 Playwright Run Summary
48 passed (1.4m)
|
🎭 Playwright Run Summary
19 passed (4.9s)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
48 passed (1.6m)
|
🎭 Playwright Run Summary
48 passed (1.6m)
|
🎭 Playwright Run Summary
19 passed (4.9s)
|
🎭 Playwright Run Summary
48 passed (1.3m)
|
🎭 Playwright Run Summary
19 passed (6.6s)
|
🎭 Playwright Run Summary
48 passed (1.3m)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
48 passed (1.2m)
|
🎭 Playwright Run Summary
48 passed (1.3m)
|
🎭 Playwright Run Summary
19 passed (5.1s)
|
🎭 Playwright Run Summary
48 passed (1.2m)
|
🎭 Playwright Run Summary
19 passed (5.1s)
|
🎭 Playwright Run Summary
19 passed (5.0s)
|
🎭 Playwright Run Summary
19 passed (4.8s)
|
🎭 Playwright Run Summary
19 passed (5.0s)
|
🎭 Playwright Run Summary
29 passed (29.6s)
|
🎭 Playwright Run Summary
29 passed (34.6s)
|
🎭 Playwright Run Summary
29 passed (34.5s)
|
🎭 Playwright Run Summary
29 passed (29.5s)
|
🎭 Playwright Run Summary
1 passed (2.0s)
|
🎭 Playwright Run Summary
2 passed (3.1s)
|
🎭 Playwright Run Summary
29 passed (31.1s)
|
🎭 Playwright Run Summary
2 passed (4.4s)
|
🎭 Playwright Run Summary
29 passed (27.3s)
|
🎭 Playwright Run Summary
29 passed (38.5s)
|
🎭 Playwright Run Summary
29 passed (31.8s)
|
🎭 Playwright Run Summary
1 passed (2.1s)
|
🎭 Playwright Run Summary
2 passed (3.9s)
|
🎭 Playwright Run Summary
29 passed (29.0s)
|
🎭 Playwright Run Summary
29 passed (31.2s)
|
🎭 Playwright Run Summary
29 passed (37.4s)
|
🎭 Playwright Run Summary
29 passed (31.6s)
|
🎭 Playwright Run Summary
1 passed (4.3s)
|
🎭 Playwright Run Summary
1 passed (3.0s)
|
🎭 Playwright Run Summary
1 passed (2.0s)
|
🎭 Playwright Run Summary
1 passed (2.0s)
|
🎭 Playwright Run Summary
1 passed (4.2s)
|
🎭 Playwright Run Summary
1 passed (3.7s)
|
🎭 Playwright Run Summary
1 passed (2.2s)
|
🎭 Playwright Run Summary
1 passed (3.5s)
|
🎭 Playwright Run Summary
1 passed (2.5s)
|
🎭 Playwright Run Summary
1 passed (3.2s)
|
🎭 Playwright Run Summary
3 passed (7.1s)
|
🎭 Playwright Run Summary
3 passed (8.4s)
|
🎭 Playwright Run Summary
3 passed (7.1s)
|
🎭 Playwright Run Summary
3 passed (6.8s)
|
🎭 Playwright Run Summary
3 passed (8.1s)
|
🎭 Playwright Run Summary
2 passed (3.1s)
|
🎭 Playwright Run Summary
2 passed (3.0s)
|
🎭 Playwright Run Summary
2 passed (3.5s)
|
🎭 Playwright Run Summary
3 passed (6.9s)
|
🎭 Playwright Run Summary
3 passed (7.4s)
|
🎭 Playwright Run Summary
2 passed (3.2s)
|
🎭 Playwright Run Summary
3 passed (8.6s)
|
🎭 Playwright Run Summary
3 passed (8.1s)
|
🎭 Playwright Run Summary
3 passed (9.8s)
|
🎭 Playwright Run Summary
2 passed (3.0s)
|
🎭 Playwright Run Summary
2 passed (2.9s)
|
🎭 Playwright Run Summary
2 passed (3.2s)
|
🎭 Playwright Run Summary
3 passed (8.2s)
|
🎭 Playwright Run Summary
2 passed (4.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux-php7.4-mysql-logs
|
2.79 KB |
|
linux-php7.4-mysql-test-e2e-extends-test-admin-logs
|
336 Bytes |
|
linux-php7.4-mysql-test-e2e-extends-test-front_login-logs
|
235 Bytes |
|
linux-php7.4-mysql-test-e2e-test-admin-logs
|
2.14 KB |
|
linux-php7.4-mysql-test-e2e-test-front_guest-logs
|
412 Bytes |
|
linux-php7.4-mysql-test-e2e-test-front_login-logs
|
533 Bytes |
|
linux-php7.4-pgsql-logs
|
2.76 KB |
|
linux-php7.4-pgsql-test-e2e-extends-test-admin-logs
|
343 Bytes |
|
linux-php7.4-pgsql-test-e2e-extends-test-front_login-logs
|
236 Bytes |
|
linux-php7.4-pgsql-test-e2e-test-admin-logs
|
2.14 KB |
|
linux-php7.4-pgsql-test-e2e-test-front_guest-logs
|
412 Bytes |
|
linux-php7.4-pgsql-test-e2e-test-front_login-logs
|
530 Bytes |
|
linux-php8.0-mysql-logs
|
6.38 KB |
|
linux-php8.0-mysql-test-e2e-extends-test-admin-logs
|
622 Bytes |
|
linux-php8.0-mysql-test-e2e-extends-test-front_login-logs
|
554 Bytes |
|
linux-php8.0-mysql-test-e2e-test-admin-logs
|
4.2 KB |
|
linux-php8.0-mysql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.0-mysql-test-e2e-test-front_login-logs
|
4.31 KB |
|
linux-php8.0-pgsql-logs
|
6.25 KB |
|
linux-php8.0-pgsql-test-e2e-extends-test-admin-logs
|
626 Bytes |
|
linux-php8.0-pgsql-test-e2e-extends-test-front_login-logs
|
551 Bytes |
|
linux-php8.0-pgsql-test-e2e-test-admin-logs
|
4.17 KB |
|
linux-php8.0-pgsql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.0-pgsql-test-e2e-test-front_login-logs
|
4.34 KB |
|
linux-php8.1-mysql-logs
|
6.37 KB |
|
linux-php8.1-mysql-test-e2e-extends-test-admin-logs
|
624 Bytes |
|
linux-php8.1-mysql-test-e2e-extends-test-front_login-logs
|
554 Bytes |
|
linux-php8.1-mysql-test-e2e-test-admin-logs
|
4.18 KB |
|
linux-php8.1-mysql-test-e2e-test-front_guest-logs
|
1.22 KB |
|
linux-php8.1-mysql-test-e2e-test-front_login-logs
|
4.36 KB |
|
linux-php8.1-pgsql-logs
|
6.37 KB |
|
linux-php8.1-pgsql-test-e2e-extends-test-front_login-logs
|
557 Bytes |
|
linux-php8.1-pgsql-test-e2e-test-admin-logs
|
4.22 KB |
|
linux-php8.1-pgsql-test-e2e-test-front_guest-logs
|
1.24 KB |
|
linux-php8.1-pgsql-test-e2e-test-front_login-logs
|
4.38 KB |
|
linux-php8.2-mysql-logs
|
6.39 KB |
|
linux-php8.2-mysql-test-e2e-extends-test-admin-logs
|
624 Bytes |
|
linux-php8.2-mysql-test-e2e-extends-test-front_login-logs
|
554 Bytes |
|
linux-php8.2-mysql-test-e2e-test-admin-logs
|
4.21 KB |
|
linux-php8.2-mysql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.2-mysql-test-e2e-test-front_login-logs
|
4.34 KB |
|
linux-php8.2-pgsql-logs
|
6.3 KB |
|
linux-php8.2-pgsql-test-e2e-extends-test-admin-logs
|
620 Bytes |
|
linux-php8.2-pgsql-test-e2e-extends-test-front_login-logs
|
548 Bytes |
|
linux-php8.2-pgsql-test-e2e-test-admin-logs
|
4.2 KB |
|
linux-php8.2-pgsql-test-e2e-test-front_guest-logs
|
1.22 KB |
|
linux-php8.2-pgsql-test-e2e-test-front_login-logs
|
4.41 KB |
|
linux-php8.3-mysql-evidence
|
116 KB |
|
linux-php8.3-mysql-logs
|
53.4 KB |
|
linux-php8.3-mysql-test-e2e-extends-test-admin-logs
|
624 Bytes |
|
linux-php8.3-mysql-test-e2e-test-admin-logs
|
4.18 KB |
|
linux-php8.3-mysql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.3-mysql-test-e2e-test-front_login-logs
|
4.3 KB |
|
linux-php8.3-pgsql-logs
|
6.29 KB |
|
linux-php8.3-pgsql-test-e2e-extends-test-admin-logs
|
631 Bytes |
|
linux-php8.3-pgsql-test-e2e-extends-test-front_login-logs
|
557 Bytes |
|
linux-php8.3-pgsql-test-e2e-test-admin-logs
|
4.15 KB |
|
linux-php8.3-pgsql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.3-pgsql-test-e2e-test-front_login-logs
|
4.4 KB |
|
linux-php8.4-rc-mysql-logs
|
6.34 KB |
|
linux-php8.4-rc-mysql-test-e2e-extends-test-admin-logs
|
627 Bytes |
|
linux-php8.4-rc-mysql-test-e2e-extends-test-front_login-logs
|
549 Bytes |
|
linux-php8.4-rc-mysql-test-e2e-test-admin-logs
|
4.16 KB |
|
linux-php8.4-rc-mysql-test-e2e-test-front_guest-logs
|
1.23 KB |
|
linux-php8.4-rc-mysql-test-e2e-test-front_login-logs
|
4.3 KB |
|
linux-php8.4-rc-pgsql-logs
|
6.31 KB |
|
linux-php8.4-rc-pgsql-test-e2e-extends-test-admin-logs
|
629 Bytes |
|
linux-php8.4-rc-pgsql-test-e2e-extends-test-front_login-logs
|
553 Bytes |
|
linux-php8.4-rc-pgsql-test-e2e-test-admin-logs
|
4.21 KB |
|
linux-php8.4-rc-pgsql-test-e2e-test-front_guest-logs
|
1.21 KB |
|
linux-php8.4-rc-pgsql-test-e2e-test-front_login-logs
|
4.36 KB |
|