@stablyai/playwright-test 2.1.7 → 2.1.8
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-CfBVZ27r.cjs → index-CFruORhJ.cjs} +1097 -1084
- package/dist/index-CFruORhJ.cjs.map +1 -0
- package/dist/{index-CyV-2Mfg.mjs → index-DsxNMv2-.mjs} +1097 -1084
- package/dist/index-DsxNMv2-.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-BYzcguUj.d.cts → index.d-Cdd7-KS-.d.cts} +3 -1
- package/dist/{index.d-BYzcguUj.d.cts.map → index.d-Cdd7-KS-.d.cts.map} +1 -1
- package/dist/{index.d-BYzcguUj.d.ts → index.d-Cdd7-KS-.d.mts} +3 -1
- package/dist/{index.d-BYzcguUj.d.mts.map → index.d-Cdd7-KS-.d.mts.map} +1 -1
- package/dist/{index.d-BYzcguUj.d.mts → index.d-Cdd7-KS-.d.ts} +3 -1
- package/dist/{index.d-BYzcguUj.d.ts.map → index.d-Cdd7-KS-.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 +4 -4
- package/dist/index-CfBVZ27r.cjs.map +0 -1
- package/dist/index-CyV-2Mfg.mjs.map +0 -1
|
@@ -45554,6 +45554,8 @@ declare class StablyReporter implements Reporter {
|
|
|
45554
45554
|
private readonly sensitiveValues?;
|
|
45555
45555
|
private filteredNotificationConfigs?;
|
|
45556
45556
|
private readonly testIdMap;
|
|
45557
|
+
private readonly completedTestIds;
|
|
45558
|
+
private suite?;
|
|
45557
45559
|
private pendingQueuedSpecs?;
|
|
45558
45560
|
private readonly attachmentFiles;
|
|
45559
45561
|
private readonly pendingUploadUrlRequests;
|
|
@@ -45584,4 +45586,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45584
45586
|
|
|
45585
45587
|
export { StablyReporter as d, stablyReporter as s };
|
|
45586
45588
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45587
|
-
//# sourceMappingURL=index.d-
|
|
45589
|
+
//# sourceMappingURL=index.d-Cdd7-KS-.d.mts.map
|