Reports

June 18, 2024 ยท View on GitHub

When ScubaGear runs, it creates a new time-stamped subdirectory wherein it will write all of the results of its testing. What follows are the default names for the various outputs, which can be changed using the corresponding parameters.

ResultPurpose
IndividualReportsThis directory contains the detailed reports for each product tested.
BaselineReports.htmlThis HTML file is a summary of the detailed reports. By default, this file is automatically opened in a web browser after running ScubaGear.
ProvideSettingsExport.jsonThis JSON file contains all of the information that ScubaGear extracted from the products. A highly-motivated admin might find this useful for understanding how ScubaGear arrived at its results.
TestResults.csvThis CSV file contains the test results in a format can could be automatically parsed by a downstream system.
TestResults.jsonThis JSON file contains the test results in a format can could be automatically parsed by a downstream system.

You can learn more about setting parameters on the parameters page.