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