Value is not being captured from JSON. #3257
Closed
pedroluisjr
started this conversation in
Artillery
Replies: 1 comment 1 reply
-
if the response is just a number you should be able to capture it with a regular expression. not sure it's possible with JSONPath |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version info:
I have this scenario:
The value returned in the body is just an integer, like the image below:
and I'm trying to capture this returned value but I'm not succeeding, thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions