@stablyai/playwright-test 2.1.9 → 2.1.11-rc.0

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