Types
BuildTestSummary
A summary of build test.
object
BuildTestSummaryFields
total
Int!
The total associated with this build test summary.
passed
Int!
The passed associated with this build test summary.
failed
Int!
The failed associated with this build test summary.
skipped
Int!
The skipped associated with this build test summary.
expectedFailures
Int!
The expected failures associated with this build test summary.
unknown
Int!
The unknown associated with this build test summary.
durationSeconds
Float!
Duration, in seconds.