I am using a CSV file to run a collection of API’s. When I run the collection, I want to be able to skip to the next iteration, AS soon as one test fails during the run.
I have checked the CheckBox that says “Stop Run if an Error Occurs”. But this is not working. If during any of the iterations, a 400 occurs or a testcase fails, the Run continues with the current iteration.
How can I have it stop, and move to the next iteration.
Thank You.