1. Go to Hudson Home.
2. Go to “Manage Hudson”.
3. Click on “Configure System”.
4. Go down to “Selenium Remote Control”; in htmlSuiteRunner enter the location of Selenium Remote control.7. Click on “Save”.
Create the job that runs the HTML Suite
You need to create a job that includes a “SeleniumHQ htmlSuite Run” step.
1. Go to Hudson Home.
2. Click on “New Job”.
3. Enter a value for “Job Name”.
4. Select a Job type: “Build multi-configuration project (alpha)”.
5. Click on “Ok”.
6. In “Build”, click on “Add build step”.
7. Select “SeleniumHQ htmlSuite Run”.
8. Enter the variables :
Browser: the browser that will run the test suite. For example: *firefox
startURL: start URL . For example: “http://www.google.com”
suiteFile: suite file location. For example: [location]/TestSuite.html
resultFile: HTML result file location. For example: [location]/TestResults.html
That point was optional so removed it.
ReplyDeleteHi Farheen,
ReplyDeleteI have followed the steps above and i have integrated successfully as per my knowledge.
Could also please instructions and pre-requisites for executing scripts through hudson.
Thanks very much