onBeforeRun method

Future<void> onBeforeRun(
  1. TestConfiguration config
)

Run before any scenario in a test run have executed

Implementation

Future<void> onBeforeRun(TestConfiguration config) => Future.value(null);