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'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.
Mockups or Images of the feature
Some flag in bruno.json, eg abortTestOnAssertFail
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: