Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: mstest-plugin
-
Labels:None
-
Environment:Hudson 1.392 with MSTest plugin 0.7
-
Similar Issues:
Description
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.
The xUnit plugin meets your needs.
Look at http://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin