Skip to content

v1.0 Initial Release

Compare
Choose a tag to compare
@felipecsl felipecsl released this 10 Mar 22:54
· 60 commits to master since this release
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.