@stablyai/playwright-test 2.1.5-rc.2 → 2.1.5-rc.3
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-CtXerwkV.cjs → index-BYn4B_OP.cjs} +816 -805
- package/dist/index-BYn4B_OP.cjs.map +1 -0
- package/dist/{index-V80IE68w.mjs → index-DB4Yn-mK.mjs} +816 -805
- package/dist/index-DB4Yn-mK.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-BqzcdIN3.d.cts → index.d-BYzcguUj.d.cts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.cts.map → index.d-BYzcguUj.d.cts.map} +1 -1
- package/dist/{index.d-BqzcdIN3.d.ts → index.d-BYzcguUj.d.mts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.mts.map → index.d-BYzcguUj.d.mts.map} +1 -1
- package/dist/{index.d-BqzcdIN3.d.mts → index.d-BYzcguUj.d.ts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.ts.map → index.d-BYzcguUj.d.ts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.d.cts +1 -1
- package/dist/reporter.d.mts +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-CtXerwkV.cjs.map +0 -1
- package/dist/index-V80IE68w.mjs.map +0 -1
|
@@ -45553,6 +45553,8 @@ declare class StablyReporter implements Reporter {
|
|
|
45553
45553
|
private readonly notificationConfigs?;
|
|
45554
45554
|
private readonly sensitiveValues?;
|
|
45555
45555
|
private filteredNotificationConfigs?;
|
|
45556
|
+
private readonly testIdMap;
|
|
45557
|
+
private pendingQueuedSpecs?;
|
|
45556
45558
|
private readonly attachmentFiles;
|
|
45557
45559
|
private readonly pendingUploadUrlRequests;
|
|
45558
45560
|
constructor(options?: StablyReporterOptions);
|
|
@@ -45582,4 +45584,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45582
45584
|
|
|
45583
45585
|
export { StablyReporter as d, stablyReporter as s };
|
|
45584
45586
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45585
|
-
//# sourceMappingURL=index.d-
|
|
45587
|
+
//# sourceMappingURL=index.d-BYzcguUj.d.mts.map
|