@@ -56,33 +56,13 @@ https://github.com/adamgruber/mochawesome
5656- Tests suites without any tests are excluded from Mochawesome and JUnit.
5757- Attachments are not supported.
5858
59- ### JUnit
60-
61- - Converts ** < ; properties> ; ** , ** < ; system-out> ; ** and ** < ; system-err> ; ** elements to Mochawesome test context.
62-
63- ### NUnit
59+ ### Conversion process to JUnit
6460
65- - NUnit v3+ XML is supported.
66- - Converts ** < ; properties> ; ** elements to JUnit ** < ; properties> ; ** .
67- - Converts ** < ; output> ; ** elements to JUnit ** < ; system-out> ; ** .
61+ - ** Full conversion process is described in [ junit-converter] ( https://github.com/agracio/junit-converter ) **
6862
69- ### xUnit.net
70-
71- - xUnit.net v2+ XML is supported.
72- - Converts ** < ; traits> ; ** elements to to JUnit ** < ; properties> ; ** .
73- - Converts ` test ` ** < ; reason> ; ** elements to JUnit ** < ; skipped> ; ** .
74- - Supports single ** < ; assembly> ; ** per file, if multiple assemblies are present only first will be converted.
75-
76- ### MSTest TRX
63+ ### JUnit
7764
78- - Converts ` Output/ErrorInfo/Message ` to JUnit ** < ; failure> ; ** message.
79- - Converts ` Output/ErrorInfo/StackTrace ` to JUnit ** < ; failure> ; ** stack trace.
80- - Converts ` Output/StdErr ` to JUnit ** < ; system-err> ; ** .
81- - Converts ` Output/StdOut ` to JUnit ** < ; system-out> ; ** .
82- - Converts Inconclusive and NotExecuted tests to ** < ; skipped> ; ** with message.
83- - Test suites are split into multiple ** < ; testsuite> ; ** elements by test classname.
84- - Tests are ordered by name.
85- - Test suit times are not 100% accurate - displayed as a sum() of all test times.
65+ - Converts ** < ; properties> ; ** , ** < ; system-out> ; ** and ** < ; system-err> ; ** elements to Mochawesome test context.
8666
8767### Usage
8868
0 commit comments