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