ImagePipelineImageTestsConfiguration

data class ImagePipelineImageTestsConfiguration(val imageTestsEnabled: Boolean? = null, val timeoutMinutes: Int? = null)

Image tests configuration.

Constructors

Link copied to clipboard
constructor(imageTestsEnabled: Boolean? = null, timeoutMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines if tests should be executed when building this image.

Link copied to clipboard
val timeoutMinutes: Int? = null

The maximum time in minutes that tests are permitted to run.