How to view test results in Hudson

hudsontest

I cannot find a link to test results in hudson. How do I view test results (i.e. which of the tests failed) in Hudson web interface?

I have "Publish JUnit test result report" checked for the project. I'm pretty sure that "Test report XMLs" has the correct setting: (trunk/tmp/selenium-test-run/*.xml). I used workspace explorer to see whether Hudson does see the test results directory (it does). And there is a test results files in this directory.

But I still cannot find a link to results viewer. Does Hudson has this feature at all?

P.S.: I did search through online docs, found nothing. I did google it. Found nothing useful. I did not read the whole documentation.

Best Answer

Are you trying to publish JUnit test results or selenium test results? If it is the latter, try the Seleniumhq Plugin. Since I never used it, you have to find the right configuration by yourself but there are a few questions about this topic on StackOverflow. Just as an info there is a second selenium plugin available, but I think the I mentioned is the right one for displaying the test results.

Related Topic