问题
I'm searching for a kind of NUnit server with web interface, where I can start my NUnit test while on vacation or on the road... Is there any setup that can realise my idea or do I need to develop something?
All I found so far was set up NUnit on multiple machines, as I searched for remote control or web interface.
Kind regards
bnz
回答1:
A continuous integration tool such as JetBrains TeamCity can provide automated NUnit testing as part of a new build. It is possible to manually start new builds via TeamCity's web interface, and the build/test results are also easily retrievable via the web.
TeamCity is a commercial product, but if your project qualifies as an open-source project you can apply for a free TeamCity license.
UPDATE Listing a few alternative continuous integration servers that I have no personal experience of.
There is also Jenkins, an open-source continuous integration server primarily for Java development but that comes with plug-ins for both MSBuild and NUnit, as well as a large number of versioning control software plug-ins.
CruiseControl, open-source, also primarily aimed at Java development. Also available as a .NET implementation called CruiseControl.NET.
A comprehensive list of different continuous integration software can be found on Wikipedia.
来源:https://stackoverflow.com/questions/11775042/nunit-server-web-interface