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:
commit
c521351338
@ -884,6 +884,7 @@ async function startBrowser({
|
|||||||
const options = {
|
const options = {
|
||||||
product: browserName,
|
product: browserName,
|
||||||
protocol: "cdp",
|
protocol: "cdp",
|
||||||
|
dumpio: true,
|
||||||
headless,
|
headless,
|
||||||
defaultViewport: null,
|
defaultViewport: null,
|
||||||
ignoreDefaultArgs: ["--disable-extensions"],
|
ignoreDefaultArgs: ["--disable-extensions"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user