Annotation Type Step
-
@Target(METHOD) @Retention(RUNTIME) public @interface StepAnnotation-marker for methods that are invoked during the test execution. Methods that are marked by this annotation are represented in ReportPortal as 'Nested Steps' withStartTestItemRQ.isHasStats()equal to 'false'. Methods marked with this annotation can be nested in other methods and will be attached (reported as a child) to the 'closest' wrapper (either test method or another method marked with this annotation)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TemplateConfigconfigStep template configuration.java.lang.StringdescriptionStep description.booleanisIgnoredIf set the step will be ignored (not visible).java.lang.StringvalueStep name template.
-
-
-
-
config
TemplateConfig config
Step template configuration.- Returns:
- template configuration
- Default:
- @com.epam.reportportal.annotations.TemplateConfig
-
-