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



有人知道在应用程序中心上运行 UI 脚本Microsoft API 吗?

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

有没有人知道在应用程序中心上运行 UI 脚本Microsoft API?

在测试云中启动测试运行需要应用中心 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

最新更新