Functions
totalErrors
totalErrors(testsuite: TestResult)
totalFail
totalFail(testsuite: TestResult)
totalOk
totalOk(testsuite: TestResult)
totalSkip
totalSkip(testsuite: TestResult)
totalTests
totalTests(testsuite: TestResult)
totalWithCriteria
totalWithCriteria(testSuite: TestResult, criteria: (TEST_STATUS) -> Boolean): Number
totalWithStatus
totalWithStatus(testsuite: TestResult, statusId: String)
Types
AggregatorInput
Definition
1
{ showCoverageReport: Boolean, testsResult: TestsResult }
TestsResult
Definition
1
Array<{ name: String, testResult: TestResult }>