Skip to content

Commit

Permalink
test mobile browser on saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbk committed Feb 14, 2015
1 parent ead10c0 commit 1a135b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karma-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ module.exports = function (config) {
browserName: 'Android',
platform: 'Linux',
version: '4.4'
},
},*/
'SL_Android_5.0': {
base: 'SauceLabs',
browserName: 'Android',
platform: 'Linux',
version: '5.0'
},
},/*
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'Chrome',
Expand Down Expand Up @@ -111,13 +111,13 @@ module.exports = function (config) {
browserName: 'iPhone',
platform: 'OS X 10.9',
version: '7.1'
},
},*/
'SL_IOS_8': {
base: 'SauceLabs',
browserName: 'iPhone',
platform: 'OS X 10.10',
version: '8.1'
},*/
},
'SL_Opera': {
base: 'SauceLabs',
browserName: 'opera',
Expand Down

0 comments on commit 1a135b2

Please sign in to comment.