hoverfly
hoverfly copied to clipboard
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
## Description After downloading hoverfly 1.3.0 and running `hoverctl version` I get an error message: `FATA[0000] Could not create a .hoverfly directory` ## Steps to reproduce the issue * download...
**Is your feature request related to a problem? Please describe.** No problem currently, our internal tests seem to work fine so far. I think it would be nice to have...
Is there a way to configure hoverfly to enable SSL while on webserver mode? I tried > hoverctl start webserver --admin-port 8888 --proxy-port 8500 --listen-on-host 0.0.0.0 --certificate cert.pem --key key.pem...
## Description of the bug I am using hoverfly-java (0.14.0) with my Spring project in integration testing. My actual service (under test/spy) calls are routed through envoy which relies on...
Hi! I have a long workflow where I call multiple services. Sometimes I add or modify a call in the middle. I want to update my simulations, and have to...
## After loading configuration.json, cache is null. ## Steps to reproduce the issue 1. Start Hoverfly in capture mode 2. Run traffic through the proxy and capture both request and...
Currently, when setting middleware, Hoverfly expects one file to be set as your script. This means any middleware that is split over multiple files is currently incompatible with Hoverfly. An...
_This appends the supplied simulation JSON to the existing simulation data in Hoverfly. Any pair that has request data identical to the existing ones will not be added._ As per...
**Is your feature request related to a problem? Please describe.** Some pairs in our simulation file differ only by a little, and the strongest match algorithm is not always producing...