serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
180 stars 285 forks source link

Restarting Browser in each stepdefinitions #45

Open AshokSBG opened 3 years ago

AshokSBG commented 3 years ago

Hi,

We have more than 2 feature and step definitions file, When running the code, first step definition code is running successfully but after complete the code, the browser has restarted with an empty page and the second step definition file is not running cause of restarting.

Kindly provide the solution.