ResultsSummaryByOutcome interface

Result summary by the outcome of test results.

Properties

aggregatedResultDetailsByOutcome

Aggregated result details for each test result outcome.

duration

Time taken by results.

notReportedTestCount

Total number of not reported test results.

totalTestCount

Total number of test results. (It includes NotImpacted test results as well which need to exclude while calculating pass/fail test result percentage).

Property Details

aggregatedResultDetailsByOutcome

Aggregated result details for each test result outcome.

aggregatedResultDetailsByOutcome: {[key: number]: AggregatedResultDetailsByOutcome}

Property Value

duration

Time taken by results.

duration: any

Property Value

any

notReportedTestCount

Total number of not reported test results.

notReportedTestCount: number

Property Value

number

totalTestCount

Total number of test results. (It includes NotImpacted test results as well which need to exclude while calculating pass/fail test result percentage).

totalTestCount: number

Property Value

number