1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Enable dumpio when running the tests in order to have some useful debug data

This commit is contained in:
Calixte Denizet 2024-06-16 20:52:38 +02:00
parent 4c041586fb
commit 3c02dc6d1d

View file

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