Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barryoneill/mountebank-ok

A dockerized mountebank service that always returns HTTP 200
https://github.com/barryoneill/mountebank-ok

Last synced: about 11 hours ago
JSON representation

A dockerized mountebank service that always returns HTTP 200

Awesome Lists containing this project

README

        

# mountebank-ok

A docker container containing a [mountebank](http://www.mbtest.org/) service that:

- exposes a HTTP server on port 8080 that always returns HTTP 200
- exposes the mountebank serivce on port 2525

This allows for free-form contract/integration testing of a service where no
useful mocking library is readily available (Mountebank offers the ability
to query the details of the requests made on port 8080).