Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1639

Add ability to configure TestExecutionListener

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.22.1
    • None
    • JUnit 5.x support
    • None

    Description

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

            <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>
      ...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vmassol Vincent Massol
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: