joel james
joel james

Reputation: 1

Single browserstack session for all BDD scenarios

I want to run all my BDD scenarios in one single browserstack session, when I run from feature file it is achievable but when it is run from the runner class I am getting new sessions in Browserstack for each scenario.

I am using Serenity-Cucumber BDD framework, used the property serenity.restart.browser.for.each=NEVER

caps.setCapability("reuseSession", true)
caps.setCapability("fullreset", false)

Upvotes: 0

Views: 126

Answers (0)

Related Questions