Hi,
i would like to find out how to integrate the initialization of the appium server from my maven project. I would like to start two appium instances (different ports) runtime before a suite of tests is going to be executed (@BeforeTest). If i use
Is there a way to do this, like Runtime.getRuntime.exec(command) and what are the arguments for the appium.exe to use?
Thanks
Giannis Papadakis