I'm trying to run all my espresso tests on multiple devices simultaneously using adb shell am instrument command. Wondering if there is a way. I'm not trying to distribute my tests across devices, i want to run all of them on all connected devices.
I tried to use gradle command but i'm not able to change the runner (Allure).
Simply run the processes in the background