Delay
Some API calls are more work intensive to execute than others. By setting the delay
attribute on scenarios, you can introduce an artificial delay to the processing time of Stubr requests. Setting delay
will make sending the response delayed by x
milliseconds.
Since requests to Stubr are usually processed and answered within a few milliseconds only, this attribute can optionally be used to match the expected performance of stubed APIs more realistically.
😴
Delay
Open Recipe
Updated almost 3 years ago