I'm trying to automate UI testing of Xamarin forms (Android app emulator) using Xamarin.UI.Tests and Visual Studio 2017.
I created a "Xamarin.UI.Test" project and write a test cases. But Xamarin.UI.Tests are not running when I trying to run the test using visual studio 2017. When trying to run "debug all test" project will start in debug mode and stop immediately. There is no error in error console or output window of VS2017