@stablyai/playwright-test 2.1.8 → 2.1.10

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.
@@ -45532,6 +45532,8 @@ type ProjectNotificationConfig = {
45532
45532
  type StablyReporterOptions = {
45533
45533
  apiKey?: string;
45534
45534
  projectId?: string;
45535
+ source?: string;
45536
+ cliVersion?: string;
45535
45537
  notificationConfigs?: ProjectNotificationConfig[];
45536
45538
  sensitiveValues?: readonly string[];
45537
45539
  };
@@ -45539,6 +45541,8 @@ declare class StablyReporter implements Reporter {
45539
45541
  private readonly wsClient;
45540
45542
  private readonly apiKey;
45541
45543
  private readonly projectId;
45544
+ private readonly source?;
45545
+ private readonly cliVersion?;
45542
45546
  private readonly pendingOperations;
45543
45547
  private readonly pendingUploads;
45544
45548
  private testSuiteRunId;
@@ -45558,8 +45562,9 @@ declare class StablyReporter implements Reporter {
45558
45562
  private suite?;
45559
45563
  private pendingQueuedSpecs?;
45560
45564
  private readonly attachmentFiles;
45561
- private readonly pendingUploadUrlRequests;
45565
+ private readonly uploadUrlWaitQueue;
45562
45566
  constructor(options?: StablyReporterOptions);
45567
+ private handleUploadUrlsMessage;
45563
45568
  onBegin(config: FullConfig, suite: Suite): void;
45564
45569
  getSuiteRunId(config: FullConfig<{}, {}>): string;
45565
45570
  onTestBegin(test: TestCase, result: TestResult): void;
@@ -45586,4 +45591,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
45586
45591
 
45587
45592
  export { StablyReporter as d, stablyReporter as s };
45588
45593
  export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
45589
- //# sourceMappingURL=index.d-Cdd7-KS-.d.mts.map
45594
+ //# sourceMappingURL=index.d-Cbdkyfd5.d.ts.map