mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
chore: tweak saucelab build settings
This commit is contained in:
parent
b287f45356
commit
8e2c7075e0
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = function(config) {
|
|||
config.browsers = config.browsers.concat(browsers);
|
||||
config.customLaunchers = browserConfig;
|
||||
config.reporters.push('saucelabs');
|
||||
config.transports = [ 'xhr-polling' ];
|
||||
config.captureTimeout = 300000;
|
||||
|
||||
config.sauceLabs = {
|
||||
username: auth.SAUCE_USERNAME
|
||||
|
|
|
@ -59,6 +59,7 @@ exports['SL_Edge'] = {
|
|||
exports['SL_Safari'] = {
|
||||
base: 'SauceLabs'
|
||||
, browserName: 'safari'
|
||||
, platform: 'Mac 10.11'
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue