@stablyai/playwright-test 2.1.3-rc.2 → 2.1.3
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-B3E10pom.mjs +9665 -0
- package/dist/index-B3E10pom.mjs.map +1 -0
- package/dist/index-Cjfxwz2m.cjs +9687 -0
- package/dist/index-Cjfxwz2m.cjs.map +1 -0
- package/dist/index.cjs +15 -10
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d-Be6DvZw5.d.cts → index.d-BjGuH5NO.d.cts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.cts.map → index.d-BjGuH5NO.d.cts.map} +1 -1
- package/dist/{index.d-Be6DvZw5.d.mts → index.d-BjGuH5NO.d.mts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.mts.map → index.d-BjGuH5NO.d.mts.map} +1 -1
- package/dist/{index.d-Be6DvZw5.d.ts → index.d-BjGuH5NO.d.ts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.ts.map → index.d-BjGuH5NO.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 +10 -5
- package/dist/index.mjs.map +1 -1
- package/dist/reporter.cjs +11 -5
- 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 +11 -5
- package/dist/reporter.mjs.map +1 -1
- package/package.json +4 -6
- package/dist/index-Bm8kx_6L.cjs +0 -8340
- package/dist/index-Bm8kx_6L.cjs.map +0 -1
- package/dist/index-DxD3Jxyb.mjs +0 -8317
- package/dist/index-DxD3Jxyb.mjs.map +0 -1
- package/dist/sync-suite-worker.cjs +0 -110
- package/dist/sync-suite-worker.cjs.map +0 -1
- package/dist/sync-suite-worker.mjs +0 -108
- package/dist/sync-suite-worker.mjs.map +0 -1
|
@@ -45537,8 +45537,6 @@ type StablyReporterOptions = {
|
|
|
45537
45537
|
};
|
|
45538
45538
|
declare class StablyReporter implements Reporter {
|
|
45539
45539
|
private readonly wsClient;
|
|
45540
|
-
private readonly apiKey;
|
|
45541
|
-
private readonly projectId;
|
|
45542
45540
|
private readonly pendingOperations;
|
|
45543
45541
|
private readonly pendingUploads;
|
|
45544
45542
|
private testSuiteRunId;
|
|
@@ -45581,4 +45579,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45581
45579
|
|
|
45582
45580
|
export { StablyReporter as d, stablyReporter as s };
|
|
45583
45581
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45584
|
-
//# sourceMappingURL=index.d-
|
|
45582
|
+
//# sourceMappingURL=index.d-BjGuH5NO.d.ts.map
|