Skip to content

Instantly share code, notes, and snippets.

@chihiro-adachi
Created January 24, 2022 08:26
Show Gist options
  • Save chihiro-adachi/449fa6efdac8aa01d63eaad8e80af41f to your computer and use it in GitHub Desktop.
Save chihiro-adachi/449fa6efdac8aa01d63eaad8e80af41f to your computer and use it in GitHub Desktop.
owasp owasp
## playwright実行するとエラー
```
HTTP_PROXY=127.0.0.1:8090 HTTPS_PROXY=127.0.0.1:8090 yarn run playwright test
yarn run v1.22.17
$ /Users/chihiro_adachi/repos/eccube41/zap/selenium/ci/TypeScript/node_modules/.bin/playwright test
Using config at /Users/chihiro_adachi/repos/eccube41/zap/selenium/ci/TypeScript/playwright.config.ts
Running 35 tests using 2 workers
1) [chromium] › front_guest/contact.test.ts:20:3 › お問い合わせフォームのテストをします › お問い合わせページを表示します ==========
page.goto: net::ERR_NAME_NOT_RESOLVED at https://ec-cube/contact
=========================== logs ===========================
navigating to "https://ec-cube/contact", waiting until "load"
============================================================
15 | const browser = await chromium.launch();
16 | page = await browser.newPage();
> 17 | await page.goto(url);
| ^
18 | });
19 |
20 | test('お問い合わせページを表示します', async () => {
at /Users/chihiro_adachi/repos/eccube41/zap/selenium/ci/TypeScript/test/front_guest/contact.test.ts:17:16
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment