@testrelic/playwright-analytics 2.9.0-next.70 → 2.9.0-next.73

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.
@@ -108,6 +108,7 @@ declare class TestRelicReporter {
108
108
  private streamingWriter;
109
109
  private testIndex;
110
110
  private summaryCounters;
111
+ private streamingAgg;
111
112
  constructor(options?: Partial<ReporterConfig>);
112
113
  onBegin(config: PwFullConfig, _suite: PwSuite): Promise<void>;
113
114
  onTestBegin(test: PwTestCase, _result: PwTestResult): void;
@@ -108,6 +108,7 @@ declare class TestRelicReporter {
108
108
  private streamingWriter;
109
109
  private testIndex;
110
110
  private summaryCounters;
111
+ private streamingAgg;
111
112
  constructor(options?: Partial<ReporterConfig>);
112
113
  onBegin(config: PwFullConfig, _suite: PwSuite): Promise<void>;
113
114
  onTestBegin(test: PwTestCase, _result: PwTestResult): void;