We configured Hudson to run Selenium using the Ant task. Then we added the post-build action to publish the βPublish JUnit Test Results Reportβ. With this setting, we can see each failed test name along with how much time each test has passed, and the ability to deploy all tests to see the specifics.
You can simply add this post-build action to your project using the Selenium plugin.
Matt n
source share