Replies: 1 comment
-
Hi @fml09, In a near future, we could already add the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! I have a situation where I need to make assertions based on two possible responses from the server. Essentially, I want to include the logical "OR" operator in the Assert section. For example, I want the test to pass if the HTTP Status code is between 200 and 300, 'or' if the Status code is 400 and the Body contains a specific text. Here's what I have in mind:
Beta Was this translation helpful? Give feedback.
All reactions