poohbar
08/09/2018, 4:53 PM<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<useUnlimitedThreads>true</useUnlimitedThreads>
<parallel>classes</parallel> <<<<<<<<<<<<<<<<<
<runOrder>random</runOrder>
</configuration>
</plugin>