Maknesium

Results 3 comments of Maknesium

I have the files of several stubs inside a directory and have to rely on wiremock to find the correct one. This works quite well. All we need is a...

> The stub filename doesn't have to be the same as the URL or any part of it. > > You can have a bunch of files called one.json, two.json...

I am setting up the recording with `java -jar wiremock-jre8-standalone-2.32.0.jar --port 8000 --verbose --proxy-all="http://acme.host.com:8000" --record-mappings --preserve-host-header --print-all-network-traffic --disable-gzip` and I write the mappings to the file system by calling `curl...