StepEventBus.getEventBus().testSuiteStarted(MyTestCase.class);
StepEventBus.getEventBus().testStarted("app_should_work");
NestedScenarioSteps steps = stepFactory.getStepLibraryFor(NestedScenarioSteps.class);
steps.blurred_step();
StepEventBus.getEventBus().testFinished(testOutcome);
verify(driver, times(2)).getScreenshotAs((OutputType<?>) anyObject());
}