leave Android app in final state on espresso test completion -


is possible leave app under test in whatever state it's in @ end of espresso test? don't care if it's failure or success. when working on developing feature , test said feature useful have instrumentation app stop , leave app under test alone in whatever state happens in. allow me play around manually or attach debugger , see going on without running through entire flow manually.

anyone know if possible?

there multiple actors in play try kill activities... had provide custom rule , custom runner behavior wanted. documented here:

https://gist.github.com/dbachelder/4d0588ab6adf0aa6e69a


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -