For this, I used the line @DisplayName("NameMyTest") in my " /> For this, I used the line @DisplayName("NameMyTest") in my " /> For this, I used the line @DisplayName("NameMyTest") in my "/>

maven-surefire-plugin: How do I get rid of individual columns in the xml report?

31 Views Asked by At

My goal is to have this tag in the XML generated by surefire:

<testcase name="NameMyTest">

For this, I used the line

@DisplayName("NameMyTest")

in my Playwright Java test case.

Unfortunately, something is appended to the test case name that I don't want. How do I find out where this attachment comes from? How can I avoid this?

0

There are 0 best solutions below