wiremock-standalone

Mock HTTP APIs for testing without real backend services

brewmacoslinux
Try with needOr install directly
Source

About

Simulator for HTTP-based APIs

Commands

wiremock

Examples

Start WireMock server on default port 8080$ wiremock
Start WireMock on custom port with verbose logging$ wiremock --port 9090 --verbose
Start WireMock with mappings loaded from a directory$ wiremock --root-dir ./mocks