I wanted to know, if Appium scripts can be run on multiple Android or iOS devices parallely, Using a single driver instance and not using Selenium Grid.
Most examples i have come across have used selenium grid, Wanted to know if it is possible without it.
Right now i use Testng and the parallel"tests" tag to run it parallely, it spawns the android and ios devices but the tests do not run on the targeted device and run just on one of the devices.