Test

public struct Test : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The test’s ARN.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let stopped: TimeStamp?
  • The test’s type. Must be one of the following values: BUILTIN_FUZZ BUILTIN_EXPLORER 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)