Package io.qameta.allure
Annotation Interface Epic
@Documented
@Inherited
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Repeatable(Epics.class)
@LabelAnnotation(name="epic")
public @interface Epic
Used to mark tests with epic label.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-