TODO: 测试稳定性.

This commit is contained in:
eson
2020-11-20 18:24:42 +08:00
parent 94b01ccb0f
commit 4bf8705a8d
7 changed files with 76 additions and 6 deletions

View File

@@ -9,6 +9,20 @@
"name": "Chrome Extension debugging",
"port": 9222,
"type": "chrome",
"runtimeArgs": [
"--user-data-dir=/tmp/chromeproxy-userdata",
"--ignore-certificate-errors",
"--disable-dev-shm-usage",
"--mute-audio",
"--safebrowsing-disable-auto-update",
"--disable-gpu",
"--no-sandbox",
"--disable-blink-features=AutomationControlled",
"--disable-infobars",
"--allow-running-insecure-content",
"--disable-features=TranslateUI",
"--test-type",
],
"url": "http:/localhost:7123",
"webRoot": "${workspaceFolder}"
}