Allure.TestResult.Attachment (Allure Test Formatter v0.1.0)

View Source

Represents an attachment added to a test or step. The content is stored as a separate file in the results directory.

Summary

Types

t()

@type t() :: %Allure.TestResult.Attachment{
  name: String.t(),
  source: String.t(),
  type: String.t()
}