summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests
AgeCommit message (Collapse)AuthorFilesLines
2016-10-18Restore with beta-2.3.3-pre3WonYoung Choi2-2/+2
Change-Id: Id4fa728baace751dba9762d534392672e5d86774
2016-10-03Update to date Xamarin.Forms of master branch in GitHubWonYoung Choi2-2/+2
Change-Id: I58f3420f0efd4fca193533bf1f2ba8ca26dab9e0
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