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'm trying to use sync requests to do a get method multiple times. The final goal is to use the Assert section and be able to see for each get methods the status of it. At the moment, I have an assert " res.status equals 200" which only works for the global script but not for each of the get methods.
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
-
I'm trying to use sync requests to do a get method multiple times. The final goal is to use the Assert section and be able to see for each get methods the status of it. At the moment, I have an assert " res.status equals 200" which only works for the global script but not for each of the get methods.
Beta Was this translation helpful? Give feedback.
All reactions