【发布时间】:2018-03-25 00:38:23
【问题描述】:
如何从命令行将 UI 测试与相关应用一起推送到 App Center Test?
我正在使用 CI(持续集成)服务器来构建我的应用程序,我尝试使用 App Center 测试门户提供的以下命令,但它不起作用并输出错误,如下所示:
appcenter test run uitest --app "bminnick/uitestsampleapp" --devices b139e40f --app-path [my apk file path] --test-series "master" --locale "en_US" --build-dir [my UI Test Build Directory]
命令“appcenter test run uitest”需要登录用户。使用‘appcenter login’命令登录
我正在尝试部署 Xamarin.Android 应用和 Xamarin.UITest。
【问题讨论】:
标签: xamarin xamarin.android xamarin.uitest visual-studio-app-center visual-studio-app-center-test