Was able to get it working. Just needed to specify the following
dependency within the maven-failsafe-plugin definition,
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>${surefire.version}</version>
</dependency>
</dependencies>
We are using the JUnitReportingRunner which necessitated the additional
dependency specification.
J.D.
On Tue, Jun 3, 2014 at 12:19 PM, Mauro Talevi <[email protected]>
wrote:
> Can you provide a sample project?
>
>
>
> > On 3 Jun 2014, at 18:36, "Corbin, J.D." <[email protected]> wrote:
> >
> > I am using the maven-failsafe-plugin (as opposed to the
> jbehave-maven-plugin) to run our JBehave integration tests. I appears to
> run the test fine, but when there is an error it goes unreported. I'm
> wondering if there are any others out there using the failsafe plugin with
> JBehave that might have some ideas why the errors are going unreported, or
> appear to be...
> >
> > Thanks,
> > J.D.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>