Mathias Düsterhöft
Mathias Düsterhöft
Currently #63 already addresses making request matching more flexible when it comes to the request URI. Matching based on the request body is also interesting because it adds confidence that...
If the output folder `build/generated-snippets` stays completely empty you have a general problem with your spring-restdocs configuration.
You can use the `stubPath` attribute of `WireMockTest` to tell it where to look for the wiremock stubs. This folder is resolved as a classpath resource. So in your case...
Does the folder contain stub files and response/request body files? It looks like WireMock is parsing a body file as a stub file and fails deserializing it. In all the...