File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
* - `saucelabs`: Launches the browser within Saucelabs
6
6
*/
7
7
const browserConfig = {
8
- 'iOS14 ' : { unitTest : { target : 'saucelabs' } } ,
9
- 'Safari13 ' : { unitTest : { target : 'browserstack' } } ,
8
+ 'iOS15 ' : { unitTest : { target : 'saucelabs' } } ,
9
+ 'Safari15 ' : { unitTest : { target : 'browserstack' } } ,
10
10
} ;
11
11
12
12
/** Exports all available custom Karma browsers. */
Original file line number Diff line number Diff line change 1
1
{
2
2
"SAUCELABS_IOS14" : {
3
3
"base" : " SauceLabs" ,
4
- "appiumVersion" : " 1.20.1 " ,
4
+ "appiumVersion" : " 1.22.0 " ,
5
5
"deviceOrientation" : " portrait" ,
6
6
"browserName" : " Safari" ,
7
- "platformVersion" : " 14.3 " ,
7
+ "platformVersion" : " 15.0 " ,
8
8
"platformName" : " iOS" ,
9
- "deviceName" : " iPhone 12 Pro Simulator"
9
+ "deviceName" : " iPhone 13 Pro Max Simulator"
10
10
},
11
- "BROWSERSTACK_SAFARI13 " : {
11
+ "BROWSERSTACK_SAFARI15 " : {
12
12
"base" : " BrowserStack" ,
13
13
"browser" : " Safari" ,
14
- "browser_version" : " 13.1 " ,
14
+ "browser_version" : " 15.0 " ,
15
15
"os" : " OS X" ,
16
- "os_version" : " Catalina "
16
+ "os_version" : " Monterey "
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments