JsonReportParser

Parses the reports generated by a previous test run. Use parseTestReports to retrieve them from a directory or parseTestReport to parse an individual report

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class TestReportFile(val file: File, val report: JsonTestReport)

Functions

Link copied to clipboard
fun findReportDir(inputDir: File): File?

Should be future proof, as we find the directory with our own name, without assuming the parent directory structure

Link copied to clipboard
Link copied to clipboard