API Reference
Class
JsonReports
Generates a compact JSON summary of a Testimo run. The JSON includes per‑rule timing, CPU/memory, test totals and individual test outcomes, plus aggregated information/warnings/errors useful for triage.
Inheritance
- Object
- JsonReports
Constructors
public JsonReports() #Methods
public Void GenerateReport(Testimo result, String filePath = "Results.json") #Returns:
VoidGenerates a JSON file containing per-rule execution results and overall timing.
Parameters
- result TestimoX.Testimo
- Execution result to serialize (includes per-rule metrics).
- filePath System.String = "Results.json"
- Destination file path; directories are created as needed.