I am using Thucydides/serenity which is kind of wrapper around selenium to automate some web tests When i run a particular test and after the test run the browser closes (which is the default behaviour) I want to make sure browser does not close so that I can check visually few things. What should I be doing to avoid the browser closing after the test run?