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

View Source

Represents detailed information about the test or step status.

Summary

Types

t()

@type t() :: %Allure.TestResult.StatusDetails{
  flaky: boolean() | nil,
  known: boolean() | nil,
  message: String.t() | nil,
  muted: boolean() | nil,
  trace: String.t() | nil
}