I am trying to launch chrome browser on Moto x (Android kit kat) and Nexus 5(Lolipop).
Following things are done in the code:
1)Launch grid
2)I am having a dataprovider which feeds the mobile info as objects one after the other to tests I have configured the dataprovider to provide the objects parallely. Using this information i am preparing the desired capabilities which will be used for initalizing appium driver.
3)Launch appium servers as per the configuration mentioned in the dataprovider object and register it with hub
4)Execute the test.
The problem i am facing is that tests are executed in a single device but is failing when trying to execute it on another device. I am suspecting time issue or some config issue.
Can you please post the code for the above video, it would be helpful.
Thanks and regards,
Karthik