Suitest instrumentation library for Xbox One (UWP) apps. This package will make your UWP app testable with Suitest. Suitest is a multi-platform end-to-end test automation service with the focus on the productivity and ease of use. Sign up for free at https://suite.st to get started. Follow these steps to prepare your application for end-to-end testing with Suitest: 1. Install this package. 2. In the Package.appxmanifest add "Internet (Client)" capability. 3. Call SuitestLibrary.Suitest.Initialize(); near the end of your OnLaunched method in App.xaml.cs. Then upload the application into Suitest and test away! Happy testing!
$ dotnet add package SuitestNo README available.