-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Testing] Added lifecycle methods to UITest #19102
Conversation
@rmarinho I realize that the problem with the Build are tests not related to this PR that are running on a device with a different resolution than the one used in the reference. Should we update the snapshots? Can we force the tests to run on a specific device?
|
Is this related? #19133 |
Nothing, already fixed after merged that PR!. |
/rebase |
e26a20e
to
59c267d
Compare
Description of Change
We have gaps in our UITests with appium compared to Xamarin.UITest. When carrying legacy test we have certain needs such as rotating device, suspending and resuming apps, etc.
This PR include methods to manange the App lifecycle.
Added methods to: