Sign in
skia
/
buildbot
/
694ecda015abd8f251d6dc6daaa43746f0fd3ebf
/
.
/
puppeteerrc.js.tpl
blob: 2876e2fa4c6b7b52ed969b727e86686a58b4e48c [
file
]
/**
* @type {import("puppeteer").Configuration}
*/
module
.
exports
=
{
// Skip downloading and instead use a toolchain supplied browser.
skipDownload
:
true
,
executablePath
:
"{BROWSER_EXE}"
,
};