E2E testing for EC-CUBE #721
Annotations
2 errors, 1 warning, and 1 notice
Run to E2E testing:
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
|
Run to E2E testing
Process completed with exit code 1.
|
Upload logs
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ─────────────
10 skipped
|
The logs for this run have expired and are no longer available.
Loading