restartAppBetweenScenarios property
read / write
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;