mountebank

mountebank - over the wire test doubles


the apothecary

v1.3.0

Note that this release changes some default command line behavior. It's not a breaking change - all previous functionality is still supported, but it means you may need to pass in some additional command line flags (specifically --mock and --debug) to get the same behavior as before, if you depended on either the requests or matches arrays recorded with imposters and stubs previously.The following changes are part of this release.

New Features

Many thanks to the following kind folk for help with this release:

Install


  npm install -g mountebank@1.3.0 --production

or:

Option node.js required? sudo required? links Description
Self-contained archives No No Simply unpack and run mb from inside
OS-specific packages No Yes Puts mb at /usr/local/bin, which is generally in the PATH.
source tarball Yes No source tarball if you roll that way.