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:
Comments
Post a Comment