restartAppBetweenScenarios property

bool restartAppBetweenScenarios
getter/setter pair

restarts the application under test between each scenario. Defaults to true to avoid the application being in an invalid state before each test

Implementation

bool restartAppBetweenScenarios = true;