I am not able to execute selenium,cucumber & serenity scenarios of one feature file in single browser instance and currently each scenario is running in new browser instance
Below are my configurations:
Serenity and Cucumber version:
serenity.version=1.2.2-rc.1
serenity.cucumber.version=1.1.16
serenity.properties details:
serenity.use.unique.browser=true
restart.browser.each.scenario=false
Please let me know what other configuration i need to do to run all scenarios in one browser instance