'Is there a way to show Nested Structure of JUnit 5 in Maven Surefire Report? or any other HTML report alternatives?
I'm using JUnit 5 to create dynamic test cases in a nested structure. (So test cases are grouped). However when I run 'mvn test site' to create the HTML report. It only gives me the display names of the test inside the groups. The Dynamic Container names are nowhere to be found in the reports. Is there a way to configure this in the pom.xml file? or maybe an alternative HTML report plugin that can show me how many test cases fail per Dynamic Container? Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
