@testrelic/playwright-analytics 2.9.0-next.71 → 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.
- package/dist/index.cjs +71 -69
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +71 -69
- package/dist/index.js.map +1 -1
- package/dist/reporter-entry.cjs +78 -76
- package/dist/reporter-entry.cjs.map +1 -1
- package/dist/reporter-entry.d.cts +1 -0
- package/dist/reporter-entry.d.ts +1 -0
- package/dist/reporter-entry.js +78 -76
- package/dist/reporter-entry.js.map +1 -1
- package/package.json +2 -2
|
@@ -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;
|
package/dist/reporter-entry.d.ts
CHANGED
|
@@ -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;
|