Functions

totalErrors

totalErrors(testsuite: TestResult)

totalFail

totalFail(testsuite: TestResult)

totalOk

totalOk(testsuite: TestResult)

totalSkip

totalSkip(testsuite: TestResult)

totalTests

totalTests(testsuite: TestResult)

totalWithStatus

totalWithStatus(testsuite: TestResult, statusId: String)

Types

AggregatorInput

Definition
1
{ showCoverageReport: Boolean, testsResult: TestsResult }

TestsResult

Definition
1
Array<{ name: String, testResult: TestResult }>