I am running Calabash-IOS on my simulator. If I type cucumber in the terminal while the application is already running, it will shutdown the whole simulator, and start a new instance of it, and then runs all the tests. It runs all my login scenarios and outlines just to test one thing after the user has logged in.
Is there a way to disable this so that tests run from where I left a view open?
From the Calabash::Cucumber::Launcher documentation
In theory this means you could use console_attach to connect to a running calabash instance.