I dislike this feature: https://maven.apache.org/surefire/maven-failsafe-plugin/newerrorsummary.html Is there a way to turn it off so it reports full stack traces and errors?
Add this to the surefire/failsafe configuration
element:
<trimStackTrace>false</trimStackTrace>