Hi All,
I have a problem with running unit tests on the TFS2012 Team build.
Our project has ~35 000 NUnit tests running during the Team Build. Now they run using the NUnit command prompt and as result we does not see the test results on the Build Summary. The solution is to use the NUnit Test Adapter to run the tests. However during the build run it hangs on the 7-8 thousands test. However if you run tests without publishing in VS or in using the vstest.console, they successfully passed.
I reproduced the same problem running tests from the vstest.console using the TFS publisher.
I created a small MS Test project with a lot of test runs and faced the same problem when the vstest.console is used. However, this problem is not reproducing when run those tests using MSTest.exe (with publish).
Could anyone help me with this problem?