* [UITests] Update Xamarin.UITest 2.2.5
* [UITests] Try fix Toolbaritems
* [UITest] Update to 2.2.5-1606
* [UITests] Small Fixes and workarounds to make uitest happy
* [UITests ] Add delay to 1733 for API28
* fixes#2338 Queue swaps involving fragments and ignore swaps when parent is going away
* change life cycle namesapce, add reference to issue, change extension name
* Implement Clear(marked) method
* For Windows tests where we need to query a value we can't get, mark inconclusive
* Fix queries for multi-line "marked" values
* Force frames with text in them to be "tappable"
* Actually rerun queries during retry
* Update images for package deployment
* Allow the tests to restart the Control Gallery if it crashes
* UWP tests can now activate context menus
* Make double-tap (really double click) work for UWP desktop
* Get some basic scroll up/down functions working
* ScrollTo functions
* Modify ListViewRenderer automation peer to prevent freezing on ListViews
* Allow automation to find tabs
* Temporarily ignore some of the tests which don't do much
* Make ListViews with string/value type lists work
* Add note about 29257/60478
* Use toggle button for test 30353 for UWP
* Handle getting screen bounds consistently
* Make test for G2414 use ActivateContextMenu extension method
* Simplify UI test for 31330 and make it runnable on Windows
* Add notes on failing tests
* Add query for MoreButton on G2809 test
* Ignore ActivityIndicator IsRunning test for UWP
* Use ScrollDownTo instead of ScrollForElement method on Windows
* CellsGalleryTestCellList now working on UWP
* Cells tests working on UWP
* Re-add Tap to ScrollAndTap
* Get rid of custom automation peer stuff and just fix the tests
* Viewport caching and multi-monitor support for scroll
* Modified scroll values to hopefully get this running correctly on high density screen
* Clear messages so Appearing tests don't freeze up automation on UWP
* Make test for 32230 compatible with UWP
* Make test 32615 compatible with UWP
* Use ActivateContextMenu to simplify 34561 test
* Add notes for 34912 failure
* Make 36171 test compatible with UWP tests
Add directions for running the tests locally
* PR cleanup
* [UITest] Try dev uitest for api25 fixes
* [Controls] Fix some rounding issues for UITests
* [UITest] Update to Xamarin.UITest 2.2.0 stable
* [UITests] Remove Private so dll is copied
* [Packages] Update UITest and consolidate packages
* [Controls] Remove old packages
* [UITest] Try fix UITests iOS11
* [UITests] Use back instead of custom class
* First stab at getting UWP app tests running
* Implement a couple more methods (we can get all the way through the first test now)
* Add reset button to UWP Control Gallery; implement WaitForElement
* First pass at WaitForNoElement
* Make layouts available for automation queries; implement Tap(marked)
* Implement some of the keyboard methods
* Checkpoint
* Checkpoint
* More refactoring
* Forgot to save project file
* Put infrastructure for property queries in place
* Fix query parsing bug, add condition for text: query
* Implement Back(); add automation peers to Page and Label
* Implement TapCoordinates
* Fix dismiss button and make test text correct
* Fix incorrect AppRect conversion; add offsets to TapCoordinates
* Better reset
* Fill in missing 'DismissKeyboard' implementation
* Make layout renderers take up space even if they have no children
* Add ability to find TextBoxes by text contents
* DoubleTap
* [Nuget] Update UITest packages
* [UITest] Fix failing tests by scrolling to results first
* [PagesGallery] Remove iOS7 storyboard
* Revert "[UITest] Fix failing tests by scrolling to results first"
This reverts commit 54eba70cf04d155998c1436e1320e02984864bca.
* [Controls] Move results labels on 51773 to the top
* Allow UI tests to bypass "manual" navigation to isses pages
* Add missing Preserve attribute
* Make Issue198 test work with direct navigation
* Remove empty UI tests
* Fix error handling for iOS
* Use navigation which works for subsequent TestNavigationPages on iOS
* Fix race condition in 39530 test
Remove master page nesting when doing direct nav for UI tests
* Set up and run a single instance of Control Gallery for UI tests
* Force NavigateToIssue to wait for main page appearing to deal with iOS timing
* Move remaining UI tests into Issues namespace
* Change the connection check URL so it'll work on iOS
* Make Appearing Gallery tests work without restarting app
* Prevent ContextActions tests from stepping on each other
* Make context menu test more robust
* Move ButtonExtensions back to Controls namespace
* Have test 774 dismiss the action sheet before ending
* Update UITest package to 2.0.0 stable
* Make 2948 restore orientation when it's done
* Null check on PageController before calling SendDisappearing
* Adding a wait for the root page in the core tests
* Add consecutive tests reset to prevent memory slog on older iOS devices
* Creating a category just for core UI tests
* Grouping all of the core UI tests
* Adjusting categories so we can run in smaller batches
* Adding some of the Issues tests to categories
* Fix shared project nonsense
* Fix non-existent test category
* Testing global category for Issues