-
Hello Wiremock team,
I'm working with your fantastic tool and due to some requirements I'm thinking about to write a new feature. I firstly want to know your point of view and if this change (well …
-
### Proposal
It seems that the `matches` helper, which accepts regular expressions, does not match if the regular expression contains backslash+character, such as `\w`.
### Reproduction steps
The f…
-
How do I consume it on an Integration test? on Every option there is generally a Start() for the server, but since is already app, how do you configure mappings?
-
Hi @handstandsam , sorry this is not an issue, but more of a question. I have been using your examples and tests to prove that the same tests can be executed when we use HTTPS instead of HTTP. I have …
-
### Proposal
It would be great to see gRPC requests in the console just like http requests with the '-v' flag
### References
_No response_
-
# Feature Request
Wiremock doesn't seem to pick up that files have changed during runtime if I copy or edit files in the `mappings` directory. For example, if I have "hello.json" in my mappings dir…
-
### Proposal
Http 500 error is returned when using a custom matcher with the latest alpine-main docker base image.
This is returned when the custom matcher is checked and will be returned for all …
-
I was trying wiremock using the sample war provided as part of the codebase. The mappings worked fine , but when i tried adding extensions to have dynamic responses, I am not sure where to add these c…
-
### Proposal
Hello,
I am testing Wiremock's proxying functionality to “route” certain http requests that arrive to my Wiremock pod to a URL. Everything works correctly using the following configura…
-
I have an API that I have written integration tests for using XUnit and a custom implementation of `WebApplicationFactory`. If I make calls to that through a wiremock proxy with "save mappings" turne…