I am using KIF to test my application. I want to start my tests from command line, I looked into the tool WaxSim, looks like it's for running the tests on a simulator. But is there a way to use KIF tests in continous Integration with the real device. It would be helpful if I can invoke the tests from command line which run in a real device. I know it is possible to do this with apple UI automation on ios5 beta version, but let me know if there is a way to do this in ios4. Your help will be much appreciated.
-Teja