onStepStarted method

  1. @override
Future<void> onStepStarted(
  1. StepStartedMessage message
)
override

Implementation

@override
Future<void> onStepStarted(StepStartedMessage message) async {
  _getCurrentFeature().currentScenario().add(JsonStep.from(message));
}