merge: resolve conflicts and integrate headed mode default
This commit is contained in:
commit
ddff9975e2
2 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ const defaultConfig: FullConfig = {
|
|||
browserName: 'chromium',
|
||||
launchOptions: {
|
||||
channel: 'chrome',
|
||||
headless: os.platform() === 'linux' && !process.env.DISPLAY,
|
||||
headless: false,
|
||||
chromiumSandbox: true,
|
||||
},
|
||||
contextOptions: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue