v1.1.36
mountebank is happy to provide you with the following changes in v1.1.36
Better Windows Support
The mountebank build is now fully Windows compatible, and with a couple of minor exceptions
that require the use of Unix tools, the same set of tests that run on Mac and Linux now run on
Windows as well. The mb stop
and mb restart
commands now work on
Windows as well as other platforms. Additionally, the Content-Type
header is
now defaulted to application/json
on Windows as it previously was on other platforms.
New Features
- Support for a custom keystore for http using the command line.
- The start of a UI to help explore the API and to support manual testing (more to come soon).
Bug Fixes
- Fixed packaged install
mb
scripts to accept command line parameters - Fixed error handling for invalid JSON
Many thanks to Manoj Mahalingam for help with this release.
Install
npm install -g mountebank@1.1.36 --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. |