@testrelic/playwright-analytics 2.3.0 → 2.3.2

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.
package/dist/index.d.cts CHANGED
@@ -83,6 +83,7 @@ declare class TestRelicReporter {
83
83
  private testRunId;
84
84
  private collectedTests;
85
85
  private fixtureDataReceived;
86
+ private testCount;
86
87
  private cloudClient;
87
88
  private cloudRunId;
88
89
  private runTimestamp;
@@ -99,6 +100,10 @@ declare class TestRelicReporter {
99
100
  /** Build a lightweight TestRunReport from streaming data (for HTML generation and cloud). */
100
101
  private buildStreamingReport;
101
102
  printsToStdio(): boolean;
103
+ /** Check heap usage and warn or auto-switch to streaming mode. */
104
+ private checkMemoryPressure;
105
+ /** Switch from embedded to streaming mode mid-run. */
106
+ private switchToStreamingMode;
102
107
  private buildTimeline;
103
108
  private toTestResult;
104
109
  private writeReport;
package/dist/index.d.ts CHANGED
@@ -83,6 +83,7 @@ declare class TestRelicReporter {
83
83
  private testRunId;
84
84
  private collectedTests;
85
85
  private fixtureDataReceived;
86
+ private testCount;
86
87
  private cloudClient;
87
88
  private cloudRunId;
88
89
  private runTimestamp;
@@ -99,6 +100,10 @@ declare class TestRelicReporter {
99
100
  /** Build a lightweight TestRunReport from streaming data (for HTML generation and cloud). */
100
101
  private buildStreamingReport;
101
102
  printsToStdio(): boolean;
103
+ /** Check heap usage and warn or auto-switch to streaming mode. */
104
+ private checkMemoryPressure;
105
+ /** Switch from embedded to streaming mode mid-run. */
106
+ private switchToStreamingMode;
102
107
  private buildTimeline;
103
108
  private toTestResult;
104
109
  private writeReport;