Run before a step is executed
@override Future<void> onBeforeStep(World world, String step) async { currentWorld.currentStep = step; }