NUnit Server Web interface

孤者浪人 提交于 2019-12-13 19:18:48

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!