Annotation Type AfterStep


@Retention(RUNTIME) @Target(METHOD) @API(status=STABLE) public @interface AfterStep
Execute method after each step.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
    Tag expression.
  • Element Details

    • value

      String value
      Tag 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