Closed making closed 8 years ago
This looks like a regression :/
Ah the regex etc might have never worked actually. I think we focused on jsons with those
I'm using 1.1.0-M4
Ah the regex etc might have never worked actually. I think we focused on jsons with those
Oh.. Actually, this is not critical. I just wanted to create a small demo project using accurest. https://github.com/making/jsug-spring-cloud/tree/accurest
I'll use a fixed value to test plain text response so far. https://github.com/making/jsug-spring-cloud/blob/1f0d5f766fb558051fc30ca08333dda1a4017f4b/jsug-producer/src/test/java/com/example/MvcTest.java#L14-L15
Or just use json as a response
For now we don't support fully this feature - https://github.com/Codearte/accurest/issues/269
This issue was moved to spring-cloud/spring-cloud-contract#15
I'd like to test plain text response but it does not support
regex
,optional
,execute
and so on.For example,
generates
Of course, JSON response works well
generates