Extend continue execution on failure to test object verifications for API services

A feature to extend the continue execution on failure to the verifications made on the test objects without the need to explicitly specify the failure handling for each verification would be much appreciated.
When a verification performed on a test object faills, the test stops and does not continues its execution to the following steps

  1. I can continue my job, but my performance is lower than expected

The use of the established project wide failure handling to the verification performed on the test objects will be much appreciated, that way when the service response is maybe printed in the test and perhaps the validation of the service response is verified in the test object receiving a different status code than the expected, the test will reach that step instead of just informing that the validation failed and stopping the execution of the rest of the steps