Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.25 KB

reports.md

File metadata and controls

13 lines (10 loc) · 1.25 KB

Reports

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.

Result Purpose
IndividualReports This directory contains the detailed reports for each product tested.
BaselineReports.html This HTML file is a summary of the detailed reports. By default, this file is automatically opened in a web browser after running ScubaGear.
ProvideSettingsExport.json This 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.csv This CSV file contains the test results in a format can could be automatically parsed by a downstream system.
TestResults.json This 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.