I\'ve got a Cucumber Step class that i\'m attempting to initialise a page model for all scenarios. So I added a @Before annotated method :
@Before() private void
In my case, it has worked when I put "dryRun = false" in the Cucumber options.