use headless and no-remote?

This commit is contained in:
Henry Jameson 2019-11-20 22:08:20 +02:00
parent 41d2fa2fd6
commit 1bad0a6856
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ module.exports = function (config) {
'FirefoxHeadless': {
base: 'Firefox',
flags: [
'-headless'
'--headless',
'--no-remote'
]
}
},