Inconclusive Detail Args
data class InconclusiveDetailArgs(val abortedByUser: Output<Boolean>? = null, val hasErrorLogs: Output<Boolean>? = null, val infrastructureFailure: Output<Boolean>? = null) : ConvertibleToJava<InconclusiveDetailArgs>
Details for an outcome with an INCONCLUSIVE outcome summary.
Properties
Link copied to clipboard
If the end user aborted the test execution before a pass or fail could be determined. For example, the user pressed ctrl-c which sent a kill signal to the test runner while the test was running.
Link copied to clipboard
If results are being provided to the user in certain cases of infrastructure failures
Link copied to clipboard
If the test runner could not determine success or failure because the test depends on a component other than the system under test which failed. For example, a mobile test requires provisioning a device where the test executes, and that provisioning can fail.