Hi I have a question regarding stateful mocking. I...
# wiremock-java
m
Hi I have a question regarding stateful mocking. I have a use case where I need to store some ephimeral data in the stateful path. Call API1, return in API2 (calll sepecfic not static across calls). How can we achieve this using wiremock's stateful nature. If I understand the stateful nature of wiremock implementation its more of a call graph with each calls being self contained in configuring what individaul call look like without data dependency on other calls correct?
l
Have you taken a look at the wiremock-state-extension ? This might solve your problem
m
Thank you will check it out