mark
mark

Reputation: 62774

How to drill down in the data driven unit tests results on Hudson with MSTest

Our continuous integration server is powered by Hudson with MSTest. We use the Hudson MSTest plugin.

Everything works fine, except there is a problem when a data driven unit test fails. The MSTest plugin does not know to drill further down the data rows, like the Visual Studio does when one clicks on a failed data driven unit test.

So, when a data driven unit test fails the error report in Hudson is absolutely useless - no stack, no reason - nothing.

How do I fix it? I will gladly abandon the MSTest plugin if there is another solution.

Upvotes: 0

Views: 301

Answers (1)

Kohsuke Kawaguchi
Kohsuke Kawaguchi

Reputation: 3617

I think this one just needs to be filed as an RFE to the issue tracker, so that the interested party can work on it eventually.

Upvotes: 1

Related Questions