Vincent Massol created SUREFIRE-1639:
----------------------------------------

             Summary: Add ability to configure TestExecutionListener
                 Key: SUREFIRE-1639
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1639
             Project: Maven Surefire
          Issue Type: Improvement
          Components: JUnit 5.x support
    Affects Versions: 2.22.1
            Reporter: Vincent Massol


In a similar what that it was possible to configure RunListener with Junit4:

{code}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <properties>
            <property>
              <name>listener</name>
              <value>org.xwiki.test.CaptureConsoleRunListener</value>
            </property>
          </properties>
...
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to