use headless and no-remote?
This commit is contained in:
parent
41d2fa2fd6
commit
1bad0a6856
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ module.exports = function (config) {
|
|||
'FirefoxHeadless': {
|
||||
base: 'Firefox',
|
||||
flags: [
|
||||
'-headless'
|
||||
'--headless',
|
||||
'--no-remote'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue