-
Wiremock itself doesn't contain functionality to automatically reload mappings if they change on the file system.
However, there is an endpoint POST __admin/mappings/reset to reload mappings on dem…
-
**Is your feature request related to a problem? Please describe.**
These terms have proven not to be inclusive to all people in IT. A lot of big projects are already moving away from them. There are …
-
I have a requirement that on calling same path, each time I have to get separate response. It is not related to stateful behavior. When I try to set the response 2nd time, its not overwriting the fir…
-
**Describe the bug**
I've tried many times to import/upload file to Castle-mock 1.45 (Docker) but always 'Upload error! Unable to upload or parse the file.' if checked/ticked 'Generate responses for …
-
on OSX:
```bash
web on fox-295 [⇡$!] via 🐍 3.6.4 took 2s
➜ pipenv run isort --recursive --check-only server
ERROR: /Users/ahonnecke/Code/repos/web/server/portfolio_manager/graphql/tests/test_led…
-
I have a .net core console app which launches a mock server(using WireMock.StandAlone and WireMock.Net nuget package) within a console app as -
``` c#
static void Main(string[] args)
{
…
-
The API for stubbing and finding requests in process is done with a fluent API while using the admin client uses object construction. This can make it challenging to work with WireMock in containers o…
-
Hello,
Is there a way to create json mapping from existing yaml OpenApi ?
Thank you
-
Can static mappings be used in xunit tests?
I tried creating a mapping under __admin/mappings in the test directory but the server does not seem to be finding the definitions.
Is it something…
-
I use wiremock client to match against a wiremock server instance in a non-junit test.
As my match fails, it tries to load near matches, but
`WireMock.findNearMissesFor` accesses `defaultInstance.ge…