Appium Parallel run

Hi,

I wanna run Multiple android devices parallely but I can’t run it instead I can run one by one.

In Xml, If I set Parallel = “none”. It works fine but if I set Parallel= “tests”. First device runs fine but other devices is not running. Error is thrown.

Error : Can;t create new session, one is already in process

You have to start multiple instances of appium server, 1 appium server per device. Appium can currently handle only one device at a time.

Can you please tell me how to do it?

Use this project.