I am looking into organizing HTML reports into directories other than the default target/surefire-reports
.
I have read in the docs that there is an existing reportDir()
method for Runner
. Can I utilize this method for JUnit 5 tests? If not, are there any other ways?
I came across a similar post but I am not using executable jar version so the accepted answer would not be applicable.
Any help would be appreciated.