Annotation Type ExcludeFromAllureReport


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD,PACKAGE})
    public @interface ExcludeFromAllureReport
    Marks a package, test-class or test-method to be excluded from the allure report. When a package is marked by this annotation then all classes from this package are considered excluded from the report. Then a class is marked by this annotation then all test methods (including inherited) belong to the class are considered excluded. Nested test-classes are excluded too.

    The handling of the annotation is implemented in dependent modules