1. Embeddables are Java classes that can group one or more story paths, e.g. JUnitStory or JUnitStories, and are responsible for their own execution (via their instance of Embedder)
Paths are the story paths as specified and to be executed require an Embedder to be provided 2. Story mapping is an association between stories and meta information, that allows the identification of themes or streams of work. On 14 Feb 2013, at 15:16, Julien Martin <bal...@gmail.com> wrote: > Hello, > > I am new to JBehave and still trying to grasp the basic concepts underlying > the framework. > > 1. My first question is about running stories: can anyone please explain what > "running stories as embeddables" and "running stories as paths" mean? I did > read the documentation here: > http://jbehave.org/reference/stable/running-stories.html but I would be > grateful if someone rephrased it. > > 2. My second question is about the maven plugin: what does "mapping stories" > mean? > > Regards, > > Julien.