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

View Source

Represents a parameter attached to a test or step.

Summary

Types

t()

@type t() :: %Allure.TestResult.Parameter{
  excluded: boolean() | nil,
  mode: String.t() | nil,
  name: String.t(),
  value: String.t()
}