We have many unit tests, but they do not run every night. I installed several batch files that compile all the code from the SVN repository, and I would like to run NUnit. This is not a big problem, because I can call it from a batch file after compilation, BUT the output is stored on a network drive, and I need to open it every morning to check if errors have occurred. This is problem.
Do you have a better way to do the same thing that will take code from the repository, run a test and tell me a βfaster convenient wayβ if errors occur?
Update I installed Team City 4.0 and it works like a charm. Perhaps Cruise Control.Net could have done the same, but the Team Team website / documentation / features looked better.
source share