Include #822
Include
#822
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to parse response body as string like in Postman "pm.response.text()" to test if schema includes some data in it? Because when I've tried to test if response body includes some value in it with the method "expect(data).to.include('services')" I'm getting error message "the given combination of arguments (object and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string". Thanks.
Beta Was this translation helpful? Give feedback.
All reactions