# Functions
GenerateJSONReport produces a JSON-formatted report at the passed in destination.
MergeJSONReports produces a single JSON-formatted report at the passed in destination by merging the JSON-formatted reports provided in sources It skips over reports that fail to decode but reports on them via the returned messages []string.
ReportViaDeprecatedReporter takes a V1 custom reporter and a V2 report and calls the custom reporter's methods with appropriately transformed data from the V2 report.
# Structs
Deprecated JUnitReporter (so folks can still compile their suites).
# Interfaces
Deprecated: DeprecatedReporter was how Ginkgo V1 provided support for CustomReporters this has been removed in V2.