Info
Version: | 2.0.2 |
Author(s): | Irina Gudkova |
Last Update: | Friday, August 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/igudkova/http-mock-player |
NuGet Url: | https://www.nuget.org/packages/HttpMockPlayer |
Install
Install-Package HttpMockPlayer
dotnet add package HttpMockPlayer
paket add HttpMockPlayer
HttpMockPlayer Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
Tags
When recording, a request to a remote service and its live response are serialized to JSON and saved to a file (cassette), so that next time the same request is made through the player it can be served with the previously recorded response. This scenario is common for integration tests running HTTP requests in isolation.