Seiti
Seiti

Reputation: 2158

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?

Upvotes: 0

Views: 1928

Answers (2)

Jeff Brown
Jeff Brown

Reputation: 1178

If you prefer NAnt, MSBuild or PowerShell you can use those too...

Upvotes: 0

Seiti
Seiti

Reputation: 2158

Hah! Just found out.

I have to run:

Gallio\bin\Gallio.Echo.exe path\MyTestAssemlby.dll

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

Upvotes: 1

Related Questions