mirror of
https://github.com/appium/appium.git
synced 2026-04-25 04:48:42 -05:00
update sample apk (#12380)
This commit is contained in:
committed by
Dan Graham
parent
4e8bbbcc88
commit
906350fd33
@@ -16,8 +16,8 @@ class TestIOSBasicInteractions():
|
||||
'app': IOS_APP_PATH,
|
||||
'platformName': 'iOS',
|
||||
'automationName': 'XCUITest',
|
||||
'platformVersion': os.getenv('IOS_PLATFORM_VERSION') or '11.1',
|
||||
'deviceName': os.getenv('IOS_DEVICE_NAME') or 'iPhone 6s',
|
||||
'platformVersion': os.getenv('IOS_PLATFORM_VERSION') or '12.1',
|
||||
'deviceName': os.getenv('IOS_DEVICE_NAME') or 'iPhone 8',
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user