View a markdown version of this page

TestReportMetrics - AWS Device Farm Documentation

TestReportMetrics

Contains aggregated metrics across all tests in a job.

Contents

medianTestExecutionDurationSeconds

The median execution duration of tests in the job, in seconds.

Type: Double

Required: No

testsErrored

The number of tests that errored.

Type: Integer

Required: No

testsFailed

The number of tests that failed.

Type: Integer

Required: No

testsOther

The number of tests with other result types.

Type: Integer

Required: No

testsPassed

The number of tests that passed.

Type: Integer

Required: No

testsPassedPercentage

The percentage of tests that passed.

Type: Double

Required: No

testsSkipped

The number of tests that were skipped.

Type: Integer

Required: No

testsTotal

The total number of tests in the job.

Type: Integer

Required: No

totalTestExecutionDurationSeconds

The total execution duration of all tests in the job, in seconds.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: