microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
132 stars 57 forks source link

Add generic xunit support #256

Closed darthtrevino closed 8 years ago

darthtrevino commented 8 years ago

The XUnit format currently recognized by the TestCaseReader is specific to xUnit.NET. While this is fine for .NET projects, there is another 'xunit' format emitted by various test runners across different platforms. (http://windyroad.com.au/dl/Open%20Source/JUnit.xsd)

darthtrevino commented 8 years ago

This looks like a non-issue. The 'junit' format handles these files just fine