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
Make sure RecorderRule runs before ActivityTestRule (#13)
This was causing some requests at app startup to not be captured because
it would take some time for the RecorderRule to load the yaml file and
the app has already started running in the meantime.
This guarantees that the app only starts after the tape is loaded.