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!