I have UI Automation tests for a generic application that I run from the command line. They work fine, but the command line always launches the iPad simulator, and I would like to be able to run them on both the iPhone simulator and the iPad simulator.
In Tools, I can control this using the Options | Configuration Simulator menu, but I cannot control it using the command line. Is there a way to run UI Automation tests from the command line for a universal application for both iPad simulators and iPhone?
source share