Suite

public struct Suite : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The suite’s ARN.

    Declaration

    Swift

    public let arn: String?
  • The suite’s result counters.

    Declaration

    Swift

    public let counters: Counters?
  • When the suite was created.

    Declaration

    Swift

    public let created: TimeStamp?
  • Represents the total (metered or unmetered) minutes used by the test suite.

    Declaration

    Swift

    public let deviceMinutes: DeviceMinutes?
  • A message about the suite’s result.

    Declaration

    Swift

    public let message: String?
  • The suite’s name.

    Declaration

    Swift

    public let name: String?
  • The suite’s result. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED

    Declaration

    Swift

    public let result: ExecutionResult?
  • The suite’s start time.

    Declaration

    Swift

    public let started: TimeStamp?
  • The suite’s status. Allowed values include: PENDING PENDING_CONCURRENCY PENDING_DEVICE PROCESSING SCHEDULING PREPARING RUNNING COMPLETED STOPPING

    Declaration

    Swift

    public let status: ExecutionStatus?
  • The suite’s stop time.

    Declaration

    Swift

    public let stopped: TimeStamp?
  • The suite’s type. Must be one of the following values: BUILTIN_FUZZ BUILTIN_EXPLORER Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time. APPIUM_JAVA_JUNIT APPIUM_JAVA_TESTNG APPIUM_PYTHON APPIUM_NODE APPIUM_RUBY APPIUM_WEB_JAVA_JUNIT APPIUM_WEB_JAVA_TESTNG APPIUM_WEB_PYTHON APPIUM_WEB_NODE APPIUM_WEB_RUBY CALABASH INSTRUMENTATION UIAUTOMATION UIAUTOMATOR XCTEST XCTEST_UI

    Declaration

    Swift

    public let type: TestType?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, counters: Counters? = nil, created: TimeStamp? = nil, deviceMinutes: DeviceMinutes? = nil, message: String? = nil, name: String? = nil, result: ExecutionResult? = nil, started: TimeStamp? = nil, status: ExecutionStatus? = nil, stopped: TimeStamp? = nil, type: TestType? = nil)