Skip to content

Commit 5c10a5d

Browse files
committed
Report tests as we go
1 parent 5edaae0 commit 5c10a5d

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
@@ -63,10 +63,22 @@
6363
junit.jupiter.execution.parallel.classes=false
6464
</configurationParameters>
6565
</properties>
66+
<reportFormat>plain</reportFormat>
67+
<consoleOutputReporter>
68+
<disable>true</disable>
69+
</consoleOutputReporter>
70+
<statelessTestsetInfoReporter
71+
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
72+
</statelessTestsetInfoReporter>
6673
</configuration>
6774
</execution>
6875
</executions>
6976
<dependencies>
77+
<dependency>
78+
<groupId>me.fabriciorby</groupId>
79+
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
80+
<version>1.5.1</version>
81+
</dependency>
7082
<dependency>
7183
<groupId>org.apache.maven.surefire</groupId>
7284
<artifactId>surefire-junit-platform</artifactId>

0 commit comments

Comments
 (0)