We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc5e6f commit 0282ee7Copy full SHA for 0282ee7
test/test-extension.js
@@ -17,6 +17,8 @@ async function boot() {
17
// devtools: true, // Enable DevTools for debugging
18
args: [
19
`--no-sandbox`, //Required for this to work in github CI environment
20
+ `--start-maximized``, // this flag maximizes the browser window
21
+ `--display=${process.env.DISPLAY ?? ':0'}`, // fix for LXDE desktops
22
`--disable-extensions-except=${extensionPath}`,
23
`--load-extension=${extensionPath}`
24
]
0 commit comments