1 2 3 | def currentStepInd = context.currentStepIndex def previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1 ) log.info previousStep.name |
1 2 3 | def currentStepInd = context.currentStepIndex def previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1 ) log.info previousStep.name |