Hudson understands the JUnit test report XML format (which is also used by TestNG). When this option is configured, Hudson can provide useful information about test results, such as historical test result trends, a web UI for viewing test reports, tracking failures, and so on.

To use this feature, first set up your build to run tests, then specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*.xml. Be sure not to include any non-report files into this pattern.

Once there are a few builds running with test results, you should start seeing something like this.