Package io.qameta.allure
Annotation Interface Description
Annotation that allows to attach a description for a test.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDeprecated.Simple description text as String.
-
Element Details
-
value
String valueSimple description text as String.- Returns:
- Description text.
- Default:
""
-
useJavaDoc
Deprecated.useDescriptionwithout value specified instead.Use annotated method's javadoc to extract description that supports html markdown.- Returns:
- boolean flag to enable description extraction from javadoc.
- Default:
false
-
Descriptionwithout value specified instead.