Hi,
For tests with real devices for iOS7 the application doesn't get killed between runs (as it happens in simulator p.e.).
I get the message:
Executable "app_name" is already running as process XXX which was launched from the 'launchd' process
I'm using rspec to launch the automatic test, so the only option I have now it using only one xxx_spec.rb file and even only one describe
call, because for each describe
it will attempt to re-launch the application.
And mainly when a test fails I cannot re-launch to continue the other tests, so it will probably be stuck in some sub-page and all the other tests will also fail, so in the morning I have no useful report on tests.
Any solution for this? This seems to be a huge issue on appium.
Thanks,
Telmo Cardoso