From f79fc69b9e85ebd946bd7128c414735860bcc9f2 Mon Sep 17 00:00:00 2001 From: Ryan Robidou Date: Tue, 9 Oct 2018 06:18:21 -0700 Subject: [PATCH] [UWP] Document in the README.md the steps required to run UI Tests (#4014) fixes #3984 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c7869c13a..8a7ac8b1b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ Make sure you have Nuget.exe 4.0 or above and the latest dotnet core sdk (2.0.3) nuget restore Xamarin.Forms.sln msbuild Xamarin.Forms.sln +### UI Tests ### + +##### Run UWP UI Tests ##### +To run the UWP UI Tests: + +1. Install and run the [Windows Application Driver](https://github.com/Microsoft/WinAppDriver#installing-and-running-windows-application-driver). +2. Launch the `Xamarin.Forms.ControlGallery.WindowsUniversal` project to install the ControlGallery application onto your system. + +You should now be able to run any of the UWP UI Tests. ## Coding Style ## We follow the style used by the [.NET Foundation](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md), with a few exceptions: