Hello,
We are attempting to use Selenium Builder for testing in Jenkins, but so far we are getting nowhere.
We have a collection of tests written using the Selenium Builder plugin for Firefox.
Those tests have been added to the repository for the project, and we've added a series of Jenkins tasks that check out a branch on merge, builds and launches the war (this is a Java project running on Tomcat,) and then attempts to run our test suite.
In the Selenium Builder task, the only configuration available is the path to the test, so we put in "src/tests/selenium/TestSuite.json" the relative path from the repository root to the suite.
When the task runs, we get as far as:
Starting to run selenium builder command
Error running selenium builder command
Build step 'Invoke Selenium Builder script' marked build as failure
Publishing Selenium report...
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Finished: FAILURE
Searching for further documentation has not been fruitful. It's unclear where the plugin expects the Selenium server to be or even what browser to launch.
If you have references to documentation, HOWTOs, useful blog posts, or experience running this setup, please let me know.
Thank you.
Emma C. Humphries