如何从命令行运行Xamarin.UITest?

vrw*_*wim 3 testing teamcity xamarin xamarin.uitest

我想在我的构建服务器上运行测试(使用Xamarin.UITest进行),该服务器在OS X上运行TeamCity.

我在网上搜索了如何做到这一点,但我只能找到如何将这些测试提交给Xamarin Test Cloud.这不是我想要的,我想运行我直接在连接到构建服务器的设备(和/或模拟器)上编写的测试.

Jas*_*son 5

根据文档(需要NUnit 2.6.3)

$ mono <path-to>/Nunit-2.6.3/bin/nunit-console.exe <path/to/uitest-assembly.dll>
Run Code Online (Sandbox Code Playgroud)