@stablyai/playwright-test 2.1.11 → 2.1.13
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-Li4YhdtX.cjs → index-CnkiIoMe.cjs} +1261 -1224
- package/dist/index-CnkiIoMe.cjs.map +1 -0
- package/dist/{index-B5Tfm-dD.mjs → index-CpRlRS89.mjs} +1257 -1220
- package/dist/index-CpRlRS89.mjs.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/{index.d-Cbdkyfd5.d.cts → index.d-Do2vdjLf.d.cts} +4 -1
- package/dist/{index.d-Cbdkyfd5.d.cts.map → index.d-Do2vdjLf.d.cts.map} +1 -1
- package/dist/{index.d-Cbdkyfd5.d.mts → index.d-Do2vdjLf.d.mts} +4 -1
- package/dist/{index.d-Cbdkyfd5.d.mts.map → index.d-Do2vdjLf.d.mts.map} +1 -1
- package/dist/{index.d-Cbdkyfd5.d.ts → index.d-Do2vdjLf.d.ts} +4 -1
- package/dist/{index.d-Cbdkyfd5.d.ts.map → index.d-Do2vdjLf.d.ts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- 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-B5Tfm-dD.mjs.map +0 -1
- package/dist/index-Li4YhdtX.cjs.map +0 -1
|
@@ -45563,6 +45563,7 @@ declare class StablyReporter implements Reporter {
|
|
|
45563
45563
|
private pendingQueuedSpecs?;
|
|
45564
45564
|
private readonly attachmentFiles;
|
|
45565
45565
|
private readonly uploadUrlWaitQueue;
|
|
45566
|
+
private readonly uploadUrlWaitLogState;
|
|
45566
45567
|
constructor(options?: StablyReporterOptions);
|
|
45567
45568
|
private handleUploadUrlsMessage;
|
|
45568
45569
|
onBegin(config: FullConfig, suite: Suite): void;
|
|
@@ -45585,10 +45586,12 @@ declare class StablyReporter implements Reporter {
|
|
|
45585
45586
|
private handleWebSocketError;
|
|
45586
45587
|
private handleWebSocketMessage;
|
|
45587
45588
|
private uploadAttachments;
|
|
45589
|
+
private startUploadUrlWaitLogging;
|
|
45590
|
+
private clearUploadUrlWaitLogging;
|
|
45588
45591
|
}
|
|
45589
45592
|
declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
45590
45593
|
//# sourceMappingURL=index.d.mts.map
|
|
45591
45594
|
|
|
45592
45595
|
export { StablyReporter as d, stablyReporter as s };
|
|
45593
45596
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45594
|
-
//# sourceMappingURL=index.d-
|
|
45597
|
+
//# sourceMappingURL=index.d-Do2vdjLf.d.mts.map
|