We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72421b2 commit 9321a5fCopy full SHA for 9321a5f
1 file changed
karma-shared.conf.js
@@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) {
32
customLaunchers: {
33
'SL_Chrome': {
34
base: 'SauceLabs',
35
- browserName: 'chrome'
+ browserName: 'chrome',
36
+ version: '34'
37
},
38
'SL_Firefox': {
39
0 commit comments