@stablyai/playwright-test 2.1.2 → 2.1.3-rc.1
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/README.md +19 -0
- package/dist/{index-FxXA-kJ_.mjs → index-BlR0M2If.mjs} +9309 -6521
- package/dist/index-BlR0M2If.mjs.map +1 -0
- package/dist/{index-NMVIqC6_.cjs → index-DbzP5Pg0.cjs} +9317 -6528
- package/dist/index-DbzP5Pg0.cjs.map +1 -0
- package/dist/index.cjs +952 -3
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d-BjGuH5NO.d.cts → index.d-Be6DvZw5.d.cts} +3 -1
- package/dist/{index.d-BjGuH5NO.d.cts.map → index.d-Be6DvZw5.d.cts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.mts → index.d-Be6DvZw5.d.mts} +3 -1
- package/dist/{index.d-BjGuH5NO.d.mts.map → index.d-Be6DvZw5.d.mts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.ts → index.d-Be6DvZw5.d.ts} +3 -1
- package/dist/{index.d-BjGuH5NO.d.ts.map → index.d-Be6DvZw5.d.ts.map} +1 -1
- package/dist/index.d.cts +94 -5
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +94 -5
- package/dist/index.d.mts.map +1 -1
- package/dist/index.d.ts +94 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +952 -4
- package/dist/index.mjs.map +1 -1
- package/dist/reporter.cjs +6 -2
- package/dist/reporter.cjs.map +1 -1
- package/dist/reporter.d.cts +1 -1
- package/dist/reporter.d.mts +1 -1
- package/dist/reporter.mjs +6 -2
- package/dist/reporter.mjs.map +1 -1
- package/package.json +5 -4
- package/dist/index-FxXA-kJ_.mjs.map +0 -1
- package/dist/index-NMVIqC6_.cjs.map +0 -1
|
@@ -45537,6 +45537,8 @@ type StablyReporterOptions = {
|
|
|
45537
45537
|
};
|
|
45538
45538
|
declare class StablyReporter implements Reporter {
|
|
45539
45539
|
private readonly wsClient;
|
|
45540
|
+
private readonly apiKey;
|
|
45541
|
+
private readonly projectId;
|
|
45540
45542
|
private readonly pendingOperations;
|
|
45541
45543
|
private readonly pendingUploads;
|
|
45542
45544
|
private testSuiteRunId;
|
|
@@ -45579,4 +45581,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45579
45581
|
|
|
45580
45582
|
export { StablyReporter as d, stablyReporter as s };
|
|
45581
45583
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45582
|
-
//# sourceMappingURL=index.d-
|
|
45584
|
+
//# sourceMappingURL=index.d-Be6DvZw5.d.mts.map
|