JsonReportWriter

A reporter that saves the test results in a json format.

Use writeReport to save the report to a file or output stream

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun writeReport(metadata: TestMetadata, testReport: StageReport, file: File): Result<Unit>
fun writeReport(metadata: TestMetadata, testReport: StageReport, outputStream: OutputStream): Result<Unit>