@stablyai/playwright-test 2.1.13 → 2.1.14

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.
@@ -45534,6 +45534,7 @@ type StablyReporterOptions = {
45534
45534
  projectId?: string;
45535
45535
  source?: string;
45536
45536
  cliVersion?: string;
45537
+ suiteName?: string;
45537
45538
  notificationConfigs?: ProjectNotificationConfig[];
45538
45539
  sensitiveValues?: readonly string[];
45539
45540
  };
@@ -45554,6 +45555,7 @@ declare class StablyReporter implements Reporter {
45554
45555
  private isListMode;
45555
45556
  private config?;
45556
45557
  private readonly skipSuiteReporting;
45558
+ private readonly suiteName?;
45557
45559
  private readonly notificationConfigs?;
45558
45560
  private readonly sensitiveValues?;
45559
45561
  private filteredNotificationConfigs?;
@@ -45594,4 +45596,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
45594
45596
 
45595
45597
  export { StablyReporter as d, stablyReporter as s };
45596
45598
  export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
45597
- //# sourceMappingURL=index.d-Do2vdjLf.d.mts.map
45599
+ //# sourceMappingURL=index.d-CBqVmz24.d.ts.map