I'm using Appium, and I have three classes with Appium tests. I have .xml file which declares a TestSuit and I can run the TestSuit from eclipse without any problem.
My question is, how can I run the same TestSuit for Appium tests from the command line?
Thanks.