ArtifactType
public enum ArtifactType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case unknown = "UNKNOWN" -
Undocumented
Declaration
Swift
case screenshot = "SCREENSHOT" -
Undocumented
Declaration
Swift
case deviceLog = "DEVICE_LOG" -
Undocumented
Declaration
Swift
case messageLog = "MESSAGE_LOG" -
Undocumented
Declaration
Swift
case videoLog = "VIDEO_LOG" -
Undocumented
Declaration
Swift
case resultLog = "RESULT_LOG" -
Undocumented
Declaration
Swift
case serviceLog = "SERVICE_LOG" -
Undocumented
Declaration
Swift
case webkitLog = "WEBKIT_LOG" -
Undocumented
Declaration
Swift
case instrumentationOutput = "INSTRUMENTATION_OUTPUT" -
Undocumented
Declaration
Swift
case exerciserMonkeyOutput = "EXERCISER_MONKEY_OUTPUT" -
Undocumented
Declaration
Swift
case calabashJsonOutput = "CALABASH_JSON_OUTPUT" -
Undocumented
Declaration
Swift
case calabashPrettyOutput = "CALABASH_PRETTY_OUTPUT" -
Undocumented
Declaration
Swift
case calabashStandardOutput = "CALABASH_STANDARD_OUTPUT" -
Undocumented
Declaration
Swift
case calabashJavaXmlOutput = "CALABASH_JAVA_XML_OUTPUT" -
Undocumented
Declaration
Swift
case automationOutput = "AUTOMATION_OUTPUT" -
Undocumented
Declaration
Swift
case appiumServerOutput = "APPIUM_SERVER_OUTPUT" -
Undocumented
Declaration
Swift
case appiumJavaOutput = "APPIUM_JAVA_OUTPUT" -
Undocumented
Declaration
Swift
case appiumJavaXmlOutput = "APPIUM_JAVA_XML_OUTPUT" -
Undocumented
Declaration
Swift
case appiumPythonOutput = "APPIUM_PYTHON_OUTPUT" -
Undocumented
Declaration
Swift
case appiumPythonXmlOutput = "APPIUM_PYTHON_XML_OUTPUT" -
Undocumented
Declaration
Swift
case explorerEventLog = "EXPLORER_EVENT_LOG" -
Undocumented
Declaration
Swift
case explorerSummaryLog = "EXPLORER_SUMMARY_LOG" -
Undocumented
Declaration
Swift
case applicationCrashReport = "APPLICATION_CRASH_REPORT" -
Undocumented
Declaration
Swift
case xctestLog = "XCTEST_LOG" -
Undocumented
Declaration
Swift
case video = "VIDEO" -
Undocumented
Declaration
Swift
case customerArtifact = "CUSTOMER_ARTIFACT" -
Undocumented
Declaration
Swift
case customerArtifactLog = "CUSTOMER_ARTIFACT_LOG" -
Undocumented
Declaration
Swift
case testspecOutput = "TESTSPEC_OUTPUT" -
Declaration
Swift
public var description: String { get }
View on GitHub
ArtifactType Enumeration Reference