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

在Microsoft AppCenter测试云上运行UI脚本的API是什么-Xamarin,xamarin,xamarin-test-cloud,visual-studio-app-center,Xamarin,Xamarin Test Cloud,Visual Studio App Center,有人知道在Microsoft app center上运行UI脚本的API吗 我试过https://api.mobile.azure.com/v0.1/apps/{owner_name}/{app_name}/test_runs/{test_run_id}/report 但是它不起作用 有人知道在Microsoft app center上运行UI脚本的API吗 在测试云中启动测试运行需要App Center CLI工具 appcenter test status Checks the sta

有人知道在Microsoft app center上运行UI脚本的API吗

我试过
https://api.mobile.azure.com/v0.1/apps/{owner_name}/{app_name}/test_runs/{test_run_id}/report
但是它不起作用

有人知道在Microsoft app center上运行UI脚本的API吗

在测试云中启动测试运行需要App Center 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