Re: [jbehave-user] Specifying report path in multi-module project

2014-06-23 Thread Mauro Talevi
Can you share a sample project with the configuration that you're using? On 23/06/2014 00:56, Jonathan Gray wrote: Hi, I have a multi-module project which looks something like the following (it happens to be Maven based). project - pom.xml - app +- pom.xml - app-test +- pom.xml If I run

Re: [jbehave-user] Excluding - in meta filters

2014-06-23 Thread Brent Barker
That worked, Thanks! On Sat, Jun 21, 2014 at 9:45 AM, Mauro Talevi mauro.tal...@aquilonia.org wrote: You can use -bug JBEHAVE*281. Or use the Groovy Matcher http://jbehave.org/reference/stable/meta-filtering.html On 18/06/2014 00:28, Brent Barker wrote: I have a meta filter on a story

[jbehave-user] Configuring Threads in pom.xml

2014-06-23 Thread Brent Barker
Hi I'm trying to configure the number of threads to run via maven, however the number of threads does not seem to be picked up. If i directly edit the annotation in WeldAnnotatedStoryRunner, I am able to get the tests to run with multiple threads. Here is my configuration: execution