diff options
| -rw-r--r-- | karma-shared.conf.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js index b74b4910..5de50ab6 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -13,7 +13,10 @@ module.exports = function(config, specificOptions) { // SauceLabs config for local development. sauceLabs: { testName: specificOptions.testName || 'AngularJS', - startConnect: true + startConnect: true, + options: { + 'selenium-version': '2.37.0' + } }, // BrowserStack config for local development. |
