2

We´re using the stack Java + cucumber + selenium + phantomjs, everything works fine, but we notice that phantomjs is restarting the ghostDriver for every single scenario which take time. I just wondering is it possible to just keep PhantomJS browser open between scenarios of my test?

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
paul
  • 12,873
  • 23
  • 91
  • 153

1 Answers1

0

Perhaps this could help:

Faster Cucumber startup: Keep the PhantomJS browser open between tests

Magomimmo
  • 306
  • 2
  • 4