Skip to content

Commit

Permalink
Merge pull request #18260 from calixteman/dumpio
Browse files Browse the repository at this point in the history
Enable dumpio when running the tests in order to have some useful debug data
  • Loading branch information
timvandermeij authored Jun 18, 2024
2 parents 2f462a8 + 3c02dc6 commit c521351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ async function startBrowser({
const options = {
product: browserName,
protocol: "cdp",
dumpio: true,
headless,
defaultViewport: null,
ignoreDefaultArgs: ["--disable-extensions"],
Expand Down

0 comments on commit c521351

Please sign in to comment.