-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS13 support with Appcenter using Appium 1.15 #1203
Comments
@Oddj0b @amchew Appium's release notes indicate that the version 1.15 supports iOS 13/Xcode 11: https://github.com/appium/appium/releases/tag/v1.15.0 I have seen evidence that at least some launch tests can complete on iOS 13 devices even with our current Appium support, however this may be specific to launch testing and not general functionality; I imagine this update is noted in Appium's release because it is at least recommended, if not required for normal testing functionality. |
Yes the App does launch in Appcenter with the current Appium version. However there are some inconsistencies like when i try to get the page source using Driver.getpagesource() command on IOS13 devices, i am getting an unknown server and the tests goes to the exception block. I tried running this locally with the Appium 1.15 and it works fine. This is one example. I can certainly attach the test run along with the logs, if that helps. I would appreciate, if the team can look into the upgrade as early as possible, since my organisation heavily relies on test cloud to execute regression test cases. Currently we are unable to run any of the tests against IOS 13 devices in the device farm. |
Thanks for confirming that @KS261187. |
Team, |
For my test, when using 1.10 for iOS 13, elements can't be found to be clickable, no problem for iOS 12.
|
I'm having another big issue. Each test needs at least 10 mins to start. Appcenter support investigated this and found: "The webdriver agent is taking a very long time to realise that the app has launched. Since you are not seeing this with Appium 1.15 i will assume that the issue will be fixed once appium is upgraded. " |
We're internally testing the latest Appium upgrade and would like your help. If you want to test Appium in version 1.16 in App Center Test, all you have to do is add a |
Appium 1.16 is the default version for all Appium Test runs and the |
Describe the solution you'd like
I would like to use Appcenter to run my test cases against IOS13 using Appium 1.15. Currently the version supported by AppCenter is 1.11.0 which supports only till 12.4.1. I am able to see iPhone 11 devices in Appcenter but unable to use any of them since Appium 1.15 is not supported in AppCenter.
Describe alternatives you've considered
When trying to execute my tests against Appium 1.11 in AppCenter the test stalls and yielding no results.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: