Tagged Questions

0
votes
1answer
194 views

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 ...