Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9fe5964

Browse files
committed
chore: add platform to ios saucelabs
1 parent e22c5d3 commit 9fe5964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma-shared.conf.js

+2
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@ module.exports = function(config, specificOptions) {
107107
'SL_iOS_10': {
108108
base: 'SauceLabs',
109109
browserName: 'iphone',
110+
platform: 'OS X 10.12',
110111
version: '10.3'
111112
},
112113
'SL_iOS_11': {
113114
base: 'SauceLabs',
114115
browserName: 'iphone',
116+
platform: 'OS X 10.12',
115117
version: '11'
116118
},
117119

0 commit comments

Comments
 (0)