Setting up Hudson with Selenium RC to run tests written in C#

I just deployed a Hudson server and configured it to checkout, build and deploy to a testing http server.

Now I want more =)

I have some Selenium RC tests wrtten in C#/.Net, using the MbUnit infrastructure, that runs ok on Gallio Icarus.

How to setup Hudson to run these tests? Our is in a Windows 2003 server.

I was thinking about just setting a batch script that runs the tests. But how to run them in CLI? Is there a CLI test runner that could run our tests?


Hah! Just found out.

I have to run:

GalliobinGallio.Echo.exe pathMyTestAssemlby.dll

When Google fails you, try searching your own PC =)


如果您更喜欢NAnt,MSBuild或PowerShell,您也可以使用这些...

链接地址: http://www.djcxy.com/p/50718.html

上一篇: Eclipse中的JUnit测试通过,但在Maven Surefire中失败

下一篇: 使用Selenium RC设置Hudson以运行用C#编写的测试