exit([[EXTestController sharedInstance] failureCount]);
from your app delegate.
Thanks,
Charlie
I am running KIF on a device and want to notify an external program that a test has completed. A coworker of mine created a small shim that I use to launch a target/test via jenkins jobs. But once the KIF tests complete the target/test will terminate. Hmmmm.
--
You received this message because you are subscribed to the Google Groups "KIF iOS Automated Testing Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kif-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Charlie, what you said is perfectly works. I am looking for best way to restart tests immediately after it finished to continuously keep testing same thing. Could you please let me know what could be the best way to achieve this?