Skip to content

Commit 728e360

Browse files
committed
start maximized
1 parent 2e5b879 commit 728e360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/hooks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ setDefaultTimeout(config.timeout * 1000)
1010
BeforeAll(async function () {
1111
global.browser = await chromium.launch({
1212
headless: config.headless,
13-
slowMo: config.slowMo
13+
slowMo: config.slowMo,
14+
ignoreDefaultArgs: ['--start-maximized']
1415
})
1516
})
1617

0 commit comments

Comments
 (0)