include/lightspeed@ops@operations_kit_harness_Report.hrl

-record(report, {
    outcomes :: list(lightspeed@ops@operations_kit_harness:scenario_outcome()),
    failed_scenarios :: integer(),
    nondeterministic_failures :: integer()
}).