I have a single Test.dll which have thousands of test case inside it. I am using the NUnit 2.x framework. When running NUnit test by NUnit-console, I must wait several hours and just get the test report after it finished the whole test suit.
May I get the TestResult.xml more frequently. Now, I cannot catch up the test progress (how many passed, failed, in running...)
Thank you