【问题标题】:How to run Appium tests in Visualstudio Appcenter如何在 Visual Studio App Center 中运行 Appium 测试
【发布时间】:2018-09-01 21:14:54
【问题描述】:
我已经使用 C# 和 MSTest 在 Appium 中为我的 Android 应用程序编写了所有 UI 自动化测试。目前这些测试正在 Browserstack 中运行。
我想用 VisualStudio Appcenter 替换 browserstack,但找不到任何文档来在 Appcenter 上运行我的 C# Appium。 Appcenter 是否支持这种组合?
【问题讨论】:
标签:
appium
mstest
visual-studio-app-center
【解决方案1】:
目前 VS App Center 上的 Appium 测试仅支持使用 Java 编写的测试(在 Android 或 iOS 设备上)。
如果这是您希望将来看到的功能,我建议您在 Vistual Studio App Center 上注册,然后如果您查看右下角,则会有一个图标可以在对讲机中打开对话框 - 您可以在此处请求功能在被记录为功能请求之前,它将被路由到正确的部门。
【讨论】:
-
另见 issue 102 在应用中心的 github repo 上关于 C# 中的 Appium。