moco

Stub server for mocking HTTP endpoints in testing

brewmacoslinux
Try with needOr install directly
Source

About

Stub server with Maven, Gradle, Scala, and shell integration

Commands

moco

Examples

Start a stub server with a JSON configuration file$ moco start -p 12306 -c config.json
Run moco server on a specific port with verbose logging$ moco start -p 8080 -c stubs.json -l
Display help information for available moco commands$ moco --help