Details
Description
It is sometimes useful to invoke setup/teardown methods only once before and after a collection of stories, e.g. to setup and teardown an external service.
The annotations @Before/AfterStories would complement annotations @Before/AfterStory, run before and after each story, and @Before/AfterScenario, run before and after each scenario.