-
We are using Cloud Contract 2.1.1.RELEASE on Spring 2.1.3.RELEASE.
With the WireMock integration '@AutoConfigureWireMock(port = 0)', Cloud Contract does _not_ reset WireMock mappings before each te…
-
Whatever port I use I always get this exception:
`System.IO.IOException: Failed to bind to address http://0.0.0.0:8080: address already in use`
Using any other server tool on macOS works with thos…
-
Reset service should reset all mappings, but it delete all stub mappings.
How could I reset mappings via web API ?
-
Wiremock should be able to set up the stub mappings based on a OpenAPI spec.
I want to work on this feature request but I noticed that this is already implemented in Mocklab.
https://www.mocklab.…
-
Note as well, I included several diagnostic commands in the sequence - I can find no temporary .pem file to use to check on the target:
```
jenkins@ip-10-35-176-32:~/jobs/d-infrastructure/workspace/d…
-
I am trying to read a .xml response kept in a separate file under my mappings folder.
I have two files under my mappings folder - `MyJsonReq.json` and `MyXmlResponse.xml`
MyJsonReq.json -
/// s…
-
Running standalone process with wiremock-standalone-2.25.1.jar make any request(mocked or not) and include the query parameter "limit" in the request. The request works fine with other query parameter…
-
Hi,
I am trying to use this as a standalone app to mock the server,
when configured an XML file as a response,
how to transform the contents of the file.?
Thanks,
-
`HttpAdminClient#ADMIN_URL_PREFIX` has a hardcoded `/__admin` suffix. It would be useful to make that hardcoded suffix configurable/removable to cover the case that a client is connecting to a WireMoc…
-
Dockerfile is setting all the command line arguments to wiremock-net as ENTRYPOINT parameters. This makes it difficult to override the arguments specified.
We can move `ReadStaticMappings` and `Wir…