0

I have the situation where the tests can't be run in 2 different devices at the same time. I need to keep the two devices attached for another reason. How can I execute "mvn spoon:run" and run the tests in only one device instead of all of them?

Thanks!

4

1 回答 1

0

查看设备选项:

spoon {
  devices = ['333236E9AE5800EC']
}

可在 Spoon Gradle 插件文档站点找到。

于 2014-11-25T15:29:09.063 回答