Microsoft AppCenter 测试云上的 API 到 运行 UI 脚本是什么 - Xamarin

What is the API to run UI Scripts on Microsoft AppCenter test cloud - Xamarin

有人知道 Microsoft 应用中心上的 API 到 运行 UI 脚本吗?

我试过了https://api.mobile.azure.com/v0.1/apps/{owner_name}/{app_name}/test_runs/{test_run_id}/report 来自 https://openapi.appcenter.ms/#/ 但它不起作用。

Does anyone have any idea of the API to run UI scripts on Microsoft app center?

在 Test Cloud 中启动测试 运行 需要 App Center CLI 工具。

https://github.com/Microsoft/appcenter-cli

appcenter test status   Checks the status of the started test run
appcenter test stop Stop the started test run
appcenter test generate appium  Generates an Appium project
appcenter test generate uitest  Generates a Xamarin.UITest project
appcenter test prepare appium   Creates an artifacts directory with Appium tests
appcenter test prepare calabash Creates an artifacts directory with Calabash tests
appcenter test prepare espresso Creates an artifacts directory with Espresso tests
appcenter test prepare uitest   Creates an artifacts directory with Xamarin UI Tests
appcenter test prepare xcuitest Creates an artifacts directory with XCUITest tests
appcenter test run appium   Starts a test run with Appium tests
appcenter test run calabash Starts a test run with Calabash tests
appcenter test run espresso Starts a test run with Espresso tests
appcenter test run manifest Starts a test run with previously prepared artifacts
appcenter test run uitest   Starts a test run with Xamarin UI Tests
appcenter test run xcuitest Starts a test run with XCUITest tests