I have been trying JBehave for a while, and I need to find out if there is a way to maintain data through steps while running one specific script? I mean, is it possible to maintain state / data during a script through "Given / When / Then" using any state variable under the Step class.
source share