summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.Windows.UITests
AgeCommit message (Collapse)AuthorFilesLines
2017-05-26Moving to version 2.0.9 of Xamarin.UITest (#937)E.Z. Hart2-3/+3
2017-04-12[UITest]Fix release buildRui Marinho1-1/+1
2017-03-23[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)Rui Marinho3-282/+1
* [UITests]Add Xamarin.Forms.Core.UITests.Shared * fix * [UITests]Use shared UITest project on macOS * [UITests] Add correct platform queries * [Controls] Add missing Preserve
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts1-0/+3
* [Core] Add accessibility properties * [Controls] Add accessibility gallery * [iOS] Implement accessibility properties * [Android] Implement accessibilty properties * [Win] Implement accessibility properties * [Win] Select ListView item on selected for a11y * Update docs * TODO: macOS accessibility * [iOS] Fix failing UI Tests
2017-01-05[UITest] Update to UITest 2.0.5 (#665)Rui Marinho2-3/+3
2016-12-12Updating UITest package to 2.0.3E.Z. Hart2-3/+3
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart2-3/+4
* 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. Hart1-0/+3
* 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-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 Marinho2-2/+2
* [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-6/+6
* [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj
2016-06-24[UITest] Update to 1.3.8, remove old projects (#240)Rui Marinho2-3/+3
* [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-05-11Remove unused UI test (#163)E.Z. Hart1-3/+0
2016-05-04Remove empty UI tests (#160)E.Z. Hart1-72/+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-3/+0
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-2/+2
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-2/+2
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 testskingces951-0/+4
2016-03-29Update references to outdated project nameE.Z. Hart1-5/+0
2016-03-22Initial importJason Smith5-0/+486