Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
⚡ improvement(saucelabs): update mobile envs
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 28, 2016
1 parent f7e4cf9 commit 8d3f882
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions template/config/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,25 @@ const batches = [
},
// mobile
{
sl_ios_safari: {
sl_ios_safari_8: {
base: 'SauceLabs',
browserName: 'iphone',
platform: 'OS X 10.9',
version: '7.1'
version: '8.4'
},
sl_android: {
sl_ios_safari_9: {
base: 'SauceLabs',
browserName: 'iphone',
version: '9.3'
},
sl_android_4_2: {
base: 'SauceLabs',
browserName: 'android',
platform: 'Linux',
version: '4.2'
},
sl_android_5_1: {
base: 'SauceLabs',
browserName: 'android',
version: '5.1'
}
}
]
Expand Down

0 comments on commit 8d3f882

Please sign in to comment.