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