Hi,
Is there any way to instruct gatling to exit a scenario immediately after an error but without reporting the failure as a KO? Something similar to .exitHereIfFailed but without the failed status.
I understand that this might be considered a bad practice, but I have a scenario that can fail every so often due to the way we setup test data, but the failures are so rare that I just want the virtual user to abort successfully so that gatling can try with a new one. Otherwise, the added noise in the output may hide real errors.
Thanks,
Luis