Severity level dont work with custom annotation
@Target(AnnotationTarget.FUNCTION) @Retention(AnnotationRetention.RUNTIME) @Severity(SeverityLevel.BLOCKER) @Epic("Suite for smoke tests") @Tag("Smoke") annotation class SmokeTest
@Epic annotation is works, but in the report always puts a severity level of normal
Severity level dont work with custom annotation
@Target(AnnotationTarget.FUNCTION) @Retention(AnnotationRetention.RUNTIME) @Severity(SeverityLevel.BLOCKER) @Epic("Suite for smoke tests") @Tag("Smoke") annotation class SmokeTest@Epic annotation is works, but in the report always puts a severity level of normal