1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18260 from calixteman/dumpio

Enable dumpio when running the tests in order to have some useful debug data
This commit is contained in:
Tim van der Meij 2024-06-18 19:39:59 +02:00 committed by GitHub
commit c521351338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -884,6 +884,7 @@ async function startBrowser({
const options = {
product: browserName,
protocol: "cdp",
dumpio: true,
headless,
defaultViewport: null,
ignoreDefaultArgs: ["--disable-extensions"],