ortoni-report 3.0.2 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,7 @@ declare class OrtoniReport implements Reporter {
105
105
  private dbManager;
106
106
  private shouldGenerateReport;
107
107
  private showConsoleLogs;
108
+ private skipTraceViewer;
108
109
  constructor(ortoniConfig?: OrtoniReportConfig);
109
110
  private reportsCount;
110
111
  onBegin(config: FullConfig, _suite: Suite): Promise<void>;