hoverfly
hoverfly copied to clipboard
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
**Is your feature request related to a problem? Please describe.** I need to create different stub responses for an endpoint based on the presence of a query parameter. I'm not...
Resolves #864 @tommysitu I have added a feature to capture on miss in spy mode. Could you please review. If it looks fine, then I will add documentation and few...
https://test-hoverfly-docs.readthedocs.io/_/downloads/en/latest/pdf/ ( page no : 15) **Since JSON does not support binary data, binary responses are base64 encoded. This is denoted by the encodedBody field. Hoverfly automatically encodes and decodes...
## Description of the bug I have been looking into managing hoverfly from my Go tests directly. In the documentation I do not see any official mention for a Go...
## Description of the bug https://datatracker.ietf.org/doc/html/rfc7230#section-3.3 > All 1xx (Informational), 204 (No Content), and 304 (Not Modified) responses do not include a message body. But when receiving e.g. a 204...
## Description of the bug In our integration tests we are seeing a strange error which only happens in our pipeline and not locally. We set Hoverfly to simulation mode...
Fixed an issue where the SET part of an UPDATE SQL command would fail if the target value contained commas. Also added support for = conditional operator in addition to...
**Is your feature request related to a problem? Please describe.** I decided to try using postaction for load testing to simulate sending callbacks after a call while under load >...
Not able to simulate 407 Proxy Authentication Required responses directly via Hoverfly for CONNECT requests. Hoverfly is not working as real proxy where it challenge the request and get 407...
**Is your feature request related to a problem? Please describe.** Thank you for providing the Windows binaries package `hoverfly_bundle_windows_amd64`. A user needs to download and add the location to Path....