I am using wiremock again after 6-8 years. I have ...
# help
t
I am using wiremock again after 6-8 years. I have created a json getting successful response but seems like RandomValue is not working and in response getting
Copy code
{{randomValue length=10 type='NUMERIC'}}
instead of random number
started working seems the --global-response-templating true needs to be there.
👍 1