Hello everyone, To my understanding wiremock mocks...
# wiremock-java
r
Hello everyone, To my understanding wiremock mocks response that could have been received by hitting the systems. However, can wiremock be used for an API that updates status in the backend? In other words, wiremock can not update the backend database - can it?
o
You can achieve it via an extension, but definitely it's not a key use case. I would suggest using WireMock State Extension if you need to keep context in your mocks