TestGridSessionArtifactType

public enum TestGridSessionArtifactType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case unknown = "UNKNOWN"
  • Undocumented

    Declaration

    Swift

    case video = "VIDEO"
  • Undocumented

    Declaration

    Swift

    case seleniumLog = "SELENIUM_LOG"
  • Declaration

    Swift

    public var description: String { get }