MockDuck
MockDuck copied to clipboard
Allow extracting recorded requests
While not the main objective of MockDuck, it would be really useful as part of UI testing if MockDuck could be used to audit network activity.
This PR would allow an app to record requests with MockDuck, then extract the recordings for a host as MockRequestResponse objects. These objects can then be verified by the test suite to ensure network requests meet necessary requirements (parameters, post data, etc)