From 10293f4ad938db9e2a4d73d22b0038b1dca0cd9e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 5 Aug 2016 09:16:53 -0700 Subject: [PATCH] Update ideas --- ideas.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ideas.md b/ideas.md index 92f491822e..ae78aa4d53 100644 --- a/ideas.md +++ b/ideas.md @@ -3,7 +3,9 @@ Feature ideas: - [x] Move DSL and stub runner code over from [Accurest](https://github.com/Codearte/accurest) -- [ ] Spring Restdocs generators +- [x] Spring Restdocs generators +- [ ] RAML generators +- [ ] Named scenarios for modelling sequences of request-response with state changes - [x] Wiremock support for Spring Boot apps - [x] Wiremock mock servers using `MockRestServiceServer` (from Spring Test) - [ ] POJO-based contracts (packaging DTOs and stub declarations from the producer)