Hi all, I have a problem with stories' dependency.
Example: I have A,B,C stories, and stories B, C depends on A. (B->A, C->A). I add "GivenStories: A.story" in both B.story and C.story to do this, then run these 3 stories. I found A.story run for 3 times. I want to make A,B,C stories run only one time and keep dependency at the same time. (Like testng: dependsOnMethods) Does JBehave support this? Thanks very much. Best Regards, Ayesha
