Posts tagged as:

Hudson CI

Integrating Selenium tests with Hudson CI

by rutvik on February 3, 2010

For most folks the challenge is that their CI system lives in some Unix environment and Selenium tests need to run on a Windows machine.To get this working I did the following
My goal was to
a)Have the test drive and report selenium tests from a single interface
b)Ability to run it on different machines with various browsers
I [...]

{ 11 comments }