Hello i am trying to mock bulk data (16000) apis, ...
# help
e
Hello i am trying to mock bulk data (16000) apis, instead of creating 16000 mapping, can i store some mappings in db or json form, and get the id from that db or json according to different request and generate response accordingly. (i am using standalone jar)
o
It can be done in WireMock 3 with a custom storage extension
e
can u send me the link for that.
@Oleg Nenashev
can we do in standalone jar also?
@Oleg Nenashev any project link where they have used this(standalone jar)
There is no open source implementation as of now