All web tests can be run in a single browser window
should be
All web tests can be run in a single browser window for one test case (story file) if property restart.browser.each.scenario = false //default behaving
if restart.browser.each.scenario = true - browser will be restarted for each scenario.
For junit all tests in same test class can be ran with same browser if is defined
Problem in: http://thucydides.info/docs/serenity-staging/#_running_all_tests_in_a_single_browser_window
instead of
should be
For junit all tests in same test class can be ran with same browser if is defined
For cucumber you also should use