@testrelic/playwright-analytics 2.9.0-next.68 → 2.9.0-next.71
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 +10 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -8
- package/dist/index.js.map +1 -1
- package/dist/reporter-entry.cjs +50 -48
- package/dist/reporter-entry.cjs.map +1 -1
- package/dist/reporter-entry.d.cts +2 -0
- package/dist/reporter-entry.d.ts +2 -0
- package/dist/reporter-entry.js +50 -48
- package/dist/reporter-entry.js.map +1 -1
- package/package.json +2 -2
|
@@ -94,6 +94,8 @@ declare class TestRelicReporter {
|
|
|
94
94
|
private testRunId;
|
|
95
95
|
private collectedTests;
|
|
96
96
|
private fixtureDataReceived;
|
|
97
|
+
/** True once any test produced navigation data this run (pre-toggle-drop). */
|
|
98
|
+
private navigationsCaptured;
|
|
97
99
|
private testCount;
|
|
98
100
|
private cloudClient;
|
|
99
101
|
private cloudRunId;
|
package/dist/reporter-entry.d.ts
CHANGED
|
@@ -94,6 +94,8 @@ declare class TestRelicReporter {
|
|
|
94
94
|
private testRunId;
|
|
95
95
|
private collectedTests;
|
|
96
96
|
private fixtureDataReceived;
|
|
97
|
+
/** True once any test produced navigation data this run (pre-toggle-drop). */
|
|
98
|
+
private navigationsCaptured;
|
|
97
99
|
private testCount;
|
|
98
100
|
private cloudClient;
|
|
99
101
|
private cloudRunId;
|