public void __stepFinish() { Allure.LIFECYCLE.fire(new StepFinishedEvent()); }
public void __stepStart(String stepName) { Allure.LIFECYCLE.fire(new StepStartedEvent(stepName)); }