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

View Source

Represents a link attached to a test or step.

Summary

Types

t()

@type t() :: %Allure.TestResult.Link{
  name: String.t(),
  type: String.t(),
  url: String.t()
}