@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.
- package/dist/{index-CnkiIoMe.cjs → index-CdLJi9uc.cjs} +759 -761
- package/dist/index-CdLJi9uc.cjs.map +1 -0
- package/dist/{index-CpRlRS89.mjs → index-D8lS6VkX.mjs} +759 -761
- package/dist/index-D8lS6VkX.mjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/{index.d-Do2vdjLf.d.cts → index.d-CBqVmz24.d.cts} +3 -1
- package/dist/{index.d-Do2vdjLf.d.cts.map → index.d-CBqVmz24.d.cts.map} +1 -1
- package/dist/{index.d-Do2vdjLf.d.ts → index.d-CBqVmz24.d.mts} +3 -1
- package/dist/{index.d-Do2vdjLf.d.mts.map → index.d-CBqVmz24.d.mts.map} +1 -1
- package/dist/{index.d-Do2vdjLf.d.mts → index.d-CBqVmz24.d.ts} +3 -1
- package/dist/{index.d-Do2vdjLf.d.ts.map → index.d-CBqVmz24.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-CnkiIoMe.cjs.map +0 -1
- package/dist/index-CpRlRS89.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var require$$7 = require('url');
|
|
|
5
5
|
var test$1 = require('@playwright/test');
|
|
6
6
|
var playwrightBase = require('@stablyai/playwright-base');
|
|
7
7
|
var index$1 = require('./index-CEcJkg8Q.cjs');
|
|
8
|
-
var index = require('./index-
|
|
8
|
+
var index = require('./index-CdLJi9uc.cjs');
|
|
9
9
|
require('node:buffer');
|
|
10
10
|
require('node:path');
|
|
11
11
|
require('node:child_process');
|
|
@@ -32,7 +32,7 @@ require('zlib');
|
|
|
32
32
|
require('buffer');
|
|
33
33
|
|
|
34
34
|
const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
|
|
35
|
-
const sdkVersion = "2.1.
|
|
35
|
+
const sdkVersion = "2.1.14" ;
|
|
36
36
|
const assertNonEmptyString = (value, fieldName) => {
|
|
37
37
|
if (!value.trim()) {
|
|
38
38
|
throw new Error(`Missing required field: ${fieldName}`);
|
|
@@ -189,7 +189,7 @@ Object.defineProperty(exports, "setApiKey", {
|
|
|
189
189
|
enumerable: true,
|
|
190
190
|
get: function () { return playwrightBase.setApiKey; }
|
|
191
191
|
});
|
|
192
|
-
exports.stablyReporter = index.
|
|
192
|
+
exports.stablyReporter = index.Ca;
|
|
193
193
|
exports.authWithGoogle = authWithGoogle;
|
|
194
194
|
exports.defineConfig = defineConfig;
|
|
195
195
|
exports.expect = expect;
|
|
@@ -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-
|
|
45599
|
+
//# sourceMappingURL=index.d-CBqVmz24.d.cts.map
|