mountebank-helper icon indicating copy to clipboard operation
mountebank-helper copied to clipboard

Make Mountebank easy to use in Node

Results 9 mountebank-helper issues
Sort by recently updated
recently updated
newest added

Hi. This project has a dependency to mountebanks github instead of its npm package: `"mountebank": "bbyars/mountebank",` How can this be ? This introduces quite a bit of difficulties when working...

I would like to be able to add a query hash when adding a route to an imposter. Thx,

Not sure if this is the appropriate place for this, but is there an estimate on when the next release of this helper will be available on NPM? Currently it...

I see that you currently only support `matches` as noted in the Readme. ```js const mbPredicate = Imposter._createPredicate('matches', { 'method' : verb, 'path' : route } ); ``` Doesn't look...

This method allows the user to get the current state of the Imposter. It can be useful when, for example, verifying that the mock was called with the correct parameters...

I want to be able to overwrite previously added stubs or reset mountebank before each test scenario. If mountebank does not support changing stubs at runtime, restating the mb server...

We just discovered this language binding and it's helped us get Mbtest running in our test framework really quickly. However, we'd really like to take advantage of Mountebank's proxyOnce mode....

I don't see any docs for how to simulate a POST, such as would be the case for a GraphQL query or similar use case where you have to submit...