Hi Team,
Need help in setting up dynamic delays using wiremock standalone jar.
The value for delays are passed in query parameter of a post call.
For example -
http://localhost:8080/responsum?response=hl7_ack&delay_in_secs=3
then the api should have the delay of "3" seconds
o
Oleg Nenashev
06/12/2023, 3:00 PM
At the moment the delay is not parameterizable via request. One would have to use mul;tiple endpoints with different delay settings https://wiremock.org/docs/simulating-faults/