I'd like to run Selenium tests with Jenkins and export results in TestLink.
I followed this tutorial : https://wiki.jenkins-ci.org/display/JENKINS/TestLink+Plugin
I managed to run tests from jenkins and exported the result in TestLink but only the test example which did not use selenium.
When I replaced it by a selenium-made test (exported in "Java TestNG RC") I got some errors at compilation ("class, interface, or enum expected","illegal character","illegal statement", ...)
Do I have to install a plugin for selenium or something else?
Help is appreciated.