NUnit with an ASP.net web site
- by Ed Woodcock
Hi folks,
I'm currently trying to upgrade our build server at work, going from having no build server to having one!
I'm using JetBrains TeamCity (having used ReSharper for a couple of years I trust their stuff), and intend to use NUnit and MSBuild.
However, I've come up with an issue: it appears that it is not possible to test an ASP.net Web Site with NUnit. I had assumed it would be possible to configure it to test App_Code after build, however it seems that the only way to do tests nicely is through converting the Web Site to a Web Application (which my boss does not like the idea of).
Does anyone have a suggestion as to how I could go about this?
Please bear in mind that the testing needs to be able to be fired automatically from TeamCity.