如何获取 Xamarin 测试云设备字符串

How to get Xamarin Test Cloud Device String

我正在尝试将 CI 与 Xamarin 测试云一起用于自动化 CI + 使用 Visual Studio 在线执行测试场景。

在创建新的 Xamarin Android 构建定义时,它要求输入 Devices 的值,引用为

The devices string is generated by Xamarin Test Cloud. It can be found as the value of the --devices command line argument of a Test Cloud test run.

有什么想法可以让我从哪里得到这个字符串吗? 我正在使用 UiTest 并将测试从 Visual Studio-> 测试项目-> 右键单击​​-> 运行 中的测试云

上传到 Xamarin 测试云

感谢您的帮助。

谢谢 ST

生成有效 --devices 字符串的最简单方法是转到 https://testcloud.xamarin.com/ 和 select "New Test Run",您可以通过它们和 select 您的设备。在名为 "Submit your tests to finish" 的最后一个屏幕上,您可以从生成的 test-cloud.exe 命令中获取 --devices 参数值。