Expand description
Run reports — what happened, in a shape a machine can read.
A report is written whether the run succeeded or not: the failure case is the one worth reading. Every step records the point it acted on after conversion, so a wrong click is diagnosable from the artifact rather than by rerunning with a camera pointed at the screen.
Structs§
- RunReport
- The whole run.
- Step
Report - One step’s record.
Enums§
- Step
Outcome - What became of one step.