Skip to content

Commit

Permalink
Extra launch options
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Aug 24, 2024
1 parent ab327e0 commit baf5328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion browser_tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ const EXTENSION_PATH = './';

async function setupBrowser() {
const browser = await puppeteer.launch({
browser: "chrome",
headless: false,
devTools: true,
args: [
`--disable-extensions-except=${EXTENSION_PATH}`,
`--load-extension=${EXTENSION_PATH}`
`--load-extension=${EXTENSION_PATH}`,
`--window-size=1280,720`
]
});

Expand Down

0 comments on commit baf5328

Please sign in to comment.