AutoTestStepResult¶
- class AutoTestStepResult[source]¶
The step result as JSON.
- auto_test_step: IOTestAsJSON | RunProgramAsJSON | CustomOutputAsJSON | CheckPointsAsJSON | JunitTestAsJSON | CodeQualityAsJSON | AnyRedactedAutoTestStepAsJSON¶
- state: AutoTestStepResultState¶
The state this result is in.
- log: CustomOutputLog | JunitTestLog | QualityTestLog | RunProgramLog | IOTestLog | AutoTestStepLogBase | None¶
The log produced by this result. The format of this log depends on the step result.