Skip to content

Commit 8ecd741

Browse files
committed
Report tests as we go
1 parent b4825e2 commit 8ecd741

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/org.eclipse.swt.tests/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,22 @@
6666
junit.vintage.execution.parallel.classes=false
6767
</configurationParameters>
6868
</properties>
69+
<reportFormat>plain</reportFormat>
70+
<consoleOutputReporter>
71+
<disable>true</disable>
72+
</consoleOutputReporter>
73+
<statelessTestsetInfoReporter
74+
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
75+
</statelessTestsetInfoReporter>
6976
</configuration>
7077
</execution>
7178
</executions>
7279
<dependencies>
80+
<dependency>
81+
<groupId>me.fabriciorby</groupId>
82+
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
83+
<version>1.5.1</version>
84+
</dependency>
7385
<dependency>
7486
<groupId>org.apache.maven.surefire</groupId>
7587
<artifactId>surefire-junit-platform</artifactId>

0 commit comments

Comments
 (0)