I have a step in cleanup to report the final test result: passed, failed, or error and to record the failure or error cause.
When an error occurs, RunState.Execution.ErrorReported remains false though after an error thrown by a python adapter step.
Should I be looking somewhere else?