Hello, I'm thinking in implementing a way, if it already does not exist, to define what stories will run in a test trial.
In my case, I want to define that when a story is a dependency (specified in a GivenStories) of another it should not be executed "alone" (but just when it is called in the GivenStories statement) As far as I could understand (I haven't dug very deep in this issue) the most effective way to do this is to implement StoryPathResolver or maybe extend StoryRunner. So, before I begin implementing this I was wishing to know first if this functionality is already implemented in jbehave or, if it's not, what is the best way to implement this. Thanks in advance, Paulo Sergio.
