TestFailDetails

sealed external interface TestFailDetails(source)

Properties

Link copied to clipboard
abstract var attempt: Double?

The attempt number of the test run, present only when using the --test-rerun-failures flag.

Link copied to clipboard
abstract var duration_ms: Double

The duration of the test in milliseconds.

Link copied to clipboard
abstract var error: Error

An error wrapping the error thrown by the test.

Link copied to clipboard
abstract var type: TestFailDetailsType?

The type of the test, used to denote whether this is a suite.