Closed xli closed 8 years ago
+1
@xil I notice there have two release version of nunit: 2.x and 3.x. The report xml schema is different. Should we support both of the them?
http://nunit.org/files/testresult_25.txt http://nunit.org/files/testresult_30.txt
@yunlzheng yes, we should be able to parse out any kind of nunit test report. But feel free to start with supporting one format.
similar with #3, support parse nunit test report.