Replies: 1 comment 7 replies
-
I left a comment on the Surefire issue. Closing since the report is generated by Surefire in this case. Please consider adopting Open Test Reporting if you'd like to have support for all JUnit features or a decent HTML report. 😉 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Junit Jupiter 5 and surefire to run my Java tests (Java 17).
I didn't succeed to inject
displayName
in mysurefire
report:Here is my Java test class:
Here is my configuration:
Also reported in Surefire issues.
Beta Was this translation helpful? Give feedback.
All reactions