From 27a98856d1f9697c191c8f9d65a64a42dd82f2f2 Mon Sep 17 00:00:00 2001 From: Oliver Trosien Date: Wed, 27 Jul 2016 12:06:59 +0200 Subject: [PATCH] Add WireMock Boot starter community contribution Spring RESTDocs WireMock Integration ... is a RESTDocs plugin for auto-generating WireMock stubs as part of documenting your REST API with Spring REST Docs. The basic idea is to use the requests and responses from the integration tests as stubs for testing your client's API contract. The mock templates can be packaged as jar files and be published into your company's artifact repository for this purpose. The Boot starter simplifies the client-side to run the integration tests against the WireMock stubs. --- spring-boot-starters/README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-starters/README.adoc b/spring-boot-starters/README.adoc index 3931b01ad753..e9484d7017ca 100644 --- a/spring-boot-starters/README.adoc +++ b/spring-boot-starters/README.adoc @@ -100,4 +100,7 @@ do as they were designed before this was clarified. | Charon reverse proxy | https://github.com/mkopylec/charon-spring-boot-starter +| http://www.wiremock.org[WireMock] and Spring RESTDocs +| https://github.com/ePages-de/restdocs-wiremock + |===