Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barryoneill/mountebank-ok
- Owner: barryoneill
- Created: 2018-05-04T01:29:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T01:29:59.000Z (over 6 years ago)
- Last Synced: 2024-11-17T04:42:02.183Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 2525This 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).