maven-surefire-junit5-tree-reporter
maven-surefire-junit5-tree-reporter copied to clipboard
Add support to show the "TestAbortedException" message in the output
I am working with the release 1.2.1
.
It works fine for the @DisplayName
outputs, but not for a TestAbortedException
message, it when an assumption fails. I am not sure if is a missing or incomplete configuration, for more details see:
I read the maven-surefire-junit5-tree-reporter page, but it seems is not possible reach this goal because this support does not exist yet
Thank You