-
I couldn't find any issue linked to the feature that I needed so I am creating this.
The idea is to register default `OperationResponsePreprocessor` and `OperationRequestPreprocessor` that can be r…
-
`WebTestClientRestDocumentationConfigurer` should support `UriConfigurer` through `uris` method like MockMvc.
Or am I missing something?
Also this is rather strange: https://github.com/spring-pr…
-
See https://github.com/ePages-de/restdocs-wiremock/issues/50
-
Hello,
First, thank you for this awesome tool.
Can you standardize the way arrays and collections are rendered in the request and the response ?
![image](https://user-images.githubusercontent…
-
ContentType of my service uses the format:
`application/com.carlosjgp.myservice+json; version=1.0`
but the wiremock-stub.json file only contains
`json; version=1.0`
Versions
Spring Boot: 1.4.…
-
In a response containing an array, certain fields could be sometimes null and sometimes not. Currently JsonFieldTypeResolver marks them as Varies. This forces me to document the fields as Varies. Whic…
ghost updated
7 years ago
-
[Creating API Documentation with Restdocs](https://spring.io/guides/gs/testing-restdocs/) :翻译申请(可校对)
-
I have a project where we actually do not use hibernate validator. The dependency is being pulled automatically by auto-restdocs which means that it is failing as I don't have implementation of the el…
-
Hi,
If I clone the repo and mvn verify the sample rest-notes-spring-data-rest, tests crash because of a dependency problem.
Any idea?
-
When following the http://docs.spring.io/spring-restdocs/docs/1.0.0.M1/reference/html5/#getting-started-build-configuration-gradle setup the documenting tests are in the same 'scope' as the normal jun…