onBeforeScenario method
Run before a scenario and it steps are executed
Implementation
@override
Future<void> onBeforeScenario(
TestConfiguration config, String scenario, Iterable<Tag> tags) async {
currentWorld.scenarioName = scenario;
currentWorld.reportFolderPath = '${Directory.current.path}/$dumpFolderPath';
}