Enable dumpio when running the tests in order to have some useful debug data
This commit is contained in:
parent
4c041586fb
commit
3c02dc6d1d
@ -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