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 (8)
Mar 26, 2010
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, 2010
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.
Aug 19, 2010
Alex Lea says:
Handling multiple files would be really handy a-la TRXMerge would be fantastic!Handling multiple files would be really handy a-la TRXMerge would be fantastic!
Sep 24, 2010
Kuno Meyer says:
As a workaround, you can invoke MSTest with multiple assemblies to test at once,...As a workaround, you can invoke MSTest with multiple assemblies to test at once, so that you don't end with multiple .TRX files.
Oct 01, 2010
Héctor Insausti says:
That doen't work if you need to merge tests that need to be run with different c...That doen't work if you need to merge tests that need to be run with different configurations... TRXMerge only joins the test results, but Hudson doen't accept that file because some references are missed.
Oct 15, 2010
Jamie Thomson says:
Hi, I'm glad I'm not the only one encountering this. We too need the ability to ...Hi,
I'm glad I'm not the only one encountering this. We too need the ability to specify multiple .trx files, the reason being that we need to run different configurations for each of our test containers. Multiple configs means multiple calls to mstest which means multiple .trx files.
Wildcards would be a perfectly adequate solution by the way! (i.e. TestResults*.trx)
Other than that, love the plugin, really appreciate the time spent building it. Thanks very much.
Regards
Jamie
Mar 27, 2010
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
Dec 02, 2010
Lena Danzig says:
Is it possible to add columns(like test description) to Test Results table?Is it possible to add columns(like test description) to Test Results table?