JsonReportWriter
class JsonReportWriter
A reporter that saves the test results in a json format.
Use writeReport to save the report to a file or output stream
Functions
Link copied to clipboard
fun writeReport(metadata: TestMetadata, testReport: StageReport, outputStream: OutputStream): Result<Unit>