Skip to content

Commit e91f6c7

Browse files
committedJul 31, 2019
Update Saucelabs platform parameters
The tests are failing with "The environment you requested was unavailable". In the past this was related to the appium version. The parameters in this commit came from the saucelabs configurator, I tried to introduce as little changes as possible, but some of the old parameters were not available anymore (like the iOS version)
1 parent 607f49f commit e91f6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/saucelabs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ var platforms = [{
2929
version: '11.0'
3030
}, {
3131
browserName: 'Safari',
32-
'appium-version': '1.6.3',
32+
'appium-version': '1.9.1',
3333
platformName: 'iOS',
34-
platformVersion: '10.0',
34+
platformVersion: '10.3',
3535
deviceName: 'iPhone 7 Simulator'
3636
}];
3737

0 commit comments

Comments
 (0)
Please sign in to comment.