Interface ExecutionState

    • Method Detail

      • getCurrentTestStep

        java.util.Optional<TestStep> getCurrentTestStep()
        Returns the current test step. If test classes or steps are executed in parallel the current test step of the current thread is returned.
        Returns:
        the current test step, cannot be null, but the optional might be empty
        Since:
        2.0.0