I'm using Visual Studio 2012 and I know how to export the code coverage,
but I cannot figure out a way to export a list of test results, whether through NCrunch or Visual Studio.
Anyone know? The only thing I could find on StackOverflow was an unanswered question:
http://stackoverflow.com...s-in-visual-studio-2012
We do use TeamCity, so I will be able to export it from there once we add the next build step, but I'd like to be able to get the list before hand.
And yes, I know generally you would not have a bunch of failing tests, so you just fix & go; but, we are integrating another project and wrote a bunch of tests around our assumptions ahead of time. Now that we are integrating, we need to go back and fix the assumptions.