Selenium RC in Hudson
is there a way to install selenium into hudson, and have it run a test via a .dll (c#)? all i can find so far is a html script.
Thanks
If your Selenium test are based on NUnit, you should be able to run them in Hudson. You can also utilize Selenium Plugin for Hudson in this case.
The fix i've found for this, was to use gallio and push my compiled DLL throw its gallio.echo console.
hudson passes and fails the job based on the results from gallio.
链接地址: http://www.djcxy.com/p/50778.html上一篇: 如何使用CI(持续集成)运行Selenium测试?
下一篇: Selenium RC在Hudson