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
Allow us to mock responses using preconfigured results, so that we can continually test the library.
We could do:
A switch in the Unit Tests that either read from, or write to, the mocked responses collection / file (Allows us to update the mocked data)
We'd also be able to run without mocked data, recording all results, and then quickly in Git diff identifying if any remote endpoint has changed its response layout
A response should work for multiple different requests, so we'll need a way to identify which response to use (matching on url + parameters?)
The text was updated successfully, but these errors were encountered:
Allow us to mock responses using preconfigured results, so that we can continually test the library.
We could do:
The text was updated successfully, but these errors were encountered: