テスト用configファイルがある時は切り替える EC-CUBE#1013 #1569
Annotations
4 errors, 1 warning, and 1 notice
e2e-tests/test/installer/installer.test.ts#L13
1) [chromium] › test/installer/installer.test.ts:16:7 › インストーラのテストをします › インストーラを表示します ────────────
Error: page.goto: net::ERR_CONNECTION_CLOSED at https://localhost:4430/install/
Call log:
- navigating to "https://localhost:4430/install/", waiting until "load"
11 | const browser = await chromium.launch();
12 | page = await browser.newPage();
> 13 | await page.goto(url);
| ^
14 | });
15 |
16 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:13:16
|
e2e-tests/test/installer/installer.test.ts#L13
1) [chromium] › test/installer/installer.test.ts:16:7 › インストーラのテストをします › インストーラを表示します ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_CLOSED at https://localhost:4430/install/
Call log:
- navigating to "https://localhost:4430/install/", waiting until "load"
11 | const browser = await chromium.launch();
12 | page = await browser.newPage();
> 13 | await page.goto(url);
| ^
14 | });
15 |
16 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:13:16
|
e2e-tests/test/installer/installer.test.ts#L13
1) [chromium] › test/installer/installer.test.ts:16:7 › インストーラのテストをします › インストーラを表示します ────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_CLOSED at https://localhost:4430/install/
Call log:
- navigating to "https://localhost:4430/install/", waiting until "load"
11 | const browser = await chromium.launch();
12 | page = await browser.newPage();
> 13 | await page.goto(url);
| ^
14 | });
15 |
16 | test('インストーラを表示します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:13:16
|
|
|
|
The logs for this run have expired and are no longer available.
Loading