Closed
Description
According to https://docs.spring.io/spring-restdocs/docs/current/reference/html5/ the following frameworks are supported: Spring MVC’s test framework, Spring WebFlux’s WebTestClient or REST Assured 3
Many component tests though are using just simple RestTemplate, without having the need to add any of the dependencies mentioned above. Now just to use restdocs those component tests must be changed to use let's say rest assured 3.
Would it be possible to add restdocs support for RestTemplate usage?