Package io.cucumber.java
Annotation Type AfterStep
Execute method after each step.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueTag expression. If the expression applies to the current scenario this hook will be executed.- Returns:
- a tag expression
- Default:
- ""
-
order
int order- Returns:
- the order in which this hook should run. Higher numbers are run first. The default order is 10000.
- Default:
- 10000
-