Run NUnit tests on TFS 2012 RC
Thanks, I fixed it. The end paren and period got tacked into the URL.
View ArticleRun NUnit tests on TFS 2012 RC
The Link i step 2 in the solution is broken (think its just a rendering prob). The real one is:http://blog.accentient.com/2012/04/30/RunningNUnitInATFS11BuildOn64BitServer.aspx
View ArticleRun NUnit tests on TFS 2012 RC
So with the help of one of the local Microsoft Developer Technology Specialists, I think we've got this working. Here's all the steps that was needed...Install the NUnit Test Adapter...
View ArticleRun NUnit tests on TFS 2012 RC
Hi Henry,I am trying to involve someone familiar with this topic to further look at this issue.Thanks.Vicky Song [MSFT] MSDN Community Support | Feedback to us
View ArticleRun NUnit tests on TFS 2012 RC
They are fairly simple NUnit tests using Moq and such, like this...public class UserInformation_Context { public UserInformation Target; public Mock<IUnitOfWork> UnitOfWorkMock; public...
View ArticleRun NUnit tests on TFS 2012 RC
I'm having the same problem. I have it working on my local V2012 (64bit) machine. The "Test Explorer" windows shows the NUnit tests and runs them. But the TFS build agent does not.I'm using the...
View ArticleRun NUnit tests on TFS 2012 RC
Hi Henry,Thanks for the information. Yes, you are correct that your issue is related to the extensions are not visiable to x64 bit build machines. And with the blog you offered above, I can run NUnit...
View ArticleRun NUnit tests on TFS 2012 RC
Vicky, it's not about running NUnit tests in VS 2012 (that seems to work), it's about running them on TFS 2012 during CI builds. Apparently there are known issues with the NUnit Test Runner Extension...
View ArticleRun NUnit tests on TFS 2012 RC
Hi Henry,Please correct me if my understanding is wrong. As far as I know that the new unit testing feature, run tests via Nunit, is in VS2012RC. So, I think you need to queue the TFS build in VS2012RC...
View ArticleRun NUnit tests on TFS 2012 RC
We have an existing VS 2010 solution with many NUnit tests. We're trying to setup TFS 2012 RC and I want to be able to run the NUnit tests and publish the results as part of our CI builds (when code is...
View Article