summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests
AgeCommit message (Collapse)AuthorFilesLines
2016-12-12Updating UITest package to 2.0.3E.Z. Hart2-3/+3
2016-11-22Fix broken alerts for iPad (#549)beta-2.3.4-pre1E.Z. Hart1-1/+1
* Fix broken alerts for iPad * Remove unnecessary parameter and add null check * Dropping test limit to 10 so we can get iOS passing
2016-11-21Turning down number of consecutive tests to avoid jetsam ejections on iOSE.Z. Hart1-2/+3
2016-11-19Adding some restart logic to the UI tests if navigation fails (#550)E.Z. Hart1-1/+34
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart6-48/+75
* 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. Hart29-40/+76
* 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-06[UITest] Update to UItest beta 5, fix class naming (#413)Rui Marinho2-4/+3
* [UITest] Update to UItest beta 5, fix class naming * [UITest] Fix reference to alpha package * [UITests] Update UITest
2016-10-04Fix tests on IOS10 [Do not merge] (#373)Rui Marinho3-138/+143
* [UITests] Update packages * [UITests] Fix formatting * [UITests] Fix tests * Add badges * Update Android csproj * fix
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho2-2/+2
* [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj
2016-08-16[iOS] Change when we updated the XF INavigationPageController after popping ↵Rui Marinho4-66/+26
a page natively, Cleanup UITest references (#291)
2016-06-24[UITest] Update to 1.3.8, remove old projects (#240)Rui Marinho2-5/+5
* [UITests] Update to Xamarin UItest 1.3.8 * Remove legacy UITest projects * Remove issue that uses reference to controls * Update Xamarin.Forms.Core.iOS.UITests.csproj * Update Xamarin.Forms.Core.Android.UITests.csproj
2016-06-14# This is a combination of 5 commits. (#221)E.Z. Hart1-2/+12
# The first commit's message is: Removing CI-specific script from main repo # This is the 2nd commit message: Removing build projects # This is the 3rd commit message: Add some error reporting around TestFixtureSetup # This is the 4th commit message: Force load referenced assemblies to prevent missing registrations # This is the 5th commit message: Revert failed fix for GetAssemblies
2016-05-11Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)E.Z. Hart11-185/+173
* 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. Hart2-58/+0
2016-05-04Remove empty UI tests (#160)E.Z. Hart30-3695/+6
* 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. Hart3-53/+0
2016-04-18[iOS] Fix uitests on iPhone5 (#105)Rui Marinho1-2/+2
2016-04-13Update to latest UITest nuget (#80)Jason Smith2-3/+3
* Update to latest UITest nuget * Fix uploader
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro1-3/+3
2016-04-11Resharper warnings are slightly different for some reason than WError, ↵Jason Smith17-64/+0
resolve these (#66)
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro2-3/+7
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-06Enable warnings as errors in testskingces956-7/+19
2016-03-29Update references to outdated project nameE.Z. Hart1-0/+2
2016-03-22Initial importJason Smith76-0/+8415