Bump @babel/core from 7.21.3 to 7.23.5 #582
Annotations
4 errors and 1 notice
Run to E2E testing:
e2e-tests/test/front_guest/entry.test.ts#L19
1) [chromium] › test/front_guest/entry.test.ts:29:7 › 会員登録のテストをします › ご利用規約を確認します =================
apiRequestContext.delete: connect ECONNREFUSED ::1:8090
=========================== logs ===========================
→ DELETE http://mailcatcher:1080/messages
user-agent: Playwright/1.29.2 (x64; ubuntu 22.04) node/18.18 CI/1
accept: */*
accept-encoding: gzip,deflate,br
============================================================
17 | proxy: PlaywrightConfig.use.proxy
18 | });
> 19 | await mailcatcher.delete('/messages');
| ^
20 |
21 | page = await browser.newPage();
22 | await page.goto(url);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_guest/entry.test.ts:19:29
|
Run to E2E testing:
e2e-tests/test/front_guest/shopping.test.ts#L1
2) [chromium] › test/front_guest/shopping.test.ts:32:7 › 購入フロー(ゲスト)のテストをします › 商品一覧を表示します =========
RequestError: Error: connect ECONNREFUSED ::1:8090
at new RequestError (/home/runner/work/ec-cube2/ec-cube2/node_modules/request-promise-core/lib/errors.js:14:15)
at Request.plumbing.callback (/home/runner/work/ec-cube2/ec-cube2/node_modules/request-promise-core/lib/plumbing.js:87:29)
at Request.RP$callback [as _callback] (/home/runner/work/ec-cube2/ec-cube2/node_modules/request-promise-core/lib/plumbing.js:46:31)
at self.callback (/home/runner/work/ec-cube2/ec-cube2/node_modules/request/request.js:185:22)
at Request.onRequestError (/home/runner/work/ec-cube2/ec-cube2/node_modules/request/request.js:877:8)
|
Run to E2E testing:
e2e-tests/test/front_guest/welcome.test.ts#L10
3) [chromium] › test/front_guest/welcome.test.ts:13:7 › トップページのテストをします › TOPページが正常に見られているかを確認します =
page.goto: net::ERR_PROXY_CONNECTION_FAILED at https://ec-cube/index.php
=========================== logs ===========================
navigating to "https://ec-cube/index.php", waiting until "load"
============================================================
8 | const browser = await chromium.launch();
9 | page = await browser.newPage();
> 10 | await page.goto(url);
| ^
11 | });
12 |
13 | test('TOPページが正常に見られているかを確認します', async () => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_guest/welcome.test.ts:10:16
|
Run to E2E testing
Process completed with exit code 1.
|
Run to E2E testing
3 failed
[chromium] › test/front_guest/entry.test.ts:29:7 › 会員登録のテストをします › ご利用規約を確認します ==================
[chromium] › test/front_guest/shopping.test.ts:32:7 › 購入フロー(ゲスト)のテストをします › 商品一覧を表示します ==========
[chromium] › test/front_guest/welcome.test.ts:13:7 › トップページのテストをします › TOPページが正常に見られているかを確認します ==
16 skipped
|
The logs for this run have expired and are no longer available.
Loading