hoverfly

API simulation tool for development and testing with request/response mocking

brewmacoslinux
Try with needOr install directly
Source

About

API simulations for development and testing

Commands

hoverfly

Examples

Start Hoverfly in capture mode to record HTTP interactions$ hoverfly -start -capture
Start Hoverfly in simulation mode using a previously recorded simulation file$ hoverfly -start -simulation simulation.json
Check Hoverfly status and view recorded interactions$ hoverfly -status