assemble The task to assemble the output(s) of the project check The
task to run all the checks. connectedCheck Runs checks that requires a
connected device or emulator. they will run on all connected devices
in parallel. deviceCheck Runs checks using APIs to connect to remote
devices. This is used on CI servers. build This task does both
assemble and check clean This task cleans the output of the project
我正在设置一个Jenkins CI来运行我的(Espresso)测试,并且deviceCheck任务描述似乎与之相关.但是,我找不到任何关于如何在CI服务器上使用此任务执行远程设备上的测试的文档或示例.有谁知道如何使用它?
解决方法 我建议运行测试: Spoon.它很容易设置,有很多很好的开箱即用功能.例如好的测试报告,截图.我在我的Jenkins CI上使用它,它的效果非常好!我已将多个设备连接到CI服务器,并且所有测试都运行.
总结以上是内存溢出为你收集整理的android – 如何使用deviceCheck任务在远程设备上运行测试全部内容,希望文章能够帮你解决android – 如何使用deviceCheck任务在远程设备上运行测试所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)