Support .NET unit test results directly
Problem to solve
.Net generates unit test results in a .trx file.
We only support reading JUnit style test results, which means users have to manually convert using third party tools like https://github.com/gfoidl/trx2junit.
This is less than ideal and requires users to go find a solution.
Intended users
Software development teams who want to manage unit test results over time.
Further details
Proposal
We should consider supporting the .NET TRX file format along with JUnit.
Permissions and Security
Documentation
Testing
What does success look like, and how can we measure that?
Links / references
Edited by Jason Yavorsky