You can create XML(both a lightweight JUnit and a complete report with all pieces of information for all nodes) and HTML reports for your tests in one of two ways:
In the Test Result Summary View (Section 3.22.3.8, “Exporting test results from the Test Result Summary View as HTML and XML reports”).
You can specify that XML and HTML reports should be created when a test runs in the preferences (Section 3.29.10, “Test result preferences”).
We recommend using the option to export test results from the Test Result Summary View, as this does not involve defining any external files for your test environment.
You can specify that monitoring reports should be created when a test runs in the preferences (Section 3.29.10, “Test result preferences”).
We recommend using the option to export monitoring reports automatically to the specified folder.
If monitoring execution data is available, it will be stored in the specified folder next to monitoring reports.
It is required to set the JUnitTestSuite property in the Properties View of a referenced Test Case that is supposed to be handeled as a TestSuite during the generation of the report in order for the JUnit report to include the Test Result information from the Test Case and its children.
If no JUnitTestSuite property is set to "true" the created JUnit report will be empty.
The generated lightweight JUnit report does not contain any screenshots.