Check Array Response #1122
vakil-neelin
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For one of my tests the response is in the form of an array and I want to check the data to what I am expecting. I currently use an afterResponse to pull the array and I can get it to loop over the array after the request/response is completed, but I can't check the values. I am trying to use the expect plugin with possibly a capture to grab and compare values or check if they are present. I am currently getting the error
errors.an URL must be specified
. Is there a way I can check the values that I am looping through?Beta Was this translation helpful? Give feedback.
All reactions