TestPassDetails

sealed external interface TestPassDetails(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 passed_on_attempt: Double?

The attempt number the test passed on, present only when using the --test-rerun-failures flag.

Link copied to clipboard
abstract var type: TestPassDetailsType?

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