03-22-2023 11:23 AM
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?
Solved! Go to Solution.
08-04-2023 06:32 PM
Revisiting this post since I have a solution.
I should have been looking at RunState.SequenceError.Occurred and RunState.SequenceError.Message to find errors when they occur.