Represents detailed information about the test or step status.
@type t() :: %Allure.TestResult.StatusDetails{ flaky: boolean() | nil, known: boolean() | nil, message: String.t() | nil, muted: boolean() | nil, trace: String.t() | nil }