Hi. Is there any way to make the Collection Runner stop at the first failed test? It seems that it always runs all requests, even if some tests fail.
My scenario: I get an authentication token with the first request and all following reqests need that token. So it does not make sense to continue if getting the token fails.