Re: [jbehave-user] JBehave example fails to run tests when executed from Jenkins

2014-06-03 Thread Frank Pedroza
The entry point for our test runs looks something like the following: @RunWith(WeldAnnotatedEmbedderRunner.class) @Configure() @UsingEmbedder(embedder = Embedder.class, verboseFailures = true, generateViewAfterStories = true, ignoreFailureInStories =

RE: [jbehave-user] JBehave example fails to run tests when executed from Jenkins

2014-06-03 Thread Russ Davidson
of using the archetype. Thanks, Russ From: Frank Pedroza [mailto:fpedr...@part.net] Sent: Wednesday, 4 June 2014 12:19 AM To: user@jbehave.codehaus.org Cc: user@jbehave.codehaus.org Subject: Re: [jbehave-user] JBehave example fails to run tests when executed from Jenkins The entry point for our