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
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
first of all congratulations for the amazing library! I'm using it and it works flawlessly!
I wanted to ask you guys if there's a nice way to disable the PIN code screen for the Espresso tests?
I don't want to have to write any logic in my tests for checking whether the pin screen is being shown at the moment, but I would like all my espresso tests to be running and not having to run into the PIN screen.
Thanks!
The text was updated successfully, but these errors were encountered:
Well if you don't set a pin or set the timeout to quite large you should not have that issue right?
sorry for the late reply!
Well indeed, that's possible, but I can only achieve that if I completely uninstall the app, and run the Espresso tests.
That's why I was wondering if there was a better way? or somebody found a better way?
Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
first of all congratulations for the amazing library! I'm using it and it works flawlessly!
I wanted to ask you guys if there's a nice way to disable the PIN code screen for the Espresso tests?
I don't want to have to write any logic in my tests for checking whether the pin screen is being shown at the moment, but I would like all my espresso tests to be running and not having to run into the PIN screen.
Thanks!
The text was updated successfully, but these errors were encountered: