ExecutionConfiguration class
Represents configuration information about a test run, such as the execution timeout (in minutes).
Constructors
Properties
- accountsCleanup → bool?
-
True if account cleanup is enabled at the beginning of the test. Otherwise,
false.
final
- appPackagesCleanup → bool?
-
True if app package cleanup is enabled at the beginning of the test.
Otherwise, false.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobTimeoutMinutes → int?
-
The number of minutes a test run executes before it times out.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipAppResign → bool?
-
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.final - videoCapture → bool?
-
Set to true to enable video capture. Otherwise, set to false. The default is
true.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited