jswiremock icon indicating copy to clipboard operation
jswiremock copied to clipboard

A Javascript library used for stubbing and mocking web services.

Results 12 jswiremock issues
Sort by recently updated
recently updated
newest added

Hello, I was hoping to use jswiremock to mock SOAP requests from cypress. Wiremock definitely supports this feature, but I don't believe there is support in this package (I may...

Running [nsp](https://www.npmjs.com/package/nsp) reports the following three issues. They originate from `express` so updating to `~4.14.1` or `~4.15.2` will fix the issues. Not sure if there are any other issues that...

bug

TypeError: Cannot read property 'size' of null at checkEqualQueryParams (.\node_modules\jswiremock\UrlParser.js:112:29) at recursiveUrlLinkedListSearch (.\node_modules\jswiremock\UrlParser.js:101:20) at recursiveUrlLinkedListSearch (.\node_modules\jswiremock\UrlParser.js:104:16) at Object.exports.isMatchingStub (.\node_modules\jswiremock\UrlParser.js:68:12) at Object.exports.hasMatchingStub (.\node_modules\jswiremock\UrlParser.js:73:21) at .\node_modules\jswiremock\jswiremock.js:98:38

`jswiremock.jswiremock` doesn't follow naming conventions. You should also add methods to the prototype(s) instead of every instance.

It is really a goot tools, I have many stub in json under mapping directory, is it possible to load them?

Hi, is it possible to verify a specific request was made ? Like verify a post call was made with a specific Json Body ?

get is not matching params and post is neither working with the mentioned format in the readme, nor in the case when the jswiremock is running in different host -...

bug

dynamic response body data

enhancement