mirror of
https://github.com/chaijs/chai
synced 2024-11-12 23:07:06 +00:00
chore: fix sauce config for headless chrome
This commit is contained in:
parent
d275fd6b97
commit
8b73a482b5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = function(config) {
|
|||
}
|
||||
|
||||
config.browsers = config.browsers.concat(browsers);
|
||||
config.customLaunchers = browserConfig;
|
||||
Object.assign(config.customLaunchers, browserConfig);
|
||||
config.reporters.push('saucelabs');
|
||||
config.captureTimeout = 300000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue