-
As a project evolves, it usually ends up with a pretty large set of mappings files, some of them which are not in use any more, but it is very difficult to identify what files should be removed.
It…
-
Was looking for any common library in WireMock that would help when the mock server is scaled up. Currently I have a single server running on Ec2 that goes down during a deployment.
To have all my…
-
This page http://wiremock.org/docs/proxying/ is missing a command. It says:
> It is possible to start the standalone running with the catch-all stub already configured:
>
> Then it’s simply a ca…
-
## Feature request
We deploy the `wiremock-standlaone.jar` to an OpenShift pod for various teams to utilize, and we use the Admin API to upload their mappings (stubs) and response body files (__f…
-
## Feature requests
Please include details of the use case and motivation for a feature when suggesting it.
Hi,
is it possible to create method WireMockServer.verifyStubMappings() ? So it will…
-
When running a Mule application (not Munit tests), the wiremock module cannot find the stubs. I've tried placing the following into `src/{main,test}/resources/mappings/test.json`:
```
{
"reques…
-
I am trying to start the transformer with wiremock standalone in proxy mode using the following command -
java -cp "wiremock-body-transformer-1.1.1.jar:wiremock-standalone-2.1.12.jar:./lib/*" com.g…
-
At the moment the stub json is fixed by introspecting the request. Instead it should be possible to use and manipulate the wiremock stub in the test case.
-
### Proposal
Hi,
Thanks for the amazing work!
We would like to use WireMock to capture events between two applications. We would be able to use these records as mocks for tests.
As the testi…
-
Hello!
I have a simple question. Is it possible to leave comments inside the mock?
If this is not possible, then I would be glad to see this feature in the next updates
![image](https://github.co…