Is is currently possible to ensure that a field in the response is not equal to a value?
I know I can do
response_json_paths:
$.name: hello
to check for equality, but is there a way I can ensure the opposite ($.name is not equal, or different from, hello?)
Is is currently possible to ensure that a field in the response is not equal to a value?
I know I can do
to check for equality, but is there a way I can ensure the opposite (
$.nameis not equal, or different from,hello?)