GivenScenario is not supported (was in 2.x) and don't really see the reason to given the support for its superset.
What we we can add is scenario-specific filters via anchors to GivenStories paths to obtain the same effect. Please raise a jira issue for this. Cheers On 7 Jun 2013, at 18:18, Kristjan Laane <[email protected]> wrote: > > I find that rather often one scenario depends on another in its Given clause. > > So I would like to use something like this > GivenScenario: com/company/product/stories/feature.story#RequiredScenarioName > > But I dont think it's possible? > While specifying required stories is possible ( > http://jbehave.org/reference/stable/given-stories.html ) > And even though i found this, which im guessing is old API for GivenStories? > http://jira.codehaus.org/browse/JBEHAVE-282 > > Any way to make it work? > > Ta, > k. > > p.s. Thank you Mauro for the Eclipse plugin Gherkin syntax answer. > >
