@stablyai/playwright-test 2.1.5-rc.2 → 2.1.5-rc.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-CtXerwkV.cjs → index-BYn4B_OP.cjs} +816 -805
- package/dist/index-BYn4B_OP.cjs.map +1 -0
- package/dist/{index-V80IE68w.mjs → index-DB4Yn-mK.mjs} +816 -805
- package/dist/index-DB4Yn-mK.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-BqzcdIN3.d.cts → index.d-BYzcguUj.d.cts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.cts.map → index.d-BYzcguUj.d.cts.map} +1 -1
- package/dist/{index.d-BqzcdIN3.d.ts → index.d-BYzcguUj.d.mts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.mts.map → index.d-BYzcguUj.d.mts.map} +1 -1
- package/dist/{index.d-BqzcdIN3.d.mts → index.d-BYzcguUj.d.ts} +3 -1
- package/dist/{index.d-BqzcdIN3.d.ts.map → index.d-BYzcguUj.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-CtXerwkV.cjs.map +0 -1
- package/dist/index-V80IE68w.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-BYn4B_OP.cjs');
|
|
9
9
|
require('node:buffer');
|
|
10
10
|
require('node:path');
|
|
11
11
|
require('node:child_process');
|
|
@@ -32,7 +32,7 @@ require('buffer');
|
|
|
32
32
|
require('os');
|
|
33
33
|
|
|
34
34
|
const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
|
|
35
|
-
const sdkVersion = "2.1.5-rc.
|
|
35
|
+
const sdkVersion = "2.1.5-rc.3" ;
|
|
36
36
|
const assertNonEmptyString = (value, fieldName) => {
|
|
37
37
|
if (!value.trim()) {
|
|
38
38
|
throw new Error(`Missing required field: ${fieldName}`);
|
|
@@ -45553,6 +45553,8 @@ declare class StablyReporter implements Reporter {
|
|
|
45553
45553
|
private readonly notificationConfigs?;
|
|
45554
45554
|
private readonly sensitiveValues?;
|
|
45555
45555
|
private filteredNotificationConfigs?;
|
|
45556
|
+
private readonly testIdMap;
|
|
45557
|
+
private pendingQueuedSpecs?;
|
|
45556
45558
|
private readonly attachmentFiles;
|
|
45557
45559
|
private readonly pendingUploadUrlRequests;
|
|
45558
45560
|
constructor(options?: StablyReporterOptions);
|
|
@@ -45582,4 +45584,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45582
45584
|
|
|
45583
45585
|
export { StablyReporter as d, stablyReporter as s };
|
|
45584
45586
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45585
|
-
//# sourceMappingURL=index.d-
|
|
45587
|
+
//# sourceMappingURL=index.d-BYzcguUj.d.cts.map
|