This repository was archived by the owner on Nov 1, 2022. It is now read-only.
  
  
  
  
  
Description
On the Fenix team, we would be interested in writing resilient integration tests which are not dependent upon a consistent network experience. Recording and replaying HTTP responses would allow us to record a particular endpoint response and update the test very quickly when it changes. This would let us write fast, highly-performant tests without basing them upon brittle mocks.
In the Android world, Airbnb's OkReplay is one example of an implementation of this idea. https://github.com/airbnb/okreplay
┆Issue is synchronized with this Jira Task