-
I fancy idea of using coursier to run standalone artifacts without downloading them manually. However I need to pass arguments to those artifacts when running. For example, Wiremock is usually launche…
-
Hi,
I have an application where I need to record requests and serve them later from the stored files. this works fine. However, if the request doesnt find any of the files, I want to give a customize…
-
WireMock stub servers are registered in ZooKeeper using hostname "localhost" so it is not possible to access that service from different host.
Why there is a need to access those services? To dynamic…
-
Contracts in `accurest` folder
Stubs in `mappings` folder
-
Hi ,
I am new to wire mock, I have written very simple Spring Rest webservice and I want to use wiremock to call this service instead my controler, can you help how can I modify code to make sure, I …
-
The `wmm record` (and possibly other commands) appear to be expecting the **wiremock-1.57-standalone.jar** file to be in the root directory of the workspace.
See the following to reproduce the issue:…
-
I have two stub endpoints added in wiremock. Below is the output of `http://localhost:56789/__admin`
```
{
"mappings": [
{
"request": {
"urlPath": "/encryption…
-
Hi
I am trying to run wiremock in standalone mode and it work pretty well for my use case. I am just mapping JSON request/response pairs. The DB/Cache clears off when the wiremock shuts down, is the…
-
in `http-server`
``` console
$ ./mvnw accurest:run
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------…
-
Hello!
First of all, THANK YOU VERY MUCH FOR THIS AMAZING SOFTWARE!
I have a problem with a stateful execution.
I copied directly from http://wiremock.org/stateful-behaviour.html
this code in the …