Use FirefoxHeadless
This commit is contained in:
parent
21788740c1
commit
1731bf1f5f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = function (config) {
|
|||
port: 9876,
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
browsers: ['Firefox'],
|
||||
browsers: ['FirefoxHeadless'],
|
||||
|
||||
singleRun: true,
|
||||
|
||||
|
|
Reference in a new issue