I have an app with 50 espresso tests. On the 10th test, the application crashes and the rest of the tests fail. Is there a way to restart the application and start the launch from the next test?
As I know, there is no way to run some specific testing methods, you should run all or only one of them. The only way to deal with emergency situations is to use it try catch(), in your case it can be useful.
try catch()