E2E testing for EC-CUBE #710
Triggered via workflow run
February 26, 2024 05:48
dotani1111
completed
e1dd92d
Status
Failure
Total duration
17m 10s
Artifacts
37
e2e-tests.yml
on: workflow_run
Matrix: Installer test
Matrix: Run on Linux
Annotations
59 errors, 18 warnings, and 24 notices
Run on Linux (test:e2e, test/admin)
Process completed with exit code 255.
|
Run on Linux (test:e2e, test/front_guest)
Process completed with exit code 255.
|
Run on Linux (test:e2e, test/front_guest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run on Linux (test:e2e-extends, test/front_login)
Process completed with exit code 255.
|
Run on Linux (test:e2e-extends, test/front_login)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run on Linux (test:e2e-extends, test/front_guest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run on Linux (test:e2e-extends, test/front_guest)
Process completed with exit code 255.
|
Run on Linux (test:e2e-extends, test/admin)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run on Linux (test:e2e-extends, test/admin)
Process completed with exit code 255.
|
Run on Linux (test:e2e, test/front_login)
Process completed with exit code 255.
|
Run on Linux (test:e2e, test/front_login)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 5.6)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 5.5)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (mysql, 7.0)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (mysql, 5.4)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 7.3)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 7.4)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (mysql, 7.2)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 7.1)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 8.0)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (mysql, 8.1)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (pgsql, 5.6)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 8.3)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 5.5)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (pgsql, 7.2)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (mysql, 8.2)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 7.0)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (pgsql, 5.4)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します:
e2e-tests/test/installer/installer.test.ts#L12
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/install/
Call log:
- navigating to "https://ec-cube/install/", waiting until "load"
10 | const browser = await chromium.launch();
11 | page = await browser.newPage();
> 12 | await page.goto(url);
| ^
13 | });
14 |
15 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:12:16
|
Installer test (pgsql, 7.1)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 7.3)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 7.4)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 8.0)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 8.1)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 8.3)
Process completed with exit code 1.
|
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Installer test (pgsql, 8.2)
Process completed with exit code 1.
|
Run on Linux (test:e2e, test/admin)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Run on Linux (test:e2e, test/front_guest)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Run on Linux (test:e2e-extends, test/front_login)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Run on Linux (test:e2e-extends, test/front_guest)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Run on Linux (test:e2e-extends, test/admin)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Run on Linux (test:e2e, test/front_login)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Installer test (mysql, 5.6)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 5.5)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 7.3)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 7.4)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 7.1)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 8.0)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (pgsql, 5.6)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 8.3)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (pgsql, 7.2)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (mysql, 8.2)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (pgsql, 5.4)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Installer test (pgsql, 7.1)
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.4s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (3.7s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.5s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (7.8s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.6s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (5.0s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.5s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.6s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.5s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.3s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (2.5s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (5.3s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux-php--logs
Expired
|
132 Bytes |
|
linux-php5.4-mysql-evidence
Expired
|
78.1 KB |
|
linux-php5.4-mysql-logs
Expired
|
6.21 KB |
|
linux-php5.4-pgsql-evidence
Expired
|
550 Bytes |
|
linux-php5.5-mysql-evidence
Expired
|
550 Bytes |
|
linux-php5.5-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php5.5-pgsql-logs
Expired
|
6.21 KB |
|
linux-php5.6-mysql-evidence
Expired
|
550 Bytes |
|
linux-php5.6-pgsql-evidence
Expired
|
550 Bytes |
|
linux-php7.0-mysql-evidence
Expired
|
78.1 KB |
|
linux-php7.0-mysql-logs
Expired
|
6.21 KB |
|
linux-php7.0-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php7.0-pgsql-logs
Expired
|
6.21 KB |
|
linux-php7.1-mysql-evidence
Expired
|
550 Bytes |
|
linux-php7.1-pgsql-evidence
Expired
|
550 Bytes |
|
linux-php7.2-mysql-evidence
Expired
|
78.1 KB |
|
linux-php7.2-mysql-logs
Expired
|
6.21 KB |
|
linux-php7.2-pgsql-evidence
Expired
|
550 Bytes |
|
linux-php7.3-mysql-evidence
Expired
|
550 Bytes |
|
linux-php7.3-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php7.3-pgsql-logs
Expired
|
6.21 KB |
|
linux-php7.4-mysql-evidence
Expired
|
550 Bytes |
|
linux-php7.4-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php7.4-pgsql-logs
Expired
|
6.21 KB |
|
linux-php8.0-mysql-evidence
Expired
|
550 Bytes |
|
linux-php8.0-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php8.0-pgsql-logs
Expired
|
6.21 KB |
|
linux-php8.1-mysql-evidence
Expired
|
78.1 KB |
|
linux-php8.1-mysql-logs
Expired
|
6.21 KB |
|
linux-php8.1-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php8.1-pgsql-logs
Expired
|
6.21 KB |
|
linux-php8.2-mysql-evidence
Expired
|
550 Bytes |
|
linux-php8.2-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php8.2-pgsql-logs
Expired
|
6.21 KB |
|
linux-php8.3-mysql-evidence
Expired
|
550 Bytes |
|
linux-php8.3-pgsql-evidence
Expired
|
78.1 KB |
|
linux-php8.3-pgsql-logs
Expired
|
6.21 KB |
|