Skip to main content

Module recorder

Module recorder 

Source
Expand description

Result persistence: one JSON file per run plus append-only CSVs, and a rebuilt aggregate results.json that the static UI renders. Everything lives under test/data/ and is committed so history is versioned.

Structs§

RunReport
A full run: metadata plus every case result.

Functions§

record
Persist a run and rebuild the aggregate the UI reads.