I'm relatively new to this, How do I stop Newman to run a collection on certain response code? For example I want it to stop running on response 400 or 401 I tried the bail option but I guess I'm doing something wrong. Thanks for shedding some light.
Asked
Active
Viewed 184 times
0
-
Did you try `postman.setNextRequest(null)`? – lucas-nguyen-17 Apr 04 '22 at 00:53
-
Yes I did. It did not work – Craig Apr 04 '22 at 03:32