Replies: 1 comment 2 replies
-
Hi @fml09, In a near future, we could already add the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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