mockserver-client-node icon indicating copy to clipboard operation
mockserver-client-node copied to clipboard

MockServer javascript client for browsers, Node.js or any grunt build

Results 22 mockserver-client-node issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.32 / 1.0.32 Add new browser : DuckDuckGo, Huawei Browser, LinkedIn Add new OS : HarmonyOS Add some...

dependencies
javascript

**What you are trying to do** I turned on the [JWT authorization](https://www.mock-server.com/mock_server/control_plane_authorisation.html#button_configuration_control_plane_jwt_authentication_required) for MockServer, and when I try to create an expectation (like `mockServerClient("localhost", 1080, undefined, true).mockAnyResponse...`) the server response...

enhancement

**Describe the issue** ContextPath will missing when run in node. nginx set proxy :80/mock/ to :1080/ So i need add contextPath setting. But in sendEequest.js not support contextPath. **What you...

**Describe the issue** Newest mockserver-client types does not match returned value of function `retrieveRecordedRequestsAndResponses`. **What you are trying to do** When I retrieve recorded requests with `retrieveRecordedRequestsAndResponses` the types indicates...

**Describe the issue** When using MockServerClient.clearById a rest api error is returned. **What you are trying to do** clear an expectation by id **MockServer version** 5.14.0 **To Reproduce** 1. How...

**Describe the feature request** Now you can copy each individual request logged in the Proxied Requests, but I really could use a copy all that copies a list of all...

enhancement

**Describe the feature request** Add Promise support. The package methods are currently returning objects with a `then` property which make them look like they're returning Promises but are not. This...

enhancement

We are a group of researchers from Leiden University, and we conduct research on vulnerabilities in open-source software. We have discovered and verified a high-severity vulnerability in your project(mock-server/mockserver-client-node). Explaining...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade websocket from 1.0.34 to 1.0.35. :information_source: Keep your dependencies...

**Describe the feature request** Export the type `MockServerClient` through the main type file. **What you are trying to do** I'm writing test files in which I initialize a mockserver client...

enhancement