ExecutionConfiguration

public struct ExecutionConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • True if account cleanup is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let accountsCleanup: Bool?
  • True if app package cleanup is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let appPackagesCleanup: Bool?
  • The number of minutes a test run executes before it times out.

    Declaration

    Swift

    public let jobTimeoutMinutes: Int?
  • 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. For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

    Declaration

    Swift

    public let skipAppResign: Bool?
  • Set to true to enable video capture. Otherwise, set to false. The default is true.

    Declaration

    Swift

    public let videoCapture: Bool?
  • Undocumented

    Declaration

    Swift

    public init(accountsCleanup: Bool? = nil, appPackagesCleanup: Bool? = nil, jobTimeoutMinutes: Int? = nil, skipAppResign: Bool? = nil, videoCapture: Bool? = nil)