Class RealtimeReporter.AttachmentInfo

java.lang.Object
com.shaft.tools.io.internal.RealtimeReporter.AttachmentInfo
Enclosing class:
RealtimeReporter

public static class RealtimeReporter.AttachmentInfo extends Object
Represents an attachment (screenshot, API response, etc.) associated with a test.
  • Field Details

    • id

      public String id
    • type

      public String type
    • name

      public String name
    • contentType

      public String contentType
    • size

      public int size
    • timestamp

      public long timestamp
  • Constructor Details

    • AttachmentInfo

      public AttachmentInfo()