serenity-bdd / serenity-jbehave

The Serenity integration for JBehave
39 stars 34 forks source link

How to write custom setUp() and tearDown() functions overriding inbuilt Before/After Stories functions? #218

Open pushprajsingh05 opened 5 years ago

pushprajsingh05 commented 5 years ago

I want to initialize few functions before launching the browser

and

I don;t want to quit browser after stories. How to write my own setUp() and tearDown() functions which will override inbuilt behaviour.