|
|
@@ -15,3 +15,7 @@ PLAYWRIGHT_EXECUTABLE=D:\playwright-browsers\chromium-1208\chrome-win64\chrome.e
|
|
|
#生产
|
|
|
# PLAYWRIGHT_EXECUTABLE=/www/wwwroot/playwright/playwright-browsers/chromium-1208/chrome-win64/chrome.exe
|
|
|
PLAYWRIGHT_HEADLESS=true
|
|
|
+
|
|
|
+# Linux 生产环境 Chrome 额外启动参数(逗号分隔)
|
|
|
+# 解决 crashpad 崩溃问题:禁用 crash reporter,并指定 crash dumps 目录
|
|
|
+# PLAYWRIGHT_EXTRA_ARGS=--disable-crash-reporter,--crash-dumps-dir=/tmp
|