Plugin Information
This plugin converts MSTest TRX test reports into JUnit XML reports so it can be integrated with Hudson's JUnit features.
Change Log
Version 0.6 (Feb 11, 2010)
- Fixed issue 3906: Durations greater than 59s
- Fixed issue 4632: MSTest plugin does not parse Visual Studio 2010 results
Version 0.5 (Feb 6, 2010)
- Update code for more recent Hudson
Version 0.4 (Jun 16, 2009)
- Fixed the AbortException issue
- Added i18n support
- Added Brazilian portuguese localization
Version 0.3
- Indentifies test's class using the ExecutionId variable
Version 0.2
- Fixed a problem to identify namespace and class name from the TestMethod tag
- Changed JUnit test report file name
Version 0.1
Comments (3)
Mar 26
John Bolton says:
Feature request - please add the capability to process multiple report (*.TRX) f...Feature request - please add the capability to process multiple report (*.TRX) files. Thank you.
Mar 30
Mark Dulfer says:
I'd really appreciate the ability to process multiple trx files too, thanks.I'd really appreciate the ability to process multiple trx files too, thanks.
Mar 27
Gregory Boissinot says:
Do you plan to make the MSTest plugin an extension of the xUnit pluginDo you plan to make the MSTest plugin an extension of the xUnit plugin