Reputation: 41
I have recorded some simple selenium tests by Selenium IDE. Now I want to run those tests in Jenkins. Which plugin to Jenkins do I need to do that? And how to run the tests step by step? Help is appreciated.
Upvotes: 4
Views: 8599
Reputation: 1
I did the same but the following error occurred: Unable to find the HTML runner. This is normally because you have not downloaded or made available the 'selenium-leg-rc' jar on the CLASSPATH. Your test will not be run. Download the Selenium HTML Runner from http://www.seleniumhq.org/download/ and use that in place of the selenium-server-standalone.jar for the simplest way of running your HTML suite.
Upvotes: 0
Reputation: 69
you can use recorded selenium IDE script and selenium-server.jar file to run it from Jenkins Here is steps:
Hope this help!
Upvotes: 2