You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test script that loops all paths of the api and there is also an assertion inside the loop. Basically, sends the request and check the status code then does the same for the next element.
However, one assertion is failed, loop does not continue with the other elements which is not desirable for me.
Is there any way to continue loop, even assertion is failed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I have a test script that loops all paths of the api and there is also an assertion inside the loop. Basically, sends the request and check the status code then does the same for the next element.
However, one assertion is failed, loop does not continue with the other elements which is not desirable for me.
Is there any way to continue loop, even assertion is failed?
Beta Was this translation helpful? Give feedback.
All reactions