Where can I find the DTD or XML Schema of a file with confidence generated by XML (TEST- <testname> .xml)?

Where can I find the DTD or XML schema of the generated XML file (TEST-.xml) of the surefire file?

+4
source share
2 answers

I think Maven uses the XML result format owned by Ant, and I'm not sure if there is an official DTD or Schema. From JUnit 4 is XML schematized? in the list of JUnit users:

JUnit XML.    , : <testsuite>,     <testcase>,    <failure> <error>. ( <properties>    <property>.) ,     , Ant, Maven,    Cruise Control, Hudson, Bamboo, Eclipse IntelliJ IDEA.

     

XML DTD XML- - ?

     

,     ? (, JUnit 4.5 XMLReporter,     .)

     

, , ,     "" JUnit XML.

"". , , . DTD/ , .

.

+6

, 6 , ...

XML - : surefire-test-report.xsd.

+2

Source: https://habr.com/ru/post/1757130/


All Articles