[X] I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
We use assert statements in combination with test script. But we really do not want to run the additional test script block if assertions fail. Eg getting the wrong status code we do not want to further inspect the result body.
It would be helpful if there was a setting to skip test scripts if assert block fails.
I have checked the following:
Describe the feature you want to add
We use assert statements in combination with test script. But we really do not want to run the additional test script block if assertions fail. Eg getting the wrong status code we do not want to further inspect the result body.
It would be helpful if there was a setting to skip test scripts if assert block fails.
Mockups or Images of the feature
Some flag in bruno.json, eg
abortTestOnAssertFail