From 14e21dcebd4a706aaa5eed384b142957d84df002 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Tue, 15 Nov 2016 12:39:23 -0700 Subject: Creating category constants for UI test categories (#487) * 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 --- .../Xamarin.Forms.Core.Windows.UITests.csproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Xamarin.Forms.Core.Windows.UITests') diff --git a/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj b/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj index 515e2119..76eb2d15 100644 --- a/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj +++ b/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj @@ -156,6 +156,9 @@ Tests\WebViewUITests.cs + + UITestCategories.cs + Utilities\AppExtensions.cs -- cgit v1.2.3