You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Thank for you repository, it help me a lot to build my test with espresso and cucumber.
I need to reset app stat between some scenario, do you know a way to do this with cucumber and espresso ?
Thanks for all,
The text was updated successfully, but these errors were encountered:
Hi @hugoTiss,
To the best of my knowledge, all clean up of app state can only be done manually and it's indeed what I usually do in my apps in the @after step, things like unregistering all Espresso Idling Resources, clean up of SharedPreferences and all DB entries.
Hey,
Thank for you repository, it help me a lot to build my test with espresso and cucumber.
I need to reset app stat between some scenario, do you know a way to do this with cucumber and espresso ?
Thanks for all,
The text was updated successfully, but these errors were encountered: