Manual report generation
- Choose Reporting -> Report... in molybdenum GUI
- Choose destination file, e.g. report.html
- The report will automatically be opened in your browser
Note that the report comes as well with an XML file, called report.html.xml in the case above.
Automatic report generation
When molybdenum is started automated, a report is written to the specified file along with the XML file.
Since [version 1.0.2], molybdenum can generate xunit reports as well. These are the one you know from JUnit for example.
Historization
Copy the reports to the build artifacts directory of your continuous integration server in order to use its historization capabilities.
Most continuous integration servers come with build-in support for xunit report historization and linking. Consider using these features.