Represents a parameter attached to a test or step.
@type t() :: %Allure.TestResult.Parameter{ excluded: boolean() | nil, mode: String.t() | nil, name: String.t(), value: String.t() }