summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests/Tests
AgeCommit message (Collapse)AuthorFilesLines
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart3-7/+10
* 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
2016-11-15Creating category constants for UI test categories (#487)E.Z. Hart27-40/+40
* 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
2016-11-15Attempting to fix possible race conditions in Automation ID tests (#533)E.Z. Hart1-1/+2
2016-10-04Fix tests on IOS10 [Do not merge] (#373)Rui Marinho1-135/+139
* [UITests] Update packages * [UITests] Fix formatting * [UITests] Fix tests * Add badges * Update Android csproj * fix
2016-08-16[iOS] Change when we updated the XF INavigationPageController after popping ↵Rui Marinho1-4/+5
a page natively, Cleanup UITest references (#291)
2016-05-11Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)E.Z. Hart8-153/+138
* Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol is defined * Replace IApp casts with conditional compilation directives * Fix warning * Remove EnableLocalScreenshots * Add Ignore attributes to keep tests from "failing" in Test Cloud
2016-05-11Remove unused UI test (#163)E.Z. Hart1-57/+0
2016-05-04Remove empty UI tests (#160)E.Z. Hart27-3567/+0
* Use WaitForElement instead of Thread.Sleep to cut down on idle time * Remove empty UI tests
2016-04-28Remove empty UI test for control which no longer exists (#152)E.Z. Hart1-51/+0
2016-04-18[iOS] Fix uitests on iPhone5 (#105)Rui Marinho1-2/+2
2016-04-11Resharper warnings are slightly different for some reason than WError, ↵Jason Smith17-64/+0
resolve these (#66)
2016-04-06Enable warnings as errors in testskingces953-4/+4
2016-03-22Initial importJason Smith54-0/+6193