What is Mountebank?
In short mountebank is a open source service virtualisation tool . Mountebank uses imposters to act as on demand test doubles. Hence our test cases communicate to Mountebank and mountebank responds back with relevant stubs as defined.
How to Setup Mountebank ?
Installation can be done via two methods
npm
Mountebank can be installed as a npm package. Node.js should be installed for this option to work
<code>npm install -g mountebank</code>
Self contained Installation file
OS Specific installation file can be downloaded from Download
Note: Please read through the windows path limitation mentioned in above link