@stablyai/playwright-test 2.1.3 → 2.1.4
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-Cjfxwz2m.cjs → index-BiH_l27L.cjs} +125 -120
- package/dist/index-BiH_l27L.cjs.map +1 -0
- package/dist/{index-B3E10pom.mjs → index-qlzCaqyv.mjs} +125 -120
- package/dist/index-qlzCaqyv.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-BjGuH5NO.d.cts → index.d-CfL0nHdR.d.cts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.cts.map → index.d-CfL0nHdR.d.cts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.mts → index.d-CfL0nHdR.d.mts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.mts.map → index.d-CfL0nHdR.d.mts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.ts → index.d-CfL0nHdR.d.ts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.ts.map → index.d-CfL0nHdR.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 +3 -3
- package/dist/index-B3E10pom.mjs.map +0 -1
- package/dist/index-Cjfxwz2m.cjs.map +0 -1
|
@@ -45547,6 +45547,7 @@ declare class StablyReporter implements Reporter {
|
|
|
45547
45547
|
private rootDir;
|
|
45548
45548
|
private isListMode;
|
|
45549
45549
|
private config?;
|
|
45550
|
+
private readonly skipSuiteReporting;
|
|
45550
45551
|
private readonly notificationConfigs?;
|
|
45551
45552
|
private readonly sensitiveValues?;
|
|
45552
45553
|
private filteredNotificationConfigs?;
|
|
@@ -45579,4 +45580,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45579
45580
|
|
|
45580
45581
|
export { StablyReporter as d, stablyReporter as s };
|
|
45581
45582
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45582
|
-
//# sourceMappingURL=index.d-
|
|
45583
|
+
//# sourceMappingURL=index.d-CfL0nHdR.d.ts.map
|