Hi Mauro, thank you for your answer. Exaclty, my question was how do I skip tests when staring from the IDE. I run them as JUnit tests. I still don't know how to configure the JUnit execution with skip.
Which thread stories do youmean? Olmo On 15 December 2011 11:22, Mauro Talevi <[email protected]> wrote: > And in JBehave, anything you can do in command-line you can do in IDE. > > The ThreadsStories also shows you how to configure the meta filter for IDE > running. > > Remember that the command-line config will always override the IDE config. > > > On 15/12/2011 10:16, Mauro Talevi wrote: > >> http://jbehave.org/reference/**stable/meta-filtering.html<http://jbehave.org/reference/stable/meta-filtering.html> >> >> Have a look at examples/threads to see it in action. E.g.: >> >> mvn clean install -Dmeta.filter="+outcome failed" >> will only run scenarios tagged by meta @outcome failed. >> >> >> On Wed Dec 14 16:48:21 2011, Olmo Rigolo wrote: >> >>> Hi all, >>> >>> I read about the possibility to skip and ignore scenarios in stories. >>> But it seems not to work out of the box. Is this something I have to >>> configure? >>> Where? In the pom for maven or in the JUnitStory/Stories ? >>> >>> Thanks! >>> Olmo >>> >> >> >> >> ------------------------------**------------------------------**--------- >> To unsubscribe from this list, please visit: >> >> >> http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email> >> >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe from this list, please visit: > > > http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email> > > >
