Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.22.1
-
None
-
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> ...