I was looking for a mock solution that should reco...
# general
g
I was looking for a mock solution that should record the API requests and responses based on response content received from the actual API and store and response when requested.
l
Hi, have you tried Wiremock’s record and playback feature - https://wiremock.org/docs/record-playback/
g
Can this be automated without any manual intervention ?
đź‘Ť 1
m
yes, you can explore & use the record/playback API's for your automation.