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!

kepa
  • 55
  • 5

1 Answers1

0

Check out the devices option:

spoon {
  devices = ['333236E9AE5800EC']
}

Found at the Spoon Gradle Plugin documentation site.

Trinimon
  • 13,839
  • 9
  • 44
  • 60