ExecutionConfiguration

Represents configuration information about a test run, such as the execution timeout (in minutes).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if account cleanup is enabled at the beginning of the test. Otherwise, false.

Link copied to clipboard

True if app package cleanup is enabled at the beginning of the test. Otherwise, false.

Link copied to clipboard

The number of minutes a test run executes before it times out.

Link copied to clipboard

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

Link copied to clipboard

Set to true to enable video capture. Otherwise, set to false. The default is true.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String