Annotation Type AfterStep

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int order  
      String value
      Tag expression.
    • Element Detail

      • 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