File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 * - `saucelabs`: Launches the browser within Saucelabs
66 */
77const browserConfig = {
8- 'iOS15 ' : { unitTest : { target : 'saucelabs' } } ,
8+ 'iOS18 ' : { unitTest : { target : 'saucelabs' } } ,
99 'Safari16' : { unitTest : { target : 'browserstack' } } ,
1010} ;
1111
Original file line number Diff line number Diff line change 11{
2- "SAUCELABS_IOS15 " : {
2+ "SAUCELABS_IOS18 " : {
33 "base" : " SauceLabs" ,
4- "appiumVersion" : " 1.22.0 " ,
4+ "appiumVersion" : " latest " ,
55 "deviceOrientation" : " portrait" ,
66 "browserName" : " Safari" ,
7- "platformVersion" : " 15 .0" ,
7+ "platformVersion" : " 18 .0" ,
88 "platformName" : " iOS" ,
9- "deviceName" : " iPhone 13 Pro Max Simulator"
9+ "deviceName" : " iPhone 15 Pro Max Simulator"
1010 },
1111 "BROWSERSTACK_SAFARI16" : {
1212 "base" : " BrowserStack" ,
You can’t perform that action at this time.
0 commit comments