-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Hudson 1.392 with MSTest plugin 0.7
The MSTest plugin doesn't expand wildcards (test*.trx, for e.g.) given when specifying the trx files (input for "Test report TRX file"). It instead looks for a file with the same name and fails when it doesn't find one. The NUnit plugin, which is based on the same idea of transforming the XML file output into JUnit's format, handles wildcards correctly.