Skip to content

Commit

Permalink
Update safari configs (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus authored Aug 30, 2016
1 parent 177a5eb commit 91d5942
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tasks/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,24 @@ var customLaunchers = {
},
'safari': {
base: 'SauceLabs',
browserName: 'safari',
browserName: 'Safari',
platform: 'OS X 10.10',
version: '8'
},
'ipad': {
base: 'SauceLabs',
browserName: 'ipad',
platform: 'OS X 10.10',
version: '8',
browserName: 'Safari',
deviceName: 'iPad Simulator',
platform: 'iOS',
version: '9.3',
'device-orientation': 'portrait'
},
'iphone': {
base: 'SauceLabs',
browserName: 'iphone',
browserName: 'Safari',
deviceName: 'iPhone Simulator',
platform: 'OS X 10.10',
version: '8',
platform: 'iOS',
version: '9.3',
'device-orientation': 'portrait'
}
};
Expand Down

0 comments on commit 91d5942

Please sign in to comment.